{
  "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": [
                        331,
                        335
                      ],
                      "loc": {
                        "start": {
                          "line": 9,
                          "column": 4
                        },
                        "end": {
                          "line": 9,
                          "column": 8
                        }
                      }
                    },
                    "value": {
                      "type": "Literal",
                      "value": "standardDeviation_running",
                      "raw": "'standardDeviation_running'",
                      "range": [
                        337,
                        364
                      ],
                      "loc": {
                        "start": {
                          "line": 9,
                          "column": 10
                        },
                        "end": {
                          "line": 9,
                          "column": 37
                        }
                      }
                    },
                    "kind": "init",
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "range": [
                      331,
                      364
                    ],
                    "loc": {
                      "start": {
                        "line": 9,
                        "column": 4
                      },
                      "end": {
                        "line": 9,
                        "column": 37
                      }
                    }
                  },
                  {
                    "type": "Property",
                    "key": {
                      "type": "Identifier",
                      "name": "initialValue",
                      "range": [
                        370,
                        382
                      ],
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 4
                        },
                        "end": {
                          "line": 10,
                          "column": 16
                        }
                      }
                    },
                    "value": {
                      "type": "Literal",
                      "value": 0,
                      "raw": "0",
                      "range": [
                        384,
                        385
                      ],
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 18
                        },
                        "end": {
                          "line": 10,
                          "column": 19
                        }
                      }
                    },
                    "kind": "init",
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "range": [
                      370,
                      385
                    ],
                    "loc": {
                      "start": {
                        "line": 10,
                        "column": 4
                      },
                      "end": {
                        "line": 10,
                        "column": 19
                      }
                    }
                  },
                  {
                    "type": "Property",
                    "key": {
                      "type": "Identifier",
                      "name": "requirements",
                      "range": [
                        391,
                        403
                      ],
                      "loc": {
                        "start": {
                          "line": 11,
                          "column": 4
                        },
                        "end": {
                          "line": 11,
                          "column": 16
                        }
                      }
                    },
                    "value": {
                      "type": "ArrayExpression",
                      "elements": [
                        {
                          "type": "Literal",
                          "value": "variance_running",
                          "raw": "'variance_running'",
                          "range": [
                            406,
                            424
                          ],
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 19
                            },
                            "end": {
                              "line": 11,
                              "column": 37
                            }
                          }
                        }
                      ],
                      "range": [
                        405,
                        425
                      ],
                      "loc": {
                        "start": {
                          "line": 11,
                          "column": 18
                        },
                        "end": {
                          "line": 11,
                          "column": 38
                        }
                      }
                    },
                    "kind": "init",
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "range": [
                      391,
                      425
                    ],
                    "loc": {
                      "start": {
                        "line": 11,
                        "column": 4
                      },
                      "end": {
                        "line": 11,
                        "column": 38
                      }
                    }
                  },
                  {
                    "type": "Property",
                    "key": {
                      "type": "Identifier",
                      "name": "onGet",
                      "range": [
                        431,
                        436
                      ],
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 4
                        },
                        "end": {
                          "line": 12,
                          "column": 9
                        }
                      }
                    },
                    "value": {
                      "type": "FunctionExpression",
                      "id": null,
                      "params": [
                        {
                          "type": "Identifier",
                          "name": "prev",
                          "range": [
                            448,
                            452
                          ],
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 21
                            },
                            "end": {
                              "line": 12,
                              "column": 25
                            }
                          }
                        },
                        {
                          "type": "Identifier",
                          "name": "state",
                          "range": [
                            454,
                            459
                          ],
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 27
                            },
                            "end": {
                              "line": 12,
                              "column": 32
                            }
                          }
                        }
                      ],
                      "body": {
                        "type": "BlockStatement",
                        "body": [
                          {
                            "type": "ReturnStatement",
                            "argument": {
                              "type": "CallExpression",
                              "callee": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "Identifier",
                                  "name": "Math",
                                  "range": [
                                    476,
                                    480
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 17
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "sqrt",
                                  "range": [
                                    481,
                                    485
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 22
                                    }
                                  }
                                },
                                "range": [
                                  476,
                                  485
                                ],
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 22
                                  }
                                }
                              },
                              "arguments": [
                                {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "state",
                                    "range": [
                                      486,
                                      491
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 13,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 13,
                                        "column": 28
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "variance_running",
                                    "range": [
                                      492,
                                      508
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 13,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 13,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "range": [
                                    486,
                                    508
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 45
                                    }
                                  }
                                }
                              ],
                              "range": [
                                476,
                                509
                              ],
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 13
                                },
                                "end": {
                                  "line": 13,
                                  "column": 46
                                }
                              }
                            },
                            "range": [
                              469,
                              510
                            ],
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 6
                              },
                              "end": {
                                "line": 13,
                                "column": 47
                              }
                            }
                          }
                        ],
                        "range": [
                          461,
                          516
                        ],
                        "loc": {
                          "start": {
                            "line": 12,
                            "column": 34
                          },
                          "end": {
                            "line": 14,
                            "column": 5
                          }
                        }
                      },
                      "generator": false,
                      "expression": false,
                      "range": [
                        438,
                        516
                      ],
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 11
                        },
                        "end": {
                          "line": 14,
                          "column": 5
                        }
                      }
                    },
                    "kind": "init",
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "range": [
                      431,
                      516
                    ],
                    "loc": {
                      "start": {
                        "line": 12,
                        "column": 4
                      },
                      "end": {
                        "line": 14,
                        "column": 5
                      }
                    }
                  }
                ],
                "range": [
                  325,
                  520
                ],
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 9
                  },
                  "end": {
                    "line": 15,
                    "column": 3
                  }
                }
              },
              "range": [
                318,
                521
              ],
              "loc": {
                "start": {
                  "line": 8,
                  "column": 2
                },
                "end": {
                  "line": 15,
                  "column": 4
                }
              }
            }
          ],
          "range": [
            314,
            523
          ],
          "loc": {
            "start": {
              "line": 7,
              "column": 27
            },
            "end": {
              "line": 16,
              "column": 1
            }
          }
        },
        "generator": false,
        "expression": false,
        "range": [
          302,
          523
        ],
        "loc": {
          "start": {
            "line": 7,
            "column": 15
          },
          "end": {
            "line": 16,
            "column": 1
          }
        },
        "leadingComments": [
          {
            "type": "Block",
            "value": "*\n  * Returns the definition of a collector that captures `standardDeviation_running`\n  *   - Modified from the following source:\n  *     https://subluminal.wordpress.com/2008/07/31/running-standard-deviations/\n  * @return {Object} A `standardDeviation_running` collector object\n  ",
            "range": [
              1,
              286
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1
              },
              "end": {
                "line": 6,
                "column": 4
              }
            }
          }
        ],
        "trailingComments": []
      },
      "range": [
        287,
        523
      ],
      "loc": {
        "start": {
          "line": 7,
          "column": 0
        },
        "end": {
          "line": 16,
          "column": 1
        }
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "*\n  * Returns the definition of a collector that captures `standardDeviation_running`\n  *   - Modified from the following source:\n  *     https://subluminal.wordpress.com/2008/07/31/running-standard-deviations/\n  * @return {Object} A `standardDeviation_running` collector object\n  ",
          "range": [
            1,
            286
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1
            },
            "end": {
              "line": 6,
              "column": 4
            }
          }
        }
      ]
    }
  ],
  "sourceType": "module",
  "range": [
    287,
    523
  ],
  "loc": {
    "start": {
      "line": 7,
      "column": 0
    },
    "end": {
      "line": 16,
      "column": 1
    }
  },
  "comments": [
    {
      "type": "Block",
      "value": "*\n  * Returns the definition of a collector that captures `standardDeviation_running`\n  *   - Modified from the following source:\n  *     https://subluminal.wordpress.com/2008/07/31/running-standard-deviations/\n  * @return {Object} A `standardDeviation_running` collector object\n  ",
      "range": [
        1,
        286
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 1
        },
        "end": {
          "line": 6,
          "column": 4
        }
      }
    }
  ]
}