{
  "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": [
                        313,
                        317
                      ],
                      "loc": {
                        "start": {
                          "line": 9,
                          "column": 4
                        },
                        "end": {
                          "line": 9,
                          "column": 8
                        }
                      }
                    },
                    "value": {
                      "type": "Literal",
                      "value": "variance_running",
                      "raw": "'variance_running'",
                      "range": [
                        319,
                        337
                      ],
                      "loc": {
                        "start": {
                          "line": 9,
                          "column": 10
                        },
                        "end": {
                          "line": 9,
                          "column": 28
                        }
                      }
                    },
                    "kind": "init",
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "range": [
                      313,
                      337
                    ],
                    "loc": {
                      "start": {
                        "line": 9,
                        "column": 4
                      },
                      "end": {
                        "line": 9,
                        "column": 28
                      }
                    }
                  },
                  {
                    "type": "Property",
                    "key": {
                      "type": "Identifier",
                      "name": "initialValue",
                      "range": [
                        343,
                        355
                      ],
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 4
                        },
                        "end": {
                          "line": 10,
                          "column": 16
                        }
                      }
                    },
                    "value": {
                      "type": "Literal",
                      "value": 0,
                      "raw": "0",
                      "range": [
                        357,
                        358
                      ],
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 18
                        },
                        "end": {
                          "line": 10,
                          "column": 19
                        }
                      }
                    },
                    "kind": "init",
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "range": [
                      343,
                      358
                    ],
                    "loc": {
                      "start": {
                        "line": 10,
                        "column": 4
                      },
                      "end": {
                        "line": 10,
                        "column": 19
                      }
                    }
                  },
                  {
                    "type": "Property",
                    "key": {
                      "type": "Identifier",
                      "name": "requirements",
                      "range": [
                        364,
                        376
                      ],
                      "loc": {
                        "start": {
                          "line": 11,
                          "column": 4
                        },
                        "end": {
                          "line": 11,
                          "column": 16
                        }
                      }
                    },
                    "value": {
                      "type": "ArrayExpression",
                      "elements": [
                        {
                          "type": "Literal",
                          "value": "count",
                          "raw": "'count'",
                          "range": [
                            379,
                            386
                          ],
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 19
                            },
                            "end": {
                              "line": 11,
                              "column": 26
                            }
                          }
                        },
                        {
                          "type": "Literal",
                          "value": "mean",
                          "raw": "'mean'",
                          "range": [
                            388,
                            394
                          ],
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 28
                            },
                            "end": {
                              "line": 11,
                              "column": 34
                            }
                          }
                        },
                        {
                          "type": "Literal",
                          "value": "powerSumAvg_running",
                          "raw": "'powerSumAvg_running'",
                          "range": [
                            396,
                            417
                          ],
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 36
                            },
                            "end": {
                              "line": 11,
                              "column": 57
                            }
                          }
                        }
                      ],
                      "range": [
                        378,
                        418
                      ],
                      "loc": {
                        "start": {
                          "line": 11,
                          "column": 18
                        },
                        "end": {
                          "line": 11,
                          "column": 58
                        }
                      }
                    },
                    "kind": "init",
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "range": [
                      364,
                      418
                    ],
                    "loc": {
                      "start": {
                        "line": 11,
                        "column": 4
                      },
                      "end": {
                        "line": 11,
                        "column": 58
                      }
                    }
                  },
                  {
                    "type": "Property",
                    "key": {
                      "type": "Identifier",
                      "name": "onGet",
                      "range": [
                        424,
                        429
                      ],
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 4
                        },
                        "end": {
                          "line": 12,
                          "column": 9
                        }
                      }
                    },
                    "value": {
                      "type": "FunctionExpression",
                      "id": null,
                      "params": [
                        {
                          "type": "Identifier",
                          "name": "prev",
                          "range": [
                            441,
                            445
                          ],
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 21
                            },
                            "end": {
                              "line": 12,
                              "column": 25
                            }
                          }
                        },
                        {
                          "type": "Identifier",
                          "name": "state",
                          "range": [
                            447,
                            452
                          ],
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 27
                            },
                            "end": {
                              "line": 12,
                              "column": 32
                            }
                          }
                        }
                      ],
                      "body": {
                        "type": "BlockStatement",
                        "body": [
                          {
                            "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": [
                                        470,
                                        475
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 13,
                                          "column": 14
                                        },
                                        "end": {
                                          "line": 13,
                                          "column": 19
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "powerSumAvg_running",
                                      "range": [
                                        476,
                                        495
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 13,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 13,
                                          "column": 39
                                        }
                                      }
                                    },
                                    "range": [
                                      470,
                                      495
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 13,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 13,
                                        "column": 39
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "state",
                                      "range": [
                                        498,
                                        503
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 13,
                                          "column": 42
                                        },
                                        "end": {
                                          "line": 13,
                                          "column": 47
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "count",
                                      "range": [
                                        504,
                                        509
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 13,
                                          "column": 48
                                        },
                                        "end": {
                                          "line": 13,
                                          "column": 53
                                        }
                                      }
                                    },
                                    "range": [
                                      498,
                                      509
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 13,
                                        "column": 42
                                      },
                                      "end": {
                                        "line": 13,
                                        "column": 53
                                      }
                                    }
                                  },
                                  "range": [
                                    470,
                                    509
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 14
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 53
                                    }
                                  }
                                },
                                "right": {
                                  "type": "BinaryExpression",
                                  "operator": "*",
                                  "left": {
                                    "type": "BinaryExpression",
                                    "operator": "*",
                                    "left": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "state",
                                        "range": [
                                          520,
                                          525
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 14,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 14,
                                            "column": 13
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "count",
                                        "range": [
                                          526,
                                          531
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 14,
                                            "column": 14
                                          },
                                          "end": {
                                            "line": 14,
                                            "column": 19
                                          }
                                        }
                                      },
                                      "range": [
                                        520,
                                        531
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 14,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 14,
                                          "column": 19
                                        }
                                      }
                                    },
                                    "right": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "state",
                                        "range": [
                                          534,
                                          539
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 14,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 14,
                                            "column": 27
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "mean",
                                        "range": [
                                          540,
                                          544
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 14,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 14,
                                            "column": 32
                                          }
                                        }
                                      },
                                      "range": [
                                        534,
                                        544
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 14,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 14,
                                          "column": 32
                                        }
                                      }
                                    },
                                    "range": [
                                      520,
                                      544
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 14,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 14,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "state",
                                      "range": [
                                        547,
                                        552
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 14,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 14,
                                          "column": 40
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "mean",
                                      "range": [
                                        553,
                                        557
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 14,
                                          "column": 41
                                        },
                                        "end": {
                                          "line": 14,
                                          "column": 45
                                        }
                                      }
                                    },
                                    "range": [
                                      547,
                                      557
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 14,
                                        "column": 35
                                      },
                                      "end": {
                                        "line": 14,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "range": [
                                    520,
                                    557
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 14,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 14,
                                      "column": 45
                                    }
                                  }
                                },
                                "range": [
                                  470,
                                  557
                                ],
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 14,
                                    "column": 45
                                  }
                                }
                              },
                              "right": {
                                "type": "BinaryExpression",
                                "operator": "-",
                                "left": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "state",
                                    "range": [
                                      571,
                                      576
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 15,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 15,
                                        "column": 13
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "count",
                                    "range": [
                                      577,
                                      582
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 15,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 15,
                                        "column": 19
                                      }
                                    }
                                  },
                                  "range": [
                                    571,
                                    582
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 19
                                    }
                                  }
                                },
                                "right": {
                                  "type": "Literal",
                                  "value": 1,
                                  "raw": "1",
                                  "range": [
                                    585,
                                    586
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 23
                                    }
                                  }
                                },
                                "range": [
                                  571,
                                  586
                                ],
                                "loc": {
                                  "start": {
                                    "line": 15,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 15,
                                    "column": 23
                                  }
                                }
                              },
                              "range": [
                                469,
                                587
                              ],
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 13
                                },
                                "end": {
                                  "line": 15,
                                  "column": 24
                                }
                              }
                            },
                            "range": [
                              462,
                              588
                            ],
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 6
                              },
                              "end": {
                                "line": 15,
                                "column": 25
                              }
                            }
                          }
                        ],
                        "range": [
                          454,
                          594
                        ],
                        "loc": {
                          "start": {
                            "line": 12,
                            "column": 34
                          },
                          "end": {
                            "line": 16,
                            "column": 5
                          }
                        }
                      },
                      "generator": false,
                      "expression": false,
                      "range": [
                        431,
                        594
                      ],
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 11
                        },
                        "end": {
                          "line": 16,
                          "column": 5
                        }
                      }
                    },
                    "kind": "init",
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "range": [
                      424,
                      594
                    ],
                    "loc": {
                      "start": {
                        "line": 12,
                        "column": 4
                      },
                      "end": {
                        "line": 16,
                        "column": 5
                      }
                    }
                  }
                ],
                "range": [
                  307,
                  598
                ],
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 9
                  },
                  "end": {
                    "line": 17,
                    "column": 3
                  }
                }
              },
              "range": [
                300,
                599
              ],
              "loc": {
                "start": {
                  "line": 8,
                  "column": 2
                },
                "end": {
                  "line": 17,
                  "column": 4
                }
              }
            }
          ],
          "range": [
            296,
            601
          ],
          "loc": {
            "start": {
              "line": 7,
              "column": 27
            },
            "end": {
              "line": 18,
              "column": 1
            }
          }
        },
        "generator": false,
        "expression": false,
        "range": [
          284,
          601
        ],
        "loc": {
          "start": {
            "line": 7,
            "column": 15
          },
          "end": {
            "line": 18,
            "column": 1
          }
        },
        "leadingComments": [
          {
            "type": "Block",
            "value": "*\n  * Returns the definition of a collector that captures `variance_running`\n  *   - Modified from the following source:\n  *     https://subluminal.wordpress.com/2008/07/31/running-standard-deviations/\n  * @return {Object} A `variance_running` collector object\n  ",
            "range": [
              1,
              268
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1
              },
              "end": {
                "line": 6,
                "column": 4
              }
            }
          }
        ],
        "trailingComments": []
      },
      "range": [
        269,
        601
      ],
      "loc": {
        "start": {
          "line": 7,
          "column": 0
        },
        "end": {
          "line": 18,
          "column": 1
        }
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "*\n  * Returns the definition of a collector that captures `variance_running`\n  *   - Modified from the following source:\n  *     https://subluminal.wordpress.com/2008/07/31/running-standard-deviations/\n  * @return {Object} A `variance_running` collector object\n  ",
          "range": [
            1,
            268
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1
            },
            "end": {
              "line": 6,
              "column": 4
            }
          }
        }
      ]
    }
  ],
  "sourceType": "module",
  "range": [
    269,
    601
  ],
  "loc": {
    "start": {
      "line": 7,
      "column": 0
    },
    "end": {
      "line": 18,
      "column": 1
    }
  },
  "comments": [
    {
      "type": "Block",
      "value": "*\n  * Returns the definition of a collector that captures `variance_running`\n  *   - Modified from the following source:\n  *     https://subluminal.wordpress.com/2008/07/31/running-standard-deviations/\n  * @return {Object} A `variance_running` collector object\n  ",
      "range": [
        1,
        268
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 1
        },
        "end": {
          "line": 6,
          "column": 4
        }
      }
    }
  ]
}