{
  "type": "Program",
  "body": [
    {
      "type": "ImportDeclaration",
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "local": {
            "type": "Identifier",
            "name": "Collector",
            "range": [
              7,
              16
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 7
              },
              "end": {
                "line": 1,
                "column": 16
              }
            }
          },
          "range": [
            7,
            16
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 7
            },
            "end": {
              "line": 1,
              "column": 16
            }
          }
        }
      ],
      "source": {
        "type": "Literal",
        "value": "../Collector",
        "raw": "'../Collector'",
        "range": [
          22,
          36
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 22
          },
          "end": {
            "line": 1,
            "column": 36
          }
        }
      },
      "range": [
        0,
        37
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 37
        }
      },
      "trailingComments": [
        {
          "type": "Block",
          "value": "*\n * A collector that captures `varianceRunning`\n *   - Modified from the following source:\n *     https://subluminal.wordpress.com/2008/07/31/running-standard-deviations/\n ",
          "range": [
            39,
            216
          ],
          "loc": {
            "start": {
              "line": 3,
              "column": 0
            },
            "end": {
              "line": 7,
              "column": 3
            }
          }
        }
      ]
    },
    {
      "type": "ExportDefaultDeclaration",
      "declaration": {
        "type": "ClassDeclaration",
        "id": {
          "type": "Identifier",
          "name": "VarianceRunning",
          "range": [
            238,
            253
          ],
          "loc": {
            "start": {
              "line": 8,
              "column": 21
            },
            "end": {
              "line": 8,
              "column": 36
            }
          }
        },
        "superClass": {
          "type": "Identifier",
          "name": "Collector",
          "range": [
            262,
            271
          ],
          "loc": {
            "start": {
              "line": 8,
              "column": 45
            },
            "end": {
              "line": 8,
              "column": 54
            }
          }
        },
        "body": {
          "type": "ClassBody",
          "body": [
            {
              "type": "MethodDefinition",
              "key": {
                "type": "Identifier",
                "name": "constructor",
                "range": [
                  276,
                  287
                ],
                "loc": {
                  "start": {
                    "line": 9,
                    "column": 2
                  },
                  "end": {
                    "line": 9,
                    "column": 13
                  }
                }
              },
              "value": {
                "type": "FunctionExpression",
                "id": null,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "CallExpression",
                        "callee": {
                          "type": "Super",
                          "range": [
                            296,
                            301
                          ],
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 4
                            },
                            "end": {
                              "line": 10,
                              "column": 9
                            }
                          }
                        },
                        "arguments": [
                          {
                            "type": "Literal",
                            "value": "varianceRunning",
                            "raw": "'varianceRunning'",
                            "range": [
                              302,
                              319
                            ],
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 10
                              },
                              "end": {
                                "line": 10,
                                "column": 27
                              }
                            }
                          },
                          {
                            "type": "Literal",
                            "value": 0,
                            "raw": "0",
                            "range": [
                              321,
                              322
                            ],
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 29
                              },
                              "end": {
                                "line": 10,
                                "column": 30
                              }
                            }
                          },
                          {
                            "type": "ArrayExpression",
                            "elements": [
                              {
                                "type": "Literal",
                                "value": "count",
                                "raw": "'count'",
                                "range": [
                                  325,
                                  332
                                ],
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 40
                                  }
                                }
                              },
                              {
                                "type": "Literal",
                                "value": "mean",
                                "raw": "'mean'",
                                "range": [
                                  334,
                                  340
                                ],
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 42
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 48
                                  }
                                }
                              },
                              {
                                "type": "Literal",
                                "value": "powerSumAvgRunning",
                                "raw": "'powerSumAvgRunning'",
                                "range": [
                                  342,
                                  362
                                ],
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 50
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 70
                                  }
                                }
                              }
                            ],
                            "range": [
                              324,
                              363
                            ],
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 32
                              },
                              "end": {
                                "line": 10,
                                "column": 71
                              }
                            }
                          }
                        ],
                        "range": [
                          296,
                          364
                        ],
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 4
                          },
                          "end": {
                            "line": 10,
                            "column": 72
                          }
                        }
                      },
                      "range": [
                        296,
                        365
                      ],
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 4
                        },
                        "end": {
                          "line": 10,
                          "column": 73
                        }
                      }
                    }
                  ],
                  "range": [
                    290,
                    369
                  ],
                  "loc": {
                    "start": {
                      "line": 9,
                      "column": 16
                    },
                    "end": {
                      "line": 11,
                      "column": 3
                    }
                  }
                },
                "generator": false,
                "expression": false,
                "range": [
                  287,
                  369
                ],
                "loc": {
                  "start": {
                    "line": 9,
                    "column": 13
                  },
                  "end": {
                    "line": 11,
                    "column": 3
                  }
                }
              },
              "kind": "constructor",
              "computed": false,
              "range": [
                276,
                369
              ],
              "loc": {
                "start": {
                  "line": 9,
                  "column": 2
                },
                "end": {
                  "line": 11,
                  "column": 3
                }
              },
              "static": false
            },
            {
              "type": "MethodDefinition",
              "key": {
                "type": "Identifier",
                "name": "handleGet",
                "range": [
                  372,
                  381
                ],
                "loc": {
                  "start": {
                    "line": 12,
                    "column": 2
                  },
                  "end": {
                    "line": 12,
                    "column": 11
                  }
                }
              },
              "value": {
                "type": "FunctionExpression",
                "id": null,
                "params": [
                  {
                    "type": "Identifier",
                    "name": "state",
                    "range": [
                      382,
                      387
                    ],
                    "loc": {
                      "start": {
                        "line": 12,
                        "column": 12
                      },
                      "end": {
                        "line": 12,
                        "column": 17
                      }
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "id": {
                            "type": "Identifier",
                            "name": "len",
                            "range": [
                              401,
                              404
                            ],
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 10
                              },
                              "end": {
                                "line": 13,
                                "column": 13
                              }
                            }
                          },
                          "init": {
                            "type": "CallExpression",
                            "callee": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "Identifier",
                                "name": "Math",
                                "range": [
                                  407,
                                  411
                                ],
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 20
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "max",
                                "range": [
                                  412,
                                  415
                                ],
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 24
                                  }
                                }
                              },
                              "range": [
                                407,
                                415
                              ],
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 16
                                },
                                "end": {
                                  "line": 13,
                                  "column": 24
                                }
                              }
                            },
                            "arguments": [
                              {
                                "type": "Literal",
                                "value": 1,
                                "raw": "1",
                                "range": [
                                  416,
                                  417
                                ],
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 26
                                  }
                                }
                              },
                              {
                                "type": "BinaryExpression",
                                "operator": "-",
                                "left": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "state",
                                    "range": [
                                      419,
                                      424
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 13,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 13,
                                        "column": 33
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "count",
                                    "range": [
                                      425,
                                      430
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 13,
                                        "column": 34
                                      },
                                      "end": {
                                        "line": 13,
                                        "column": 39
                                      }
                                    }
                                  },
                                  "range": [
                                    419,
                                    430
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 39
                                    }
                                  }
                                },
                                "right": {
                                  "type": "Literal",
                                  "value": 1,
                                  "raw": "1",
                                  "range": [
                                    433,
                                    434
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 42
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 43
                                    }
                                  }
                                },
                                "range": [
                                  419,
                                  434
                                ],
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 43
                                  }
                                }
                              }
                            ],
                            "range": [
                              407,
                              435
                            ],
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 16
                              },
                              "end": {
                                "line": 13,
                                "column": 44
                              }
                            }
                          },
                          "range": [
                            401,
                            435
                          ],
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 10
                            },
                            "end": {
                              "line": 13,
                              "column": 44
                            }
                          }
                        }
                      ],
                      "kind": "const",
                      "range": [
                        395,
                        436
                      ],
                      "loc": {
                        "start": {
                          "line": 13,
                          "column": 4
                        },
                        "end": {
                          "line": 13,
                          "column": 45
                        }
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "argument": {
                        "type": "BinaryExpression",
                        "operator": "/",
                        "left": {
                          "type": "BinaryExpression",
                          "operator": "-",
                          "left": {
                            "type": "BinaryExpression",
                            "operator": "*",
                            "left": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "Identifier",
                                "name": "state",
                                "range": [
                                  449,
                                  454
                                ],
                                "loc": {
                                  "start": {
                                    "line": 14,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 14,
                                    "column": 17
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "powerSumAvgRunning",
                                "range": [
                                  455,
                                  473
                                ],
                                "loc": {
                                  "start": {
                                    "line": 14,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 14,
                                    "column": 36
                                  }
                                }
                              },
                              "range": [
                                449,
                                473
                              ],
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 12
                                },
                                "end": {
                                  "line": 14,
                                  "column": 36
                                }
                              }
                            },
                            "right": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "Identifier",
                                "name": "state",
                                "range": [
                                  476,
                                  481
                                ],
                                "loc": {
                                  "start": {
                                    "line": 14,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 14,
                                    "column": 44
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "count",
                                "range": [
                                  482,
                                  487
                                ],
                                "loc": {
                                  "start": {
                                    "line": 14,
                                    "column": 45
                                  },
                                  "end": {
                                    "line": 14,
                                    "column": 50
                                  }
                                }
                              },
                              "range": [
                                476,
                                487
                              ],
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 39
                                },
                                "end": {
                                  "line": 14,
                                  "column": 50
                                }
                              }
                            },
                            "range": [
                              449,
                              487
                            ],
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 12
                              },
                              "end": {
                                "line": 14,
                                "column": 50
                              }
                            }
                          },
                          "right": {
                            "type": "BinaryExpression",
                            "operator": "*",
                            "left": {
                              "type": "BinaryExpression",
                              "operator": "*",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "Identifier",
                                  "name": "state",
                                  "range": [
                                    496,
                                    501
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 11
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "count",
                                  "range": [
                                    502,
                                    507
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 17
                                    }
                                  }
                                },
                                "range": [
                                  496,
                                  507
                                ],
                                "loc": {
                                  "start": {
                                    "line": 15,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 15,
                                    "column": 17
                                  }
                                }
                              },
                              "right": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "Identifier",
                                  "name": "state",
                                  "range": [
                                    510,
                                    515
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 25
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "mean",
                                  "range": [
                                    516,
                                    520
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 30
                                    }
                                  }
                                },
                                "range": [
                                  510,
                                  520
                                ],
                                "loc": {
                                  "start": {
                                    "line": 15,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 15,
                                    "column": 30
                                  }
                                }
                              },
                              "range": [
                                496,
                                520
                              ],
                              "loc": {
                                "start": {
                                  "line": 15,
                                  "column": 6
                                },
                                "end": {
                                  "line": 15,
                                  "column": 30
                                }
                              }
                            },
                            "right": {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "Identifier",
                                "name": "state",
                                "range": [
                                  523,
                                  528
                                ],
                                "loc": {
                                  "start": {
                                    "line": 15,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 15,
                                    "column": 38
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "mean",
                                "range": [
                                  529,
                                  533
                                ],
                                "loc": {
                                  "start": {
                                    "line": 15,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 15,
                                    "column": 43
                                  }
                                }
                              },
                              "range": [
                                523,
                                533
                              ],
                              "loc": {
                                "start": {
                                  "line": 15,
                                  "column": 33
                                },
                                "end": {
                                  "line": 15,
                                  "column": 43
                                }
                              }
                            },
                            "range": [
                              496,
                              533
                            ],
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 6
                              },
                              "end": {
                                "line": 15,
                                "column": 43
                              }
                            }
                          },
                          "range": [
                            449,
                            533
                          ],
                          "loc": {
                            "start": {
                              "line": 14,
                              "column": 12
                            },
                            "end": {
                              "line": 15,
                              "column": 43
                            }
                          }
                        },
                        "right": {
                          "type": "Identifier",
                          "name": "len",
                          "range": [
                            538,
                            541
                          ],
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 48
                            },
                            "end": {
                              "line": 15,
                              "column": 51
                            }
                          }
                        },
                        "range": [
                          448,
                          542
                        ],
                        "loc": {
                          "start": {
                            "line": 14,
                            "column": 11
                          },
                          "end": {
                            "line": 15,
                            "column": 52
                          }
                        }
                      },
                      "range": [
                        441,
                        543
                      ],
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 4
                        },
                        "end": {
                          "line": 15,
                          "column": 53
                        }
                      }
                    }
                  ],
                  "range": [
                    389,
                    547
                  ],
                  "loc": {
                    "start": {
                      "line": 12,
                      "column": 19
                    },
                    "end": {
                      "line": 16,
                      "column": 3
                    }
                  }
                },
                "generator": false,
                "expression": false,
                "range": [
                  381,
                  547
                ],
                "loc": {
                  "start": {
                    "line": 12,
                    "column": 11
                  },
                  "end": {
                    "line": 16,
                    "column": 3
                  }
                }
              },
              "kind": "method",
              "computed": false,
              "range": [
                372,
                547
              ],
              "loc": {
                "start": {
                  "line": 12,
                  "column": 2
                },
                "end": {
                  "line": 16,
                  "column": 3
                }
              },
              "static": false
            }
          ],
          "range": [
            272,
            549
          ],
          "loc": {
            "start": {
              "line": 8,
              "column": 55
            },
            "end": {
              "line": 17,
              "column": 1
            }
          }
        },
        "range": [
          232,
          549
        ],
        "loc": {
          "start": {
            "line": 8,
            "column": 15
          },
          "end": {
            "line": 17,
            "column": 1
          }
        },
        "leadingComments": [
          {
            "type": "Block",
            "value": "*\n * A collector that captures `varianceRunning`\n *   - Modified from the following source:\n *     https://subluminal.wordpress.com/2008/07/31/running-standard-deviations/\n ",
            "range": [
              39,
              216
            ],
            "loc": {
              "start": {
                "line": 3,
                "column": 0
              },
              "end": {
                "line": 7,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": []
      },
      "range": [
        217,
        549
      ],
      "loc": {
        "start": {
          "line": 8,
          "column": 0
        },
        "end": {
          "line": 17,
          "column": 1
        }
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "*\n * A collector that captures `varianceRunning`\n *   - Modified from the following source:\n *     https://subluminal.wordpress.com/2008/07/31/running-standard-deviations/\n ",
          "range": [
            39,
            216
          ],
          "loc": {
            "start": {
              "line": 3,
              "column": 0
            },
            "end": {
              "line": 7,
              "column": 3
            }
          }
        }
      ]
    }
  ],
  "sourceType": "module",
  "range": [
    0,
    549
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 17,
      "column": 1
    }
  },
  "comments": [
    {
      "type": "Block",
      "value": "*\n * A collector that captures `varianceRunning`\n *   - Modified from the following source:\n *     https://subluminal.wordpress.com/2008/07/31/running-standard-deviations/\n ",
      "range": [
        39,
        216
      ],
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 7,
          "column": 3
        }
      }
    }
  ]
}