{
  "type": "Program",
  "body": [
    {
      "type": "ExportDefaultDeclaration",
      "declaration": {
        "type": "FunctionDeclaration",
        "id": null,
        "params": [],
        "body": {
          "type": "BlockStatement",
          "body": [
            {
              "type": "ReturnStatement",
              "argument": {
                "type": "ObjectExpression",
                "properties": [
                  {
                    "type": "Property",
                    "key": {
                      "type": "Identifier",
                      "name": "name",
                      "range": [
                        182,
                        186
                      ],
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 4
                        },
                        "end": {
                          "line": 7,
                          "column": 8
                        }
                      }
                    },
                    "value": {
                      "type": "Literal",
                      "value": "variance_stable",
                      "raw": "'variance_stable'",
                      "range": [
                        188,
                        205
                      ],
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 10
                        },
                        "end": {
                          "line": 7,
                          "column": 27
                        }
                      }
                    },
                    "kind": "init",
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "range": [
                      182,
                      205
                    ],
                    "loc": {
                      "start": {
                        "line": 7,
                        "column": 4
                      },
                      "end": {
                        "line": 7,
                        "column": 27
                      }
                    }
                  },
                  {
                    "type": "Property",
                    "key": {
                      "type": "Identifier",
                      "name": "initialValue",
                      "range": [
                        211,
                        223
                      ],
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 4
                        },
                        "end": {
                          "line": 8,
                          "column": 16
                        }
                      }
                    },
                    "value": {
                      "type": "Literal",
                      "value": 0,
                      "raw": "0",
                      "range": [
                        225,
                        226
                      ],
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 18
                        },
                        "end": {
                          "line": 8,
                          "column": 19
                        }
                      }
                    },
                    "kind": "init",
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "range": [
                      211,
                      226
                    ],
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 4
                      },
                      "end": {
                        "line": 8,
                        "column": 19
                      }
                    }
                  },
                  {
                    "type": "Property",
                    "key": {
                      "type": "Identifier",
                      "name": "requirements",
                      "range": [
                        232,
                        244
                      ],
                      "loc": {
                        "start": {
                          "line": 9,
                          "column": 4
                        },
                        "end": {
                          "line": 9,
                          "column": 16
                        }
                      }
                    },
                    "value": {
                      "type": "ArrayExpression",
                      "elements": [
                        {
                          "type": "Literal",
                          "value": "values",
                          "raw": "'values'",
                          "range": [
                            247,
                            255
                          ],
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 19
                            },
                            "end": {
                              "line": 9,
                              "column": 27
                            }
                          }
                        },
                        {
                          "type": "Literal",
                          "value": "sumOfSquaredDeviations_stable",
                          "raw": "'sumOfSquaredDeviations_stable'",
                          "range": [
                            257,
                            288
                          ],
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 29
                            },
                            "end": {
                              "line": 9,
                              "column": 60
                            }
                          }
                        }
                      ],
                      "range": [
                        246,
                        289
                      ],
                      "loc": {
                        "start": {
                          "line": 9,
                          "column": 18
                        },
                        "end": {
                          "line": 9,
                          "column": 61
                        }
                      }
                    },
                    "kind": "init",
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "range": [
                      232,
                      289
                    ],
                    "loc": {
                      "start": {
                        "line": 9,
                        "column": 4
                      },
                      "end": {
                        "line": 9,
                        "column": 61
                      }
                    }
                  },
                  {
                    "type": "Property",
                    "key": {
                      "type": "Identifier",
                      "name": "onGet",
                      "range": [
                        295,
                        300
                      ],
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 4
                        },
                        "end": {
                          "line": 10,
                          "column": 9
                        }
                      }
                    },
                    "value": {
                      "type": "FunctionExpression",
                      "id": null,
                      "params": [
                        {
                          "type": "Identifier",
                          "name": "prev",
                          "range": [
                            312,
                            316
                          ],
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 21
                            },
                            "end": {
                              "line": 10,
                              "column": 25
                            }
                          }
                        },
                        {
                          "type": "Identifier",
                          "name": "state",
                          "range": [
                            318,
                            323
                          ],
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 27
                            },
                            "end": {
                              "line": 10,
                              "column": 32
                            }
                          }
                        }
                      ],
                      "body": {
                        "type": "BlockStatement",
                        "body": [
                          {
                            "type": "VariableDeclaration",
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "id": {
                                  "type": "Identifier",
                                  "name": "len",
                                  "range": [
                                    339,
                                    342
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 15
                                    }
                                  }
                                },
                                "init": {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "Math",
                                      "range": [
                                        345,
                                        349
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 11,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 11,
                                          "column": 22
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "max",
                                      "range": [
                                        350,
                                        353
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 11,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 11,
                                          "column": 26
                                        }
                                      }
                                    },
                                    "range": [
                                      345,
                                      353
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 11,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 11,
                                        "column": 26
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "Literal",
                                      "value": 1,
                                      "raw": "1",
                                      "range": [
                                        354,
                                        355
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 11,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 11,
                                          "column": 28
                                        }
                                      }
                                    },
                                    {
                                      "type": "BinaryExpression",
                                      "operator": "-",
                                      "left": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "state",
                                            "range": [
                                              357,
                                              362
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 11,
                                                "column": 30
                                              },
                                              "end": {
                                                "line": 11,
                                                "column": 35
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "values",
                                            "range": [
                                              363,
                                              369
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 11,
                                                "column": 36
                                              },
                                              "end": {
                                                "line": 11,
                                                "column": 42
                                              }
                                            }
                                          },
                                          "range": [
                                            357,
                                            369
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 11,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 11,
                                              "column": 42
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "length",
                                          "range": [
                                            370,
                                            376
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 11,
                                              "column": 43
                                            },
                                            "end": {
                                              "line": 11,
                                              "column": 49
                                            }
                                          }
                                        },
                                        "range": [
                                          357,
                                          376
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 11,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 11,
                                            "column": 49
                                          }
                                        }
                                      },
                                      "right": {
                                        "type": "Literal",
                                        "value": 1,
                                        "raw": "1",
                                        "range": [
                                          379,
                                          380
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 11,
                                            "column": 52
                                          },
                                          "end": {
                                            "line": 11,
                                            "column": 53
                                          }
                                        }
                                      },
                                      "range": [
                                        357,
                                        380
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 11,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 11,
                                          "column": 53
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    345,
                                    381
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 54
                                    }
                                  }
                                },
                                "range": [
                                  339,
                                  381
                                ],
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 54
                                  }
                                }
                              }
                            ],
                            "kind": "const",
                            "range": [
                              333,
                              382
                            ],
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 6
                              },
                              "end": {
                                "line": 11,
                                "column": 55
                              }
                            }
                          },
                          {
                            "type": "ReturnStatement",
                            "argument": {
                              "type": "BinaryExpression",
                              "operator": "/",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "Identifier",
                                  "name": "state",
                                  "range": [
                                    396,
                                    401
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 18
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "sumOfSquaredDeviations_stable",
                                  "range": [
                                    402,
                                    431
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 48
                                    }
                                  }
                                },
                                "range": [
                                  396,
                                  431
                                ],
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 48
                                  }
                                }
                              },
                              "right": {
                                "type": "Identifier",
                                "name": "len",
                                "range": [
                                  434,
                                  437
                                ],
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 51
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 54
                                  }
                                }
                              },
                              "range": [
                                396,
                                437
                              ],
                              "loc": {
                                "start": {
                                  "line": 12,
                                  "column": 13
                                },
                                "end": {
                                  "line": 12,
                                  "column": 54
                                }
                              }
                            },
                            "range": [
                              389,
                              438
                            ],
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 6
                              },
                              "end": {
                                "line": 12,
                                "column": 55
                              }
                            }
                          }
                        ],
                        "range": [
                          325,
                          444
                        ],
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 34
                          },
                          "end": {
                            "line": 13,
                            "column": 5
                          }
                        }
                      },
                      "generator": false,
                      "expression": false,
                      "range": [
                        302,
                        444
                      ],
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 11
                        },
                        "end": {
                          "line": 13,
                          "column": 5
                        }
                      }
                    },
                    "kind": "init",
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "range": [
                      295,
                      444
                    ],
                    "loc": {
                      "start": {
                        "line": 10,
                        "column": 4
                      },
                      "end": {
                        "line": 13,
                        "column": 5
                      }
                    }
                  }
                ],
                "range": [
                  176,
                  448
                ],
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 9
                  },
                  "end": {
                    "line": 14,
                    "column": 3
                  }
                }
              },
              "range": [
                169,
                449
              ],
              "loc": {
                "start": {
                  "line": 6,
                  "column": 2
                },
                "end": {
                  "line": 14,
                  "column": 4
                }
              }
            }
          ],
          "range": [
            165,
            451
          ],
          "loc": {
            "start": {
              "line": 5,
              "column": 27
            },
            "end": {
              "line": 15,
              "column": 1
            }
          }
        },
        "generator": false,
        "expression": false,
        "range": [
          153,
          451
        ],
        "loc": {
          "start": {
            "line": 5,
            "column": 15
          },
          "end": {
            "line": 15,
            "column": 1
          }
        },
        "leadingComments": [
          {
            "type": "Block",
            "value": "*\n * Returns the definition of a collector that captures `variance_stable`\n * @return {Object} A `variance_stable` collector object\n ",
            "range": [
              0,
              137
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 0
              },
              "end": {
                "line": 4,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": []
      },
      "range": [
        138,
        451
      ],
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 15,
          "column": 1
        }
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "*\n * Returns the definition of a collector that captures `variance_stable`\n * @return {Object} A `variance_stable` collector object\n ",
          "range": [
            0,
            137
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 0
            },
            "end": {
              "line": 4,
              "column": 3
            }
          }
        }
      ]
    }
  ],
  "sourceType": "module",
  "range": [
    138,
    451
  ],
  "loc": {
    "start": {
      "line": 5,
      "column": 0
    },
    "end": {
      "line": 15,
      "column": 1
    }
  },
  "comments": [
    {
      "type": "Block",
      "value": "*\n * Returns the definition of a collector that captures `variance_stable`\n * @return {Object} A `variance_stable` collector object\n ",
      "range": [
        0,
        137
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 3
        }
      }
    }
  ]
}