{
  "type": "File",
  "start": 0,
  "end": 16144,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 450,
      "column": 0
    }
  },
  "program": {
    "type": "Program",
    "start": 0,
    "end": 16144,
    "loc": {
      "start": {
        "line": 1,
        "column": 0
      },
      "end": {
        "line": 450,
        "column": 0
      }
    },
    "sourceType": "module",
    "body": [
      {
        "type": "ImportDeclaration",
        "start": 0,
        "end": 40,
        "loc": {
          "start": {
            "line": 1,
            "column": 0
          },
          "end": {
            "line": 1,
            "column": 40
          }
        },
        "specifiers": [
          {
            "type": "ImportSpecifier",
            "start": 9,
            "end": 14,
            "loc": {
              "start": {
                "line": 1,
                "column": 9
              },
              "end": {
                "line": 1,
                "column": 14
              }
            },
            "imported": {
              "type": "Identifier",
              "start": 9,
              "end": 14,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 9
                },
                "end": {
                  "line": 1,
                  "column": 14
                },
                "identifierName": "isNil"
              },
              "name": "isNil"
            },
            "local": {
              "type": "Identifier",
              "start": 9,
              "end": 14,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 9
                },
                "end": {
                  "line": 1,
                  "column": 14
                },
                "identifierName": "isNil"
              },
              "name": "isNil"
            }
          },
          {
            "type": "ImportSpecifier",
            "start": 16,
            "end": 23,
            "loc": {
              "start": {
                "line": 1,
                "column": 16
              },
              "end": {
                "line": 1,
                "column": 23
              }
            },
            "imported": {
              "type": "Identifier",
              "start": 16,
              "end": 23,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 16
                },
                "end": {
                  "line": 1,
                  "column": 23
                },
                "identifierName": "orderBy"
              },
              "name": "orderBy"
            },
            "local": {
              "type": "Identifier",
              "start": 16,
              "end": 23,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 16
                },
                "end": {
                  "line": 1,
                  "column": 23
                },
                "identifierName": "orderBy"
              },
              "name": "orderBy"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 31,
          "end": 39,
          "loc": {
            "start": {
              "line": 1,
              "column": 31
            },
            "end": {
              "line": 1,
              "column": 39
            }
          },
          "extra": {
            "rawValue": "lodash",
            "raw": "\"lodash\""
          },
          "value": "lodash"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 41,
        "end": 79,
        "loc": {
          "start": {
            "line": 2,
            "column": 0
          },
          "end": {
            "line": 2,
            "column": 38
          }
        },
        "specifiers": [
          {
            "type": "ImportDefaultSpecifier",
            "start": 48,
            "end": 55,
            "loc": {
              "start": {
                "line": 2,
                "column": 7
              },
              "end": {
                "line": 2,
                "column": 14
              }
            },
            "local": {
              "type": "Identifier",
              "start": 48,
              "end": 55,
              "loc": {
                "start": {
                  "line": 2,
                  "column": 7
                },
                "end": {
                  "line": 2,
                  "column": 14
                },
                "identifierName": "Helpers"
              },
              "name": "Helpers"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 61,
          "end": 78,
          "loc": {
            "start": {
              "line": 2,
              "column": 20
            },
            "end": {
              "line": 2,
              "column": 37
            }
          },
          "extra": {
            "rawValue": "@/utils/Helpers",
            "raw": "\"@/utils/Helpers\""
          },
          "value": "@/utils/Helpers"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 80,
        "end": 121,
        "loc": {
          "start": {
            "line": 3,
            "column": 0
          },
          "end": {
            "line": 3,
            "column": 41
          }
        },
        "specifiers": [
          {
            "type": "ImportDefaultSpecifier",
            "start": 87,
            "end": 95,
            "loc": {
              "start": {
                "line": 3,
                "column": 7
              },
              "end": {
                "line": 3,
                "column": 15
              }
            },
            "local": {
              "type": "Identifier",
              "start": 87,
              "end": 95,
              "loc": {
                "start": {
                  "line": 3,
                  "column": 7
                },
                "end": {
                  "line": 3,
                  "column": 15
                },
                "identifierName": "LineItem"
              },
              "name": "LineItem"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 101,
          "end": 120,
          "loc": {
            "start": {
              "line": 3,
              "column": 21
            },
            "end": {
              "line": 3,
              "column": 40
            }
          },
          "extra": {
            "rawValue": "@/domain/LineItem",
            "raw": "\"@/domain/LineItem\""
          },
          "value": "@/domain/LineItem"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 122,
        "end": 148,
        "loc": {
          "start": {
            "line": 4,
            "column": 0
          },
          "end": {
            "line": 4,
            "column": 26
          }
        },
        "specifiers": [
          {
            "type": "ImportDefaultSpecifier",
            "start": 129,
            "end": 134,
            "loc": {
              "start": {
                "line": 4,
                "column": 7
              },
              "end": {
                "line": 4,
                "column": 12
              }
            },
            "local": {
              "type": "Identifier",
              "start": 129,
              "end": 134,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 7
                },
                "end": {
                  "line": 4,
                  "column": 12
                },
                "identifierName": "jStat"
              },
              "name": "jStat"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 140,
          "end": 147,
          "loc": {
            "start": {
              "line": 4,
              "column": 18
            },
            "end": {
              "line": 4,
              "column": 25
            }
          },
          "extra": {
            "rawValue": "jstat",
            "raw": "\"jstat\""
          },
          "value": "jstat"
        }
      },
      {
        "type": "ExportDefaultDeclaration",
        "start": 150,
        "end": 16143,
        "loc": {
          "start": {
            "line": 6,
            "column": 0
          },
          "end": {
            "line": 449,
            "column": 1
          }
        },
        "declaration": {
          "type": "ClassDeclaration",
          "start": 165,
          "end": 16143,
          "loc": {
            "start": {
              "line": 6,
              "column": 15
            },
            "end": {
              "line": 449,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 171,
            "end": 188,
            "loc": {
              "start": {
                "line": 6,
                "column": 21
              },
              "end": {
                "line": 6,
                "column": 38
              },
              "identifierName": "PredictionService"
            },
            "name": "PredictionService"
          },
          "superClass": null,
          "body": {
            "type": "ClassBody",
            "start": 189,
            "end": 16143,
            "loc": {
              "start": {
                "line": 6,
                "column": 39
              },
              "end": {
                "line": 449,
                "column": 1
              }
            },
            "body": [
              {
                "type": "ClassMethod",
                "start": 254,
                "end": 1638,
                "loc": {
                  "start": {
                    "line": 11,
                    "column": 2
                  },
                  "end": {
                    "line": 39,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 254,
                  "end": 265,
                  "loc": {
                    "start": {
                      "line": 11,
                      "column": 2
                    },
                    "end": {
                      "line": 11,
                      "column": 13
                    },
                    "identifierName": "constructor"
                  },
                  "name": "constructor",
                  "leadingComments": null
                },
                "kind": "constructor",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 266,
                    "end": 274,
                    "loc": {
                      "start": {
                        "line": 11,
                        "column": 14
                      },
                      "end": {
                        "line": 11,
                        "column": 22
                      },
                      "identifierName": "lineItem"
                    },
                    "name": "lineItem"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 276,
                  "end": 1638,
                  "loc": {
                    "start": {
                      "line": 11,
                      "column": 24
                    },
                    "end": {
                      "line": 39,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 282,
                      "end": 307,
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 4
                        },
                        "end": {
                          "line": 12,
                          "column": 29
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 282,
                        "end": 306,
                        "loc": {
                          "start": {
                            "line": 12,
                            "column": 4
                          },
                          "end": {
                            "line": 12,
                            "column": 28
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 282,
                          "end": 295,
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 4
                            },
                            "end": {
                              "line": 12,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 282,
                            "end": 286,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 4
                              },
                              "end": {
                                "line": 12,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 287,
                            "end": 295,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 9
                              },
                              "end": {
                                "line": 12,
                                "column": 17
                              },
                              "identifierName": "lineItem"
                            },
                            "name": "lineItem"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 298,
                          "end": 306,
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 20
                            },
                            "end": {
                              "line": 12,
                              "column": 28
                            },
                            "identifierName": "lineItem"
                          },
                          "name": "lineItem"
                        }
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 312,
                      "end": 386,
                      "loc": {
                        "start": {
                          "line": 13,
                          "column": 4
                        },
                        "end": {
                          "line": 15,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 316,
                        "end": 330,
                        "loc": {
                          "start": {
                            "line": 13,
                            "column": 8
                          },
                          "end": {
                            "line": 13,
                            "column": 22
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "MemberExpression",
                          "start": 317,
                          "end": 330,
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 9
                            },
                            "end": {
                              "line": 13,
                              "column": 22
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 317,
                            "end": 321,
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 9
                              },
                              "end": {
                                "line": 13,
                                "column": 13
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 322,
                            "end": 330,
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 14
                              },
                              "end": {
                                "line": 13,
                                "column": 22
                              },
                              "identifierName": "lineItem"
                            },
                            "name": "lineItem"
                          },
                          "computed": false
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 332,
                        "end": 386,
                        "loc": {
                          "start": {
                            "line": 13,
                            "column": 24
                          },
                          "end": {
                            "line": 15,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ThrowStatement",
                            "start": 340,
                            "end": 380,
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 6
                              },
                              "end": {
                                "line": 14,
                                "column": 46
                              }
                            },
                            "argument": {
                              "type": "NewExpression",
                              "start": 346,
                              "end": 379,
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 12
                                },
                                "end": {
                                  "line": 14,
                                  "column": 45
                                }
                              },
                              "callee": {
                                "type": "Identifier",
                                "start": 350,
                                "end": 355,
                                "loc": {
                                  "start": {
                                    "line": 14,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 14,
                                    "column": 21
                                  },
                                  "identifierName": "Error"
                                },
                                "name": "Error"
                              },
                              "arguments": [
                                {
                                  "type": "StringLiteral",
                                  "start": 356,
                                  "end": 378,
                                  "loc": {
                                    "start": {
                                      "line": 14,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 14,
                                      "column": 44
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "Line Item is not set",
                                    "raw": "\"Line Item is not set\""
                                  },
                                  "value": "Line Item is not set"
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 392,
                      "end": 421,
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 4
                        },
                        "end": {
                          "line": 17,
                          "column": 33
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 392,
                        "end": 420,
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 4
                          },
                          "end": {
                            "line": 17,
                            "column": 32
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 392,
                          "end": 400,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 4
                            },
                            "end": {
                              "line": 17,
                              "column": 12
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 392,
                            "end": 396,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 4
                              },
                              "end": {
                                "line": 17,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 397,
                            "end": 400,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 9
                              },
                              "end": {
                                "line": 17,
                                "column": 12
                              },
                              "identifierName": "bid"
                            },
                            "name": "bid"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 403,
                          "end": 420,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 15
                            },
                            "end": {
                              "line": 17,
                              "column": 32
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 403,
                            "end": 416,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 15
                              },
                              "end": {
                                "line": 17,
                                "column": 28
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 403,
                              "end": 407,
                              "loc": {
                                "start": {
                                  "line": 17,
                                  "column": 15
                                },
                                "end": {
                                  "line": 17,
                                  "column": 19
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 408,
                              "end": 416,
                              "loc": {
                                "start": {
                                  "line": 17,
                                  "column": 20
                                },
                                "end": {
                                  "line": 17,
                                  "column": 28
                                },
                                "identifierName": "lineItem"
                              },
                              "name": "lineItem"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 417,
                            "end": 420,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 29
                              },
                              "end": {
                                "line": 17,
                                "column": 32
                              },
                              "identifierName": "bid"
                            },
                            "name": "bid"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 426,
                      "end": 487,
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 4
                        },
                        "end": {
                          "line": 18,
                          "column": 65
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 432,
                          "end": 486,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 10
                            },
                            "end": {
                              "line": 18,
                              "column": 64
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 432,
                            "end": 447,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 10
                              },
                              "end": {
                                "line": 18,
                                "column": 25
                              },
                              "identifierName": "predictionModel"
                            },
                            "name": "predictionModel"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 450,
                            "end": 486,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 28
                              },
                              "end": {
                                "line": 18,
                                "column": 64
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 450,
                              "end": 469,
                              "loc": {
                                "start": {
                                  "line": 18,
                                  "column": 28
                                },
                                "end": {
                                  "line": 18,
                                  "column": 47
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 450,
                                "end": 463,
                                "loc": {
                                  "start": {
                                    "line": 18,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 18,
                                    "column": 41
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 450,
                                  "end": 454,
                                  "loc": {
                                    "start": {
                                      "line": 18,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 18,
                                      "column": 32
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 455,
                                  "end": 463,
                                  "loc": {
                                    "start": {
                                      "line": 18,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 18,
                                      "column": 41
                                    },
                                    "identifierName": "lineItem"
                                  },
                                  "name": "lineItem"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 464,
                                "end": 469,
                                "loc": {
                                  "start": {
                                    "line": 18,
                                    "column": 42
                                  },
                                  "end": {
                                    "line": 18,
                                    "column": 47
                                  },
                                  "identifierName": "_data"
                                },
                                "name": "_data"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 470,
                              "end": 486,
                              "loc": {
                                "start": {
                                  "line": 18,
                                  "column": 48
                                },
                                "end": {
                                  "line": 18,
                                  "column": 64
                                },
                                "identifierName": "prediction_model"
                              },
                              "name": "prediction_model"
                            },
                            "computed": false
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 492,
                      "end": 556,
                      "loc": {
                        "start": {
                          "line": 19,
                          "column": 4
                        },
                        "end": {
                          "line": 19,
                          "column": 68
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 492,
                        "end": 555,
                        "loc": {
                          "start": {
                            "line": 19,
                            "column": 4
                          },
                          "end": {
                            "line": 19,
                            "column": 67
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 492,
                          "end": 503,
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 4
                            },
                            "end": {
                              "line": 19,
                              "column": 15
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 492,
                            "end": 496,
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 4
                              },
                              "end": {
                                "line": 19,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 497,
                            "end": 503,
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 9
                              },
                              "end": {
                                "line": 19,
                                "column": 15
                              },
                              "identifierName": "models"
                            },
                            "name": "models"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "LogicalExpression",
                          "start": 506,
                          "end": 555,
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 18
                            },
                            "end": {
                              "line": 19,
                              "column": 67
                            }
                          },
                          "left": {
                            "type": "LogicalExpression",
                            "start": 507,
                            "end": 548,
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 19
                              },
                              "end": {
                                "line": 19,
                                "column": 60
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 507,
                              "end": 522,
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 19
                                },
                                "end": {
                                  "line": 19,
                                  "column": 34
                                },
                                "identifierName": "predictionModel"
                              },
                              "name": "predictionModel"
                            },
                            "operator": "&&",
                            "right": {
                              "type": "MemberExpression",
                              "start": 526,
                              "end": 548,
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 38
                                },
                                "end": {
                                  "line": 19,
                                  "column": 60
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 526,
                                "end": 541,
                                "loc": {
                                  "start": {
                                    "line": 19,
                                    "column": 38
                                  },
                                  "end": {
                                    "line": 19,
                                    "column": 53
                                  },
                                  "identifierName": "predictionModel"
                                },
                                "name": "predictionModel"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 542,
                                "end": 548,
                                "loc": {
                                  "start": {
                                    "line": 19,
                                    "column": 54
                                  },
                                  "end": {
                                    "line": 19,
                                    "column": 60
                                  },
                                  "identifierName": "models"
                                },
                                "name": "models"
                              },
                              "computed": false
                            },
                            "extra": {
                              "parenthesized": true,
                              "parenStart": 506
                            }
                          },
                          "operator": "||",
                          "right": {
                            "type": "ArrayExpression",
                            "start": 553,
                            "end": 555,
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 65
                              },
                              "end": {
                                "line": 19,
                                "column": 67
                              }
                            },
                            "elements": []
                          }
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 562,
                      "end": 678,
                      "loc": {
                        "start": {
                          "line": 21,
                          "column": 4
                        },
                        "end": {
                          "line": 23,
                          "column": 7
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 562,
                        "end": 677,
                        "loc": {
                          "start": {
                            "line": 21,
                            "column": 4
                          },
                          "end": {
                            "line": 23,
                            "column": 6
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 562,
                          "end": 585,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 4
                            },
                            "end": {
                              "line": 21,
                              "column": 27
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 562,
                            "end": 566,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 4
                              },
                              "end": {
                                "line": 21,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 567,
                            "end": 585,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 9
                              },
                              "end": {
                                "line": 21,
                                "column": 27
                              },
                              "identifierName": "distributionRanges"
                            },
                            "name": "distributionRanges"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 588,
                          "end": 677,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 30
                            },
                            "end": {
                              "line": 23,
                              "column": 6
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 588,
                            "end": 647,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 30
                              },
                              "end": {
                                "line": 21,
                                "column": 89
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 588,
                              "end": 643,
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 30
                                },
                                "end": {
                                  "line": 21,
                                  "column": 85
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 588,
                                "end": 637,
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 79
                                  }
                                },
                                "object": {
                                  "type": "CallExpression",
                                  "start": 588,
                                  "end": 617,
                                  "loc": {
                                    "start": {
                                      "line": 21,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 21,
                                      "column": 59
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 588,
                                    "end": 615,
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 57
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 588,
                                      "end": 605,
                                      "loc": {
                                        "start": {
                                          "line": 21,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 21,
                                          "column": 47
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 588,
                                        "end": 596,
                                        "loc": {
                                          "start": {
                                            "line": 21,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 21,
                                            "column": 38
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 588,
                                          "end": 592,
                                          "loc": {
                                            "start": {
                                              "line": 21,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 21,
                                              "column": 34
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 593,
                                          "end": 596,
                                          "loc": {
                                            "start": {
                                              "line": 21,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 21,
                                              "column": 38
                                            },
                                            "identifierName": "bid"
                                          },
                                          "name": "bid"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 597,
                                        "end": 605,
                                        "loc": {
                                          "start": {
                                            "line": 21,
                                            "column": 39
                                          },
                                          "end": {
                                            "line": 21,
                                            "column": 47
                                          },
                                          "identifierName": "entities"
                                        },
                                        "name": "entities"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 606,
                                      "end": 615,
                                      "loc": {
                                        "start": {
                                          "line": 21,
                                          "column": 48
                                        },
                                        "end": {
                                          "line": 21,
                                          "column": 57
                                        },
                                        "identifierName": "variables"
                                      },
                                      "name": "variables"
                                    },
                                    "computed": false
                                  },
                                  "arguments": []
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 618,
                                  "end": 637,
                                  "loc": {
                                    "start": {
                                      "line": 21,
                                      "column": 60
                                    },
                                    "end": {
                                      "line": 21,
                                      "column": 79
                                    },
                                    "identifierName": "distribution_ranges"
                                  },
                                  "name": "distribution_ranges"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 638,
                                "end": 643,
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 80
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 85
                                  },
                                  "identifierName": "value"
                                },
                                "name": "value"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 644,
                              "end": 647,
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 86
                                },
                                "end": {
                                  "line": 21,
                                  "column": 89
                                },
                                "identifierName": "map"
                              },
                              "name": "map"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "ArrowFunctionExpression",
                              "start": 648,
                              "end": 676,
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 90
                                },
                                "end": {
                                  "line": 23,
                                  "column": 5
                                }
                              },
                              "id": null,
                              "generator": false,
                              "expression": false,
                              "async": false,
                              "params": [
                                {
                                  "type": "Identifier",
                                  "start": 648,
                                  "end": 649,
                                  "loc": {
                                    "start": {
                                      "line": 21,
                                      "column": 90
                                    },
                                    "end": {
                                      "line": 21,
                                      "column": 91
                                    },
                                    "identifierName": "x"
                                  },
                                  "name": "x"
                                }
                              ],
                              "body": {
                                "type": "BlockStatement",
                                "start": 653,
                                "end": 676,
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 95
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 5
                                  }
                                },
                                "body": [
                                  {
                                    "type": "ReturnStatement",
                                    "start": 661,
                                    "end": 670,
                                    "loc": {
                                      "start": {
                                        "line": 22,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 22,
                                        "column": 15
                                      }
                                    },
                                    "argument": {
                                      "type": "Identifier",
                                      "start": 668,
                                      "end": 669,
                                      "loc": {
                                        "start": {
                                          "line": 22,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 22,
                                          "column": 14
                                        },
                                        "identifierName": "x"
                                      },
                                      "name": "x"
                                    }
                                  }
                                ],
                                "directives": []
                              }
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 684,
                      "end": 814,
                      "loc": {
                        "start": {
                          "line": 25,
                          "column": 4
                        },
                        "end": {
                          "line": 27,
                          "column": 10
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 684,
                        "end": 813,
                        "loc": {
                          "start": {
                            "line": 25,
                            "column": 4
                          },
                          "end": {
                            "line": 27,
                            "column": 9
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 684,
                          "end": 696,
                          "loc": {
                            "start": {
                              "line": 25,
                              "column": 4
                            },
                            "end": {
                              "line": 25,
                              "column": 16
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 684,
                            "end": 688,
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 4
                              },
                              "end": {
                                "line": 25,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 689,
                            "end": 696,
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 9
                              },
                              "end": {
                                "line": 25,
                                "column": 16
                              },
                              "identifierName": "zFactor"
                            },
                            "name": "zFactor"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ConditionalExpression",
                          "start": 699,
                          "end": 813,
                          "loc": {
                            "start": {
                              "line": 25,
                              "column": 19
                            },
                            "end": {
                              "line": 27,
                              "column": 9
                            }
                          },
                          "test": {
                            "type": "BinaryExpression",
                            "start": 699,
                            "end": 736,
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 19
                              },
                              "end": {
                                "line": 25,
                                "column": 56
                              }
                            },
                            "left": {
                              "type": "MemberExpression",
                              "start": 699,
                              "end": 722,
                              "loc": {
                                "start": {
                                  "line": 25,
                                  "column": 19
                                },
                                "end": {
                                  "line": 25,
                                  "column": 42
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 699,
                                "end": 713,
                                "loc": {
                                  "start": {
                                    "line": 25,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 25,
                                    "column": 33
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 699,
                                  "end": 707,
                                  "loc": {
                                    "start": {
                                      "line": 25,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 25,
                                      "column": 27
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 699,
                                    "end": 703,
                                    "loc": {
                                      "start": {
                                        "line": 25,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 25,
                                        "column": 23
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 704,
                                    "end": 707,
                                    "loc": {
                                      "start": {
                                        "line": 25,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 25,
                                        "column": 27
                                      },
                                      "identifierName": "bid"
                                    },
                                    "name": "bid"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 708,
                                  "end": 713,
                                  "loc": {
                                    "start": {
                                      "line": 25,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 25,
                                      "column": 33
                                    },
                                    "identifierName": "_data"
                                  },
                                  "name": "_data"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 714,
                                "end": 722,
                                "loc": {
                                  "start": {
                                    "line": 25,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 25,
                                    "column": 42
                                  },
                                  "identifierName": "zfactors"
                                },
                                "name": "zfactors"
                              },
                              "computed": false
                            },
                            "operator": "!==",
                            "right": {
                              "type": "Identifier",
                              "start": 727,
                              "end": 736,
                              "loc": {
                                "start": {
                                  "line": 25,
                                  "column": 47
                                },
                                "end": {
                                  "line": 25,
                                  "column": 56
                                },
                                "identifierName": "undefined"
                              },
                              "name": "undefined"
                            }
                          },
                          "consequent": {
                            "type": "CallExpression",
                            "start": 746,
                            "end": 802,
                            "loc": {
                              "start": {
                                "line": 26,
                                "column": 8
                              },
                              "end": {
                                "line": 26,
                                "column": 64
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 746,
                              "end": 762,
                              "loc": {
                                "start": {
                                  "line": 26,
                                  "column": 8
                                },
                                "end": {
                                  "line": 26,
                                  "column": 24
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 746,
                                "end": 750,
                                "loc": {
                                  "start": {
                                    "line": 26,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 751,
                                "end": 762,
                                "loc": {
                                  "start": {
                                    "line": 26,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 24
                                  },
                                  "identifierName": "_getZFactor"
                                },
                                "name": "_getZFactor"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 763,
                                "end": 776,
                                "loc": {
                                  "start": {
                                    "line": 26,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 38
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 763,
                                  "end": 767,
                                  "loc": {
                                    "start": {
                                      "line": 26,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 26,
                                      "column": 29
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 768,
                                  "end": 776,
                                  "loc": {
                                    "start": {
                                      "line": 26,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 26,
                                      "column": 38
                                    },
                                    "identifierName": "lineItem"
                                  },
                                  "name": "lineItem"
                                },
                                "computed": false
                              },
                              {
                                "type": "MemberExpression",
                                "start": 778,
                                "end": 801,
                                "loc": {
                                  "start": {
                                    "line": 26,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 63
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 778,
                                  "end": 792,
                                  "loc": {
                                    "start": {
                                      "line": 26,
                                      "column": 40
                                    },
                                    "end": {
                                      "line": 26,
                                      "column": 54
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 778,
                                    "end": 786,
                                    "loc": {
                                      "start": {
                                        "line": 26,
                                        "column": 40
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 48
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 778,
                                      "end": 782,
                                      "loc": {
                                        "start": {
                                          "line": 26,
                                          "column": 40
                                        },
                                        "end": {
                                          "line": 26,
                                          "column": 44
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 783,
                                      "end": 786,
                                      "loc": {
                                        "start": {
                                          "line": 26,
                                          "column": 45
                                        },
                                        "end": {
                                          "line": 26,
                                          "column": 48
                                        },
                                        "identifierName": "bid"
                                      },
                                      "name": "bid"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 787,
                                    "end": 792,
                                    "loc": {
                                      "start": {
                                        "line": 26,
                                        "column": 49
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 54
                                      },
                                      "identifierName": "_data"
                                    },
                                    "name": "_data"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 793,
                                  "end": 801,
                                  "loc": {
                                    "start": {
                                      "line": 26,
                                      "column": 55
                                    },
                                    "end": {
                                      "line": 26,
                                      "column": 63
                                    },
                                    "identifierName": "zfactors"
                                  },
                                  "name": "zfactors"
                                },
                                "computed": false
                              }
                            ]
                          },
                          "alternate": {
                            "type": "NumericLiteral",
                            "start": 812,
                            "end": 813,
                            "loc": {
                              "start": {
                                "line": 27,
                                "column": 8
                              },
                              "end": {
                                "line": 27,
                                "column": 9
                              }
                            },
                            "extra": {
                              "rawValue": 1,
                              "raw": "1"
                            },
                            "value": 1
                          }
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 820,
                      "end": 852,
                      "loc": {
                        "start": {
                          "line": 29,
                          "column": 4
                        },
                        "end": {
                          "line": 29,
                          "column": 36
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 820,
                        "end": 851,
                        "loc": {
                          "start": {
                            "line": 29,
                            "column": 4
                          },
                          "end": {
                            "line": 29,
                            "column": 35
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 820,
                          "end": 839,
                          "loc": {
                            "start": {
                              "line": 29,
                              "column": 4
                            },
                            "end": {
                              "line": 29,
                              "column": 23
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 820,
                            "end": 824,
                            "loc": {
                              "start": {
                                "line": 29,
                                "column": 4
                              },
                              "end": {
                                "line": 29,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 825,
                            "end": 839,
                            "loc": {
                              "start": {
                                "line": 29,
                                "column": 9
                              },
                              "end": {
                                "line": 29,
                                "column": 23
                              },
                              "identifierName": "predictionType"
                            },
                            "name": "predictionType"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "StringLiteral",
                          "start": 842,
                          "end": 851,
                          "loc": {
                            "start": {
                              "line": 29,
                              "column": 26
                            },
                            "end": {
                              "line": 29,
                              "column": 35
                            }
                          },
                          "extra": {
                            "rawValue": "account",
                            "raw": "'account'"
                          },
                          "value": "account"
                        }
                      },
                      "trailingComments": [
                        {
                          "type": "CommentLine",
                          "value": " determine if a patch can be used by the model's created_at timestamp",
                          "start": 858,
                          "end": 929,
                          "loc": {
                            "start": {
                              "line": 31,
                              "column": 4
                            },
                            "end": {
                              "line": 31,
                              "column": 75
                            }
                          }
                        },
                        {
                          "type": "CommentLine",
                          "value": " this is necessary to prevent estimates from changing in bids that use models created before the fix was released",
                          "start": 934,
                          "end": 1049,
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 4
                            },
                            "end": {
                              "line": 32,
                              "column": 119
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 1054,
                      "end": 1129,
                      "loc": {
                        "start": {
                          "line": 33,
                          "column": 4
                        },
                        "end": {
                          "line": 33,
                          "column": 79
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 1060,
                          "end": 1128,
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 10
                            },
                            "end": {
                              "line": 33,
                              "column": 78
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 1060,
                            "end": 1069,
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 10
                              },
                              "end": {
                                "line": 33,
                                "column": 19
                              },
                              "identifierName": "timestamp"
                            },
                            "name": "timestamp",
                            "leadingComments": null
                          },
                          "init": {
                            "type": "ConditionalExpression",
                            "start": 1072,
                            "end": 1128,
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 22
                              },
                              "end": {
                                "line": 33,
                                "column": 78
                              }
                            },
                            "test": {
                              "type": "Identifier",
                              "start": 1072,
                              "end": 1087,
                              "loc": {
                                "start": {
                                  "line": 33,
                                  "column": 22
                                },
                                "end": {
                                  "line": 33,
                                  "column": 37
                                },
                                "identifierName": "predictionModel"
                              },
                              "name": "predictionModel"
                            },
                            "consequent": {
                              "type": "MemberExpression",
                              "start": 1090,
                              "end": 1116,
                              "loc": {
                                "start": {
                                  "line": 33,
                                  "column": 40
                                },
                                "end": {
                                  "line": 33,
                                  "column": 66
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 1090,
                                "end": 1105,
                                "loc": {
                                  "start": {
                                    "line": 33,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 33,
                                    "column": 55
                                  },
                                  "identifierName": "predictionModel"
                                },
                                "name": "predictionModel"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1106,
                                "end": 1116,
                                "loc": {
                                  "start": {
                                    "line": 33,
                                    "column": 56
                                  },
                                  "end": {
                                    "line": 33,
                                    "column": 66
                                  },
                                  "identifierName": "created_at"
                                },
                                "name": "created_at"
                              },
                              "computed": false
                            },
                            "alternate": {
                              "type": "Identifier",
                              "start": 1119,
                              "end": 1128,
                              "loc": {
                                "start": {
                                  "line": 33,
                                  "column": 69
                                },
                                "end": {
                                  "line": 33,
                                  "column": 78
                                },
                                "identifierName": "undefined"
                              },
                              "name": "undefined"
                            }
                          },
                          "leadingComments": null
                        }
                      ],
                      "kind": "const",
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": " determine if a patch can be used by the model's created_at timestamp",
                          "start": 858,
                          "end": 929,
                          "loc": {
                            "start": {
                              "line": 31,
                              "column": 4
                            },
                            "end": {
                              "line": 31,
                              "column": 75
                            }
                          }
                        },
                        {
                          "type": "CommentLine",
                          "value": " this is necessary to prevent estimates from changing in bids that use models created before the fix was released",
                          "start": 934,
                          "end": 1049,
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 4
                            },
                            "end": {
                              "line": 32,
                              "column": 119
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1134,
                      "end": 1634,
                      "loc": {
                        "start": {
                          "line": 34,
                          "column": 4
                        },
                        "end": {
                          "line": 38,
                          "column": 6
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1134,
                        "end": 1633,
                        "loc": {
                          "start": {
                            "line": 34,
                            "column": 4
                          },
                          "end": {
                            "line": 38,
                            "column": 5
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1134,
                          "end": 1151,
                          "loc": {
                            "start": {
                              "line": 34,
                              "column": 4
                            },
                            "end": {
                              "line": 34,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1134,
                            "end": 1138,
                            "loc": {
                              "start": {
                                "line": 34,
                                "column": 4
                              },
                              "end": {
                                "line": 34,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1139,
                            "end": 1151,
                            "loc": {
                              "start": {
                                "line": 34,
                                "column": 9
                              },
                              "end": {
                                "line": 34,
                                "column": 21
                              },
                              "identifierName": "_canUsePatch"
                            },
                            "name": "_canUsePatch"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ObjectExpression",
                          "start": 1154,
                          "end": 1633,
                          "loc": {
                            "start": {
                              "line": 34,
                              "column": 24
                            },
                            "end": {
                              "line": 38,
                              "column": 5
                            }
                          },
                          "properties": [
                            {
                              "type": "ObjectProperty",
                              "start": 1162,
                              "end": 1248,
                              "loc": {
                                "start": {
                                  "line": 35,
                                  "column": 6
                                },
                                "end": {
                                  "line": 35,
                                  "column": 92
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 1162,
                                "end": 1182,
                                "loc": {
                                  "start": {
                                    "line": 35,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 35,
                                    "column": 26
                                  },
                                  "identifierName": "ignoreNullDependency"
                                },
                                "name": "ignoreNullDependency"
                              },
                              "value": {
                                "type": "ConditionalExpression",
                                "start": 1184,
                                "end": 1248,
                                "loc": {
                                  "start": {
                                    "line": 35,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 35,
                                    "column": 92
                                  }
                                },
                                "test": {
                                  "type": "Identifier",
                                  "start": 1184,
                                  "end": 1193,
                                  "loc": {
                                    "start": {
                                      "line": 35,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 35,
                                      "column": 37
                                    },
                                    "identifierName": "timestamp"
                                  },
                                  "name": "timestamp"
                                },
                                "consequent": {
                                  "type": "BinaryExpression",
                                  "start": 1196,
                                  "end": 1240,
                                  "loc": {
                                    "start": {
                                      "line": 35,
                                      "column": 40
                                    },
                                    "end": {
                                      "line": 35,
                                      "column": 84
                                    }
                                  },
                                  "left": {
                                    "type": "NewExpression",
                                    "start": 1196,
                                    "end": 1215,
                                    "loc": {
                                      "start": {
                                        "line": 35,
                                        "column": 40
                                      },
                                      "end": {
                                        "line": 35,
                                        "column": 59
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 1200,
                                      "end": 1204,
                                      "loc": {
                                        "start": {
                                          "line": 35,
                                          "column": 44
                                        },
                                        "end": {
                                          "line": 35,
                                          "column": 48
                                        },
                                        "identifierName": "Date"
                                      },
                                      "name": "Date"
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 1205,
                                        "end": 1214,
                                        "loc": {
                                          "start": {
                                            "line": 35,
                                            "column": 49
                                          },
                                          "end": {
                                            "line": 35,
                                            "column": 58
                                          },
                                          "identifierName": "timestamp"
                                        },
                                        "name": "timestamp"
                                      }
                                    ]
                                  },
                                  "operator": ">",
                                  "right": {
                                    "type": "NewExpression",
                                    "start": 1218,
                                    "end": 1240,
                                    "loc": {
                                      "start": {
                                        "line": 35,
                                        "column": 62
                                      },
                                      "end": {
                                        "line": 35,
                                        "column": 84
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 1222,
                                      "end": 1226,
                                      "loc": {
                                        "start": {
                                          "line": 35,
                                          "column": 66
                                        },
                                        "end": {
                                          "line": 35,
                                          "column": 70
                                        },
                                        "identifierName": "Date"
                                      },
                                      "name": "Date"
                                    },
                                    "arguments": [
                                      {
                                        "type": "StringLiteral",
                                        "start": 1227,
                                        "end": 1239,
                                        "loc": {
                                          "start": {
                                            "line": 35,
                                            "column": 71
                                          },
                                          "end": {
                                            "line": 35,
                                            "column": 83
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "2019-12-16",
                                          "raw": "\"2019-12-16\""
                                        },
                                        "value": "2019-12-16"
                                      }
                                    ]
                                  }
                                },
                                "alternate": {
                                  "type": "BooleanLiteral",
                                  "start": 1243,
                                  "end": 1248,
                                  "loc": {
                                    "start": {
                                      "line": 35,
                                      "column": 87
                                    },
                                    "end": {
                                      "line": 35,
                                      "column": 92
                                    }
                                  },
                                  "value": false
                                }
                              }
                            },
                            {
                              "type": "ObjectProperty",
                              "start": 1334,
                              "end": 1416,
                              "loc": {
                                "start": {
                                  "line": 36,
                                  "column": 6
                                },
                                "end": {
                                  "line": 36,
                                  "column": 88
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 1334,
                                "end": 1350,
                                "loc": {
                                  "start": {
                                    "line": 36,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 36,
                                    "column": 22
                                  },
                                  "identifierName": "nonNumericResult"
                                },
                                "name": "nonNumericResult",
                                "leadingComments": null
                              },
                              "value": {
                                "type": "ConditionalExpression",
                                "start": 1352,
                                "end": 1416,
                                "loc": {
                                  "start": {
                                    "line": 36,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 36,
                                    "column": 88
                                  }
                                },
                                "test": {
                                  "type": "Identifier",
                                  "start": 1352,
                                  "end": 1361,
                                  "loc": {
                                    "start": {
                                      "line": 36,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 36,
                                      "column": 33
                                    },
                                    "identifierName": "timestamp"
                                  },
                                  "name": "timestamp"
                                },
                                "consequent": {
                                  "type": "BinaryExpression",
                                  "start": 1364,
                                  "end": 1408,
                                  "loc": {
                                    "start": {
                                      "line": 36,
                                      "column": 36
                                    },
                                    "end": {
                                      "line": 36,
                                      "column": 80
                                    }
                                  },
                                  "left": {
                                    "type": "NewExpression",
                                    "start": 1364,
                                    "end": 1383,
                                    "loc": {
                                      "start": {
                                        "line": 36,
                                        "column": 36
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 55
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 1368,
                                      "end": 1372,
                                      "loc": {
                                        "start": {
                                          "line": 36,
                                          "column": 40
                                        },
                                        "end": {
                                          "line": 36,
                                          "column": 44
                                        },
                                        "identifierName": "Date"
                                      },
                                      "name": "Date"
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 1373,
                                        "end": 1382,
                                        "loc": {
                                          "start": {
                                            "line": 36,
                                            "column": 45
                                          },
                                          "end": {
                                            "line": 36,
                                            "column": 54
                                          },
                                          "identifierName": "timestamp"
                                        },
                                        "name": "timestamp"
                                      }
                                    ]
                                  },
                                  "operator": ">",
                                  "right": {
                                    "type": "NewExpression",
                                    "start": 1386,
                                    "end": 1408,
                                    "loc": {
                                      "start": {
                                        "line": 36,
                                        "column": 58
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 80
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 1390,
                                      "end": 1394,
                                      "loc": {
                                        "start": {
                                          "line": 36,
                                          "column": 62
                                        },
                                        "end": {
                                          "line": 36,
                                          "column": 66
                                        },
                                        "identifierName": "Date"
                                      },
                                      "name": "Date"
                                    },
                                    "arguments": [
                                      {
                                        "type": "StringLiteral",
                                        "start": 1395,
                                        "end": 1407,
                                        "loc": {
                                          "start": {
                                            "line": 36,
                                            "column": 67
                                          },
                                          "end": {
                                            "line": 36,
                                            "column": 79
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "2020-01-17",
                                          "raw": "\"2020-01-17\""
                                        },
                                        "value": "2020-01-17"
                                      }
                                    ]
                                  }
                                },
                                "alternate": {
                                  "type": "BooleanLiteral",
                                  "start": 1411,
                                  "end": 1416,
                                  "loc": {
                                    "start": {
                                      "line": 36,
                                      "column": 83
                                    },
                                    "end": {
                                      "line": 36,
                                      "column": 88
                                    }
                                  },
                                  "value": false
                                }
                              },
                              "leadingComments": [
                                {
                                  "type": "CommentLine",
                                  "value": " ignores prediction models that rely on entities that are not fully defined",
                                  "start": 1250,
                                  "end": 1327,
                                  "loc": {
                                    "start": {
                                      "line": 35,
                                      "column": 94
                                    },
                                    "end": {
                                      "line": 35,
                                      "column": 171
                                    }
                                  }
                                }
                              ]
                            },
                            {
                              "type": "ObjectProperty",
                              "start": 1483,
                              "end": 1574,
                              "loc": {
                                "start": {
                                  "line": 37,
                                  "column": 6
                                },
                                "end": {
                                  "line": 37,
                                  "column": 97
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 1483,
                                "end": 1508,
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 31
                                  },
                                  "identifierName": "dependencyAssemblyContext"
                                },
                                "name": "dependencyAssemblyContext",
                                "leadingComments": null
                              },
                              "value": {
                                "type": "ConditionalExpression",
                                "start": 1510,
                                "end": 1574,
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 97
                                  }
                                },
                                "test": {
                                  "type": "Identifier",
                                  "start": 1510,
                                  "end": 1519,
                                  "loc": {
                                    "start": {
                                      "line": 37,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 37,
                                      "column": 42
                                    },
                                    "identifierName": "timestamp"
                                  },
                                  "name": "timestamp"
                                },
                                "consequent": {
                                  "type": "BinaryExpression",
                                  "start": 1522,
                                  "end": 1566,
                                  "loc": {
                                    "start": {
                                      "line": 37,
                                      "column": 45
                                    },
                                    "end": {
                                      "line": 37,
                                      "column": 89
                                    }
                                  },
                                  "left": {
                                    "type": "NewExpression",
                                    "start": 1522,
                                    "end": 1541,
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 64
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 1526,
                                      "end": 1530,
                                      "loc": {
                                        "start": {
                                          "line": 37,
                                          "column": 49
                                        },
                                        "end": {
                                          "line": 37,
                                          "column": 53
                                        },
                                        "identifierName": "Date"
                                      },
                                      "name": "Date"
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 1531,
                                        "end": 1540,
                                        "loc": {
                                          "start": {
                                            "line": 37,
                                            "column": 54
                                          },
                                          "end": {
                                            "line": 37,
                                            "column": 63
                                          },
                                          "identifierName": "timestamp"
                                        },
                                        "name": "timestamp"
                                      }
                                    ]
                                  },
                                  "operator": ">",
                                  "right": {
                                    "type": "NewExpression",
                                    "start": 1544,
                                    "end": 1566,
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 67
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 89
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 1548,
                                      "end": 1552,
                                      "loc": {
                                        "start": {
                                          "line": 37,
                                          "column": 71
                                        },
                                        "end": {
                                          "line": 37,
                                          "column": 75
                                        },
                                        "identifierName": "Date"
                                      },
                                      "name": "Date"
                                    },
                                    "arguments": [
                                      {
                                        "type": "StringLiteral",
                                        "start": 1553,
                                        "end": 1565,
                                        "loc": {
                                          "start": {
                                            "line": 37,
                                            "column": 76
                                          },
                                          "end": {
                                            "line": 37,
                                            "column": 88
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "2019-12-16",
                                          "raw": "\"2019-12-16\""
                                        },
                                        "value": "2019-12-16"
                                      }
                                    ]
                                  }
                                },
                                "alternate": {
                                  "type": "BooleanLiteral",
                                  "start": 1569,
                                  "end": 1574,
                                  "loc": {
                                    "start": {
                                      "line": 37,
                                      "column": 92
                                    },
                                    "end": {
                                      "line": 37,
                                      "column": 97
                                    }
                                  },
                                  "value": false
                                }
                              },
                              "leadingComments": [
                                {
                                  "type": "CommentLine",
                                  "value": " ignores prediction models that have non-numeric results",
                                  "start": 1418,
                                  "end": 1476,
                                  "loc": {
                                    "start": {
                                      "line": 36,
                                      "column": 90
                                    },
                                    "end": {
                                      "line": 36,
                                      "column": 148
                                    }
                                  }
                                }
                              ],
                              "trailingComments": [
                                {
                                  "type": "CommentLine",
                                  "value": " ensures assembly context is correctly considered",
                                  "start": 1576,
                                  "end": 1627,
                                  "loc": {
                                    "start": {
                                      "line": 37,
                                      "column": 99
                                    },
                                    "end": {
                                      "line": 37,
                                      "column": 150
                                    }
                                  }
                                }
                              ]
                            }
                          ]
                        }
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Constructor\n   * @param {LineItem} lineItem\n   ",
                    "start": 193,
                    "end": 251,
                    "loc": {
                      "start": {
                        "line": 7,
                        "column": 2
                      },
                      "end": {
                        "line": 10,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Retrieves a filtered list of prediction models\n   *\n   * @param {string} filterByType 'cost' or 'labor_hours' the type of models to retrieve\n   * @return {object[]} List of models filtered by the filterType\n   ",
                    "start": 1642,
                    "end": 1863,
                    "loc": {
                      "start": {
                        "line": 41,
                        "column": 2
                      },
                      "end": {
                        "line": 46,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 1866,
                "end": 1989,
                "loc": {
                  "start": {
                    "line": 47,
                    "column": 2
                  },
                  "end": {
                    "line": 49,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 1866,
                  "end": 1884,
                  "loc": {
                    "start": {
                      "line": 47,
                      "column": 2
                    },
                    "end": {
                      "line": 47,
                      "column": 20
                    },
                    "identifierName": "_getFilteredModels"
                  },
                  "name": "_getFilteredModels",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 1885,
                    "end": 1897,
                    "loc": {
                      "start": {
                        "line": 47,
                        "column": 21
                      },
                      "end": {
                        "line": 47,
                        "column": 33
                      },
                      "identifierName": "filterByType"
                    },
                    "name": "filterByType"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1899,
                  "end": 1989,
                  "loc": {
                    "start": {
                      "line": 47,
                      "column": 35
                    },
                    "end": {
                      "line": 49,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 1905,
                      "end": 1985,
                      "loc": {
                        "start": {
                          "line": 48,
                          "column": 4
                        },
                        "end": {
                          "line": 48,
                          "column": 84
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 1912,
                        "end": 1984,
                        "loc": {
                          "start": {
                            "line": 48,
                            "column": 11
                          },
                          "end": {
                            "line": 48,
                            "column": 83
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1912,
                          "end": 1930,
                          "loc": {
                            "start": {
                              "line": 48,
                              "column": 11
                            },
                            "end": {
                              "line": 48,
                              "column": 29
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1912,
                            "end": 1923,
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 11
                              },
                              "end": {
                                "line": 48,
                                "column": 22
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1912,
                              "end": 1916,
                              "loc": {
                                "start": {
                                  "line": 48,
                                  "column": 11
                                },
                                "end": {
                                  "line": 48,
                                  "column": 15
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1917,
                              "end": 1923,
                              "loc": {
                                "start": {
                                  "line": 48,
                                  "column": 16
                                },
                                "end": {
                                  "line": 48,
                                  "column": 22
                                },
                                "identifierName": "models"
                              },
                              "name": "models"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1924,
                            "end": 1930,
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 23
                              },
                              "end": {
                                "line": 48,
                                "column": 29
                              },
                              "identifierName": "filter"
                            },
                            "name": "filter"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 1931,
                            "end": 1983,
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 30
                              },
                              "end": {
                                "line": 48,
                                "column": 82
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": true,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 1931,
                                "end": 1936,
                                "loc": {
                                  "start": {
                                    "line": 48,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 48,
                                    "column": 35
                                  },
                                  "identifierName": "model"
                                },
                                "name": "model"
                              }
                            ],
                            "body": {
                              "type": "BinaryExpression",
                              "start": 1940,
                              "end": 1983,
                              "loc": {
                                "start": {
                                  "line": 48,
                                  "column": 39
                                },
                                "end": {
                                  "line": 48,
                                  "column": 82
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 1940,
                                "end": 1966,
                                "loc": {
                                  "start": {
                                    "line": 48,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 48,
                                    "column": 65
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 1940,
                                  "end": 1960,
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 59
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 1940,
                                    "end": 1958,
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 57
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 1940,
                                      "end": 1945,
                                      "loc": {
                                        "start": {
                                          "line": 48,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 48,
                                          "column": 44
                                        },
                                        "identifierName": "model"
                                      },
                                      "name": "model"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1946,
                                      "end": 1958,
                                      "loc": {
                                        "start": {
                                          "line": 48,
                                          "column": 45
                                        },
                                        "end": {
                                          "line": 48,
                                          "column": 57
                                        },
                                        "identifierName": "dependencies"
                                      },
                                      "name": "dependencies"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1959,
                                    "end": 1960,
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 58
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 59
                                      },
                                      "identifierName": "y"
                                    },
                                    "name": "y"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1961,
                                  "end": 1966,
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 60
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 65
                                    },
                                    "identifierName": "field"
                                  },
                                  "name": "field"
                                },
                                "computed": false
                              },
                              "operator": "===",
                              "right": {
                                "type": "Identifier",
                                "start": 1971,
                                "end": 1983,
                                "loc": {
                                  "start": {
                                    "line": 48,
                                    "column": 70
                                  },
                                  "end": {
                                    "line": 48,
                                    "column": 82
                                  },
                                  "identifierName": "filterByType"
                                },
                                "name": "filterByType"
                              }
                            }
                          }
                        ]
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Retrieves a filtered list of prediction models\n   *\n   * @param {string} filterByType 'cost' or 'labor_hours' the type of models to retrieve\n   * @return {object[]} List of models filtered by the filterType\n   ",
                    "start": 1642,
                    "end": 1863,
                    "loc": {
                      "start": {
                        "line": 41,
                        "column": 2
                      },
                      "end": {
                        "line": 46,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Determine if the line item has any prediction models\n   *\n   * @return {boolean}\n   ",
                    "start": 1993,
                    "end": 2088,
                    "loc": {
                      "start": {
                        "line": 51,
                        "column": 2
                      },
                      "end": {
                        "line": 55,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 2091,
                "end": 2213,
                "loc": {
                  "start": {
                    "line": 56,
                    "column": 2
                  },
                  "end": {
                    "line": 58,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 2091,
                  "end": 2110,
                  "loc": {
                    "start": {
                      "line": 56,
                      "column": 2
                    },
                    "end": {
                      "line": 56,
                      "column": 21
                    },
                    "identifierName": "hasPredictionModels"
                  },
                  "name": "hasPredictionModels",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 2113,
                  "end": 2213,
                  "loc": {
                    "start": {
                      "line": 56,
                      "column": 24
                    },
                    "end": {
                      "line": 58,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 2119,
                      "end": 2209,
                      "loc": {
                        "start": {
                          "line": 57,
                          "column": 4
                        },
                        "end": {
                          "line": 57,
                          "column": 94
                        }
                      },
                      "argument": {
                        "type": "LogicalExpression",
                        "start": 2126,
                        "end": 2208,
                        "loc": {
                          "start": {
                            "line": 57,
                            "column": 11
                          },
                          "end": {
                            "line": 57,
                            "column": 93
                          }
                        },
                        "left": {
                          "type": "LogicalExpression",
                          "start": 2126,
                          "end": 2182,
                          "loc": {
                            "start": {
                              "line": 57,
                              "column": 11
                            },
                            "end": {
                              "line": 57,
                              "column": 67
                            }
                          },
                          "left": {
                            "type": "BinaryExpression",
                            "start": 2126,
                            "end": 2153,
                            "loc": {
                              "start": {
                                "line": 57,
                                "column": 11
                              },
                              "end": {
                                "line": 57,
                                "column": 38
                              }
                            },
                            "left": {
                              "type": "MemberExpression",
                              "start": 2126,
                              "end": 2139,
                              "loc": {
                                "start": {
                                  "line": 57,
                                  "column": 11
                                },
                                "end": {
                                  "line": 57,
                                  "column": 24
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 2126,
                                "end": 2130,
                                "loc": {
                                  "start": {
                                    "line": 57,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 57,
                                    "column": 15
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2131,
                                "end": 2139,
                                "loc": {
                                  "start": {
                                    "line": 57,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 57,
                                    "column": 24
                                  },
                                  "identifierName": "lineItem"
                                },
                                "name": "lineItem"
                              },
                              "computed": false
                            },
                            "operator": "!==",
                            "right": {
                              "type": "Identifier",
                              "start": 2144,
                              "end": 2153,
                              "loc": {
                                "start": {
                                  "line": 57,
                                  "column": 29
                                },
                                "end": {
                                  "line": 57,
                                  "column": 38
                                },
                                "identifierName": "undefined"
                              },
                              "name": "undefined"
                            }
                          },
                          "operator": "&&",
                          "right": {
                            "type": "BinaryExpression",
                            "start": 2157,
                            "end": 2182,
                            "loc": {
                              "start": {
                                "line": 57,
                                "column": 42
                              },
                              "end": {
                                "line": 57,
                                "column": 67
                              }
                            },
                            "left": {
                              "type": "MemberExpression",
                              "start": 2157,
                              "end": 2168,
                              "loc": {
                                "start": {
                                  "line": 57,
                                  "column": 42
                                },
                                "end": {
                                  "line": 57,
                                  "column": 53
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 2157,
                                "end": 2161,
                                "loc": {
                                  "start": {
                                    "line": 57,
                                    "column": 42
                                  },
                                  "end": {
                                    "line": 57,
                                    "column": 46
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2162,
                                "end": 2168,
                                "loc": {
                                  "start": {
                                    "line": 57,
                                    "column": 47
                                  },
                                  "end": {
                                    "line": 57,
                                    "column": 53
                                  },
                                  "identifierName": "models"
                                },
                                "name": "models"
                              },
                              "computed": false
                            },
                            "operator": "!==",
                            "right": {
                              "type": "Identifier",
                              "start": 2173,
                              "end": 2182,
                              "loc": {
                                "start": {
                                  "line": 57,
                                  "column": 58
                                },
                                "end": {
                                  "line": 57,
                                  "column": 67
                                },
                                "identifierName": "undefined"
                              },
                              "name": "undefined"
                            }
                          }
                        },
                        "operator": "&&",
                        "right": {
                          "type": "BinaryExpression",
                          "start": 2186,
                          "end": 2208,
                          "loc": {
                            "start": {
                              "line": 57,
                              "column": 71
                            },
                            "end": {
                              "line": 57,
                              "column": 93
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 2186,
                            "end": 2204,
                            "loc": {
                              "start": {
                                "line": 57,
                                "column": 71
                              },
                              "end": {
                                "line": 57,
                                "column": 89
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 2186,
                              "end": 2197,
                              "loc": {
                                "start": {
                                  "line": 57,
                                  "column": 71
                                },
                                "end": {
                                  "line": 57,
                                  "column": 82
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 2186,
                                "end": 2190,
                                "loc": {
                                  "start": {
                                    "line": 57,
                                    "column": 71
                                  },
                                  "end": {
                                    "line": 57,
                                    "column": 75
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2191,
                                "end": 2197,
                                "loc": {
                                  "start": {
                                    "line": 57,
                                    "column": 76
                                  },
                                  "end": {
                                    "line": 57,
                                    "column": 82
                                  },
                                  "identifierName": "models"
                                },
                                "name": "models"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2198,
                              "end": 2204,
                              "loc": {
                                "start": {
                                  "line": 57,
                                  "column": 83
                                },
                                "end": {
                                  "line": 57,
                                  "column": 89
                                },
                                "identifierName": "length"
                              },
                              "name": "length"
                            },
                            "computed": false
                          },
                          "operator": ">",
                          "right": {
                            "type": "NumericLiteral",
                            "start": 2207,
                            "end": 2208,
                            "loc": {
                              "start": {
                                "line": 57,
                                "column": 92
                              },
                              "end": {
                                "line": 57,
                                "column": 93
                              }
                            },
                            "extra": {
                              "rawValue": 0,
                              "raw": "0"
                            },
                            "value": 0
                          }
                        }
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Determine if the line item has any prediction models\n   *\n   * @return {boolean}\n   ",
                    "start": 1993,
                    "end": 2088,
                    "loc": {
                      "start": {
                        "line": 51,
                        "column": 2
                      },
                      "end": {
                        "line": 55,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Returns the distribution ranges\n   *\n   * @return {number[]} The distribution ranges\n   ",
                    "start": 2217,
                    "end": 2316,
                    "loc": {
                      "start": {
                        "line": 60,
                        "column": 2
                      },
                      "end": {
                        "line": 64,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 2319,
                "end": 2384,
                "loc": {
                  "start": {
                    "line": 65,
                    "column": 2
                  },
                  "end": {
                    "line": 67,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 2319,
                  "end": 2340,
                  "loc": {
                    "start": {
                      "line": 65,
                      "column": 2
                    },
                    "end": {
                      "line": 65,
                      "column": 23
                    },
                    "identifierName": "getDistributionRanges"
                  },
                  "name": "getDistributionRanges",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 2343,
                  "end": 2384,
                  "loc": {
                    "start": {
                      "line": 65,
                      "column": 26
                    },
                    "end": {
                      "line": 67,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 2349,
                      "end": 2380,
                      "loc": {
                        "start": {
                          "line": 66,
                          "column": 4
                        },
                        "end": {
                          "line": 66,
                          "column": 35
                        }
                      },
                      "argument": {
                        "type": "MemberExpression",
                        "start": 2356,
                        "end": 2379,
                        "loc": {
                          "start": {
                            "line": 66,
                            "column": 11
                          },
                          "end": {
                            "line": 66,
                            "column": 34
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 2356,
                          "end": 2360,
                          "loc": {
                            "start": {
                              "line": 66,
                              "column": 11
                            },
                            "end": {
                              "line": 66,
                              "column": 15
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2361,
                          "end": 2379,
                          "loc": {
                            "start": {
                              "line": 66,
                              "column": 16
                            },
                            "end": {
                              "line": 66,
                              "column": 34
                            },
                            "identifierName": "distributionRanges"
                          },
                          "name": "distributionRanges"
                        },
                        "computed": false
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Returns the distribution ranges\n   *\n   * @return {number[]} The distribution ranges\n   ",
                    "start": 2217,
                    "end": 2316,
                    "loc": {
                      "start": {
                        "line": 60,
                        "column": 2
                      },
                      "end": {
                        "line": 64,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Retrieves a list of cost prediction models\n   *\n   * @return {Object[]} cost prediction models\n   ",
                    "start": 2388,
                    "end": 2497,
                    "loc": {
                      "start": {
                        "line": 69,
                        "column": 2
                      },
                      "end": {
                        "line": 73,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 2500,
                "end": 2575,
                "loc": {
                  "start": {
                    "line": 74,
                    "column": 2
                  },
                  "end": {
                    "line": 76,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 2500,
                  "end": 2523,
                  "loc": {
                    "start": {
                      "line": 74,
                      "column": 2
                    },
                    "end": {
                      "line": 74,
                      "column": 25
                    },
                    "identifierName": "getCostPredictionModels"
                  },
                  "name": "getCostPredictionModels",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 2526,
                  "end": 2575,
                  "loc": {
                    "start": {
                      "line": 74,
                      "column": 28
                    },
                    "end": {
                      "line": 76,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 2532,
                      "end": 2571,
                      "loc": {
                        "start": {
                          "line": 75,
                          "column": 4
                        },
                        "end": {
                          "line": 75,
                          "column": 43
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 2539,
                        "end": 2570,
                        "loc": {
                          "start": {
                            "line": 75,
                            "column": 11
                          },
                          "end": {
                            "line": 75,
                            "column": 42
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2539,
                          "end": 2562,
                          "loc": {
                            "start": {
                              "line": 75,
                              "column": 11
                            },
                            "end": {
                              "line": 75,
                              "column": 34
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 2539,
                            "end": 2543,
                            "loc": {
                              "start": {
                                "line": 75,
                                "column": 11
                              },
                              "end": {
                                "line": 75,
                                "column": 15
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2544,
                            "end": 2562,
                            "loc": {
                              "start": {
                                "line": 75,
                                "column": 16
                              },
                              "end": {
                                "line": 75,
                                "column": 34
                              },
                              "identifierName": "_getFilteredModels"
                            },
                            "name": "_getFilteredModels"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "StringLiteral",
                            "start": 2563,
                            "end": 2569,
                            "loc": {
                              "start": {
                                "line": 75,
                                "column": 35
                              },
                              "end": {
                                "line": 75,
                                "column": 41
                              }
                            },
                            "extra": {
                              "rawValue": "cost",
                              "raw": "\"cost\""
                            },
                            "value": "cost"
                          }
                        ]
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Retrieves a list of cost prediction models\n   *\n   * @return {Object[]} cost prediction models\n   ",
                    "start": 2388,
                    "end": 2497,
                    "loc": {
                      "start": {
                        "line": 69,
                        "column": 2
                      },
                      "end": {
                        "line": 73,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Retrieves a list of labor prediction models\n   *\n   * @return {Object[]} labor prediction models\n   ",
                    "start": 2579,
                    "end": 2690,
                    "loc": {
                      "start": {
                        "line": 78,
                        "column": 2
                      },
                      "end": {
                        "line": 82,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 2693,
                "end": 2776,
                "loc": {
                  "start": {
                    "line": 83,
                    "column": 2
                  },
                  "end": {
                    "line": 85,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 2693,
                  "end": 2717,
                  "loc": {
                    "start": {
                      "line": 83,
                      "column": 2
                    },
                    "end": {
                      "line": 83,
                      "column": 26
                    },
                    "identifierName": "getLaborPredictionModels"
                  },
                  "name": "getLaborPredictionModels",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 2720,
                  "end": 2776,
                  "loc": {
                    "start": {
                      "line": 83,
                      "column": 29
                    },
                    "end": {
                      "line": 85,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 2726,
                      "end": 2772,
                      "loc": {
                        "start": {
                          "line": 84,
                          "column": 4
                        },
                        "end": {
                          "line": 84,
                          "column": 50
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 2733,
                        "end": 2771,
                        "loc": {
                          "start": {
                            "line": 84,
                            "column": 11
                          },
                          "end": {
                            "line": 84,
                            "column": 49
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2733,
                          "end": 2756,
                          "loc": {
                            "start": {
                              "line": 84,
                              "column": 11
                            },
                            "end": {
                              "line": 84,
                              "column": 34
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 2733,
                            "end": 2737,
                            "loc": {
                              "start": {
                                "line": 84,
                                "column": 11
                              },
                              "end": {
                                "line": 84,
                                "column": 15
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2738,
                            "end": 2756,
                            "loc": {
                              "start": {
                                "line": 84,
                                "column": 16
                              },
                              "end": {
                                "line": 84,
                                "column": 34
                              },
                              "identifierName": "_getFilteredModels"
                            },
                            "name": "_getFilteredModels"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "StringLiteral",
                            "start": 2757,
                            "end": 2770,
                            "loc": {
                              "start": {
                                "line": 84,
                                "column": 35
                              },
                              "end": {
                                "line": 84,
                                "column": 48
                              }
                            },
                            "extra": {
                              "rawValue": "labor_hours",
                              "raw": "\"labor_hours\""
                            },
                            "value": "labor_hours"
                          }
                        ]
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Retrieves a list of labor prediction models\n   *\n   * @return {Object[]} labor prediction models\n   ",
                    "start": 2579,
                    "end": 2690,
                    "loc": {
                      "start": {
                        "line": 78,
                        "column": 2
                      },
                      "end": {
                        "line": 82,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Retrieves the contribution weight for the line item\n   *\n   * @return {number} The contribution weight\n   ",
                    "start": 2780,
                    "end": 2897,
                    "loc": {
                      "start": {
                        "line": 87,
                        "column": 2
                      },
                      "end": {
                        "line": 91,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 2900,
                "end": 3021,
                "loc": {
                  "start": {
                    "line": 92,
                    "column": 2
                  },
                  "end": {
                    "line": 94,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 2900,
                  "end": 2921,
                  "loc": {
                    "start": {
                      "line": 92,
                      "column": 2
                    },
                    "end": {
                      "line": 92,
                      "column": 23
                    },
                    "identifierName": "getContributionWeight"
                  },
                  "name": "getContributionWeight",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 2924,
                  "end": 3021,
                  "loc": {
                    "start": {
                      "line": 92,
                      "column": 26
                    },
                    "end": {
                      "line": 94,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 2930,
                      "end": 3017,
                      "loc": {
                        "start": {
                          "line": 93,
                          "column": 4
                        },
                        "end": {
                          "line": 93,
                          "column": 91
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 2937,
                        "end": 3016,
                        "loc": {
                          "start": {
                            "line": 93,
                            "column": 11
                          },
                          "end": {
                            "line": 93,
                            "column": 90
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2937,
                          "end": 2958,
                          "loc": {
                            "start": {
                              "line": 93,
                              "column": 11
                            },
                            "end": {
                              "line": 93,
                              "column": 32
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 2937,
                            "end": 2944,
                            "loc": {
                              "start": {
                                "line": 93,
                                "column": 11
                              },
                              "end": {
                                "line": 93,
                                "column": 18
                              },
                              "identifierName": "Helpers"
                            },
                            "name": "Helpers"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2945,
                            "end": 2958,
                            "loc": {
                              "start": {
                                "line": 93,
                                "column": 19
                              },
                              "end": {
                                "line": 93,
                                "column": 32
                              },
                              "identifierName": "confirmNumber"
                            },
                            "name": "confirmNumber"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 2959,
                            "end": 3015,
                            "loc": {
                              "start": {
                                "line": 93,
                                "column": 33
                              },
                              "end": {
                                "line": 93,
                                "column": 89
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 2959,
                              "end": 2995,
                              "loc": {
                                "start": {
                                  "line": 93,
                                  "column": 33
                                },
                                "end": {
                                  "line": 93,
                                  "column": 69
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 2959,
                                "end": 2978,
                                "loc": {
                                  "start": {
                                    "line": 93,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 93,
                                    "column": 52
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 2959,
                                  "end": 2972,
                                  "loc": {
                                    "start": {
                                      "line": 93,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 93,
                                      "column": 46
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 2959,
                                    "end": 2963,
                                    "loc": {
                                      "start": {
                                        "line": 93,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 93,
                                        "column": 37
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2964,
                                    "end": 2972,
                                    "loc": {
                                      "start": {
                                        "line": 93,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 93,
                                        "column": 46
                                      },
                                      "identifierName": "lineItem"
                                    },
                                    "name": "lineItem"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2973,
                                  "end": 2978,
                                  "loc": {
                                    "start": {
                                      "line": 93,
                                      "column": 47
                                    },
                                    "end": {
                                      "line": 93,
                                      "column": 52
                                    },
                                    "identifierName": "_data"
                                  },
                                  "name": "_data"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2979,
                                "end": 2995,
                                "loc": {
                                  "start": {
                                    "line": 93,
                                    "column": 53
                                  },
                                  "end": {
                                    "line": 93,
                                    "column": 69
                                  },
                                  "identifierName": "prediction_model"
                                },
                                "name": "prediction_model"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2996,
                              "end": 3015,
                              "loc": {
                                "start": {
                                  "line": 93,
                                  "column": 70
                                },
                                "end": {
                                  "line": 93,
                                  "column": 89
                                },
                                "identifierName": "contribution_weight"
                              },
                              "name": "contribution_weight"
                            },
                            "computed": false
                          }
                        ]
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Retrieves the contribution weight for the line item\n   *\n   * @return {number} The contribution weight\n   ",
                    "start": 2780,
                    "end": 2897,
                    "loc": {
                      "start": {
                        "line": 87,
                        "column": 2
                      },
                      "end": {
                        "line": 91,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Gets average model value weighted by r2 for the given evaluated models\n   *\n   * @param {EvaluatedModel[]} evaluatedModels The evaluated model object. Must include the model's evaluated 'value' and 'r2'\n   * @return {number} Weighted average\n   ",
                    "start": 3025,
                    "end": 3281,
                    "loc": {
                      "start": {
                        "line": 96,
                        "column": 2
                      },
                      "end": {
                        "line": 101,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 3284,
                "end": 3676,
                "loc": {
                  "start": {
                    "line": 102,
                    "column": 2
                  },
                  "end": {
                    "line": 114,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 3284,
                  "end": 3299,
                  "loc": {
                    "start": {
                      "line": 102,
                      "column": 2
                    },
                    "end": {
                      "line": 102,
                      "column": 17
                    },
                    "identifierName": "_getWeightedAvg"
                  },
                  "name": "_getWeightedAvg",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 3300,
                    "end": 3315,
                    "loc": {
                      "start": {
                        "line": 102,
                        "column": 18
                      },
                      "end": {
                        "line": 102,
                        "column": 33
                      },
                      "identifierName": "evaluatedModels"
                    },
                    "name": "evaluatedModels"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 3317,
                  "end": 3676,
                  "loc": {
                    "start": {
                      "line": 102,
                      "column": 35
                    },
                    "end": {
                      "line": 114,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 3323,
                      "end": 3361,
                      "loc": {
                        "start": {
                          "line": 103,
                          "column": 4
                        },
                        "end": {
                          "line": 103,
                          "column": 42
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 3327,
                        "end": 3350,
                        "loc": {
                          "start": {
                            "line": 103,
                            "column": 8
                          },
                          "end": {
                            "line": 103,
                            "column": 31
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "MemberExpression",
                          "start": 3328,
                          "end": 3350,
                          "loc": {
                            "start": {
                              "line": 103,
                              "column": 9
                            },
                            "end": {
                              "line": 103,
                              "column": 31
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 3328,
                            "end": 3343,
                            "loc": {
                              "start": {
                                "line": 103,
                                "column": 9
                              },
                              "end": {
                                "line": 103,
                                "column": 24
                              },
                              "identifierName": "evaluatedModels"
                            },
                            "name": "evaluatedModels"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3344,
                            "end": 3350,
                            "loc": {
                              "start": {
                                "line": 103,
                                "column": 25
                              },
                              "end": {
                                "line": 103,
                                "column": 31
                              },
                              "identifierName": "length"
                            },
                            "name": "length"
                          },
                          "computed": false
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      },
                      "consequent": {
                        "type": "ReturnStatement",
                        "start": 3352,
                        "end": 3361,
                        "loc": {
                          "start": {
                            "line": 103,
                            "column": 33
                          },
                          "end": {
                            "line": 103,
                            "column": 42
                          }
                        },
                        "argument": {
                          "type": "NumericLiteral",
                          "start": 3359,
                          "end": 3360,
                          "loc": {
                            "start": {
                              "line": 103,
                              "column": 40
                            },
                            "end": {
                              "line": 103,
                              "column": 41
                            }
                          },
                          "extra": {
                            "rawValue": 0,
                            "raw": "0"
                          },
                          "value": 0
                        }
                      },
                      "alternate": null
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 3367,
                      "end": 3439,
                      "loc": {
                        "start": {
                          "line": 105,
                          "column": 4
                        },
                        "end": {
                          "line": 105,
                          "column": 76
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 3373,
                          "end": 3438,
                          "loc": {
                            "start": {
                              "line": 105,
                              "column": 10
                            },
                            "end": {
                              "line": 105,
                              "column": 75
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 3373,
                            "end": 3378,
                            "loc": {
                              "start": {
                                "line": 105,
                                "column": 10
                              },
                              "end": {
                                "line": 105,
                                "column": 15
                              },
                              "identifierName": "r2Sum"
                            },
                            "name": "r2Sum"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 3381,
                            "end": 3438,
                            "loc": {
                              "start": {
                                "line": 105,
                                "column": 18
                              },
                              "end": {
                                "line": 105,
                                "column": 75
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 3381,
                              "end": 3403,
                              "loc": {
                                "start": {
                                  "line": 105,
                                  "column": 18
                                },
                                "end": {
                                  "line": 105,
                                  "column": 40
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 3381,
                                "end": 3396,
                                "loc": {
                                  "start": {
                                    "line": 105,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 105,
                                    "column": 33
                                  },
                                  "identifierName": "evaluatedModels"
                                },
                                "name": "evaluatedModels"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3397,
                                "end": 3403,
                                "loc": {
                                  "start": {
                                    "line": 105,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 105,
                                    "column": 40
                                  },
                                  "identifierName": "reduce"
                                },
                                "name": "reduce"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ArrowFunctionExpression",
                                "start": 3404,
                                "end": 3434,
                                "loc": {
                                  "start": {
                                    "line": 105,
                                    "column": 41
                                  },
                                  "end": {
                                    "line": 105,
                                    "column": 71
                                  }
                                },
                                "id": null,
                                "generator": false,
                                "expression": true,
                                "async": false,
                                "params": [
                                  {
                                    "type": "Identifier",
                                    "start": 3405,
                                    "end": 3408,
                                    "loc": {
                                      "start": {
                                        "line": 105,
                                        "column": 42
                                      },
                                      "end": {
                                        "line": 105,
                                        "column": 45
                                      },
                                      "identifierName": "sum"
                                    },
                                    "name": "sum"
                                  },
                                  {
                                    "type": "Identifier",
                                    "start": 3410,
                                    "end": 3415,
                                    "loc": {
                                      "start": {
                                        "line": 105,
                                        "column": 47
                                      },
                                      "end": {
                                        "line": 105,
                                        "column": 52
                                      },
                                      "identifierName": "model"
                                    },
                                    "name": "model"
                                  }
                                ],
                                "body": {
                                  "type": "BinaryExpression",
                                  "start": 3420,
                                  "end": 3434,
                                  "loc": {
                                    "start": {
                                      "line": 105,
                                      "column": 57
                                    },
                                    "end": {
                                      "line": 105,
                                      "column": 71
                                    }
                                  },
                                  "left": {
                                    "type": "Identifier",
                                    "start": 3420,
                                    "end": 3423,
                                    "loc": {
                                      "start": {
                                        "line": 105,
                                        "column": 57
                                      },
                                      "end": {
                                        "line": 105,
                                        "column": 60
                                      },
                                      "identifierName": "sum"
                                    },
                                    "name": "sum"
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "MemberExpression",
                                    "start": 3426,
                                    "end": 3434,
                                    "loc": {
                                      "start": {
                                        "line": 105,
                                        "column": 63
                                      },
                                      "end": {
                                        "line": 105,
                                        "column": 71
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 3426,
                                      "end": 3431,
                                      "loc": {
                                        "start": {
                                          "line": 105,
                                          "column": 63
                                        },
                                        "end": {
                                          "line": 105,
                                          "column": 68
                                        },
                                        "identifierName": "model"
                                      },
                                      "name": "model"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 3432,
                                      "end": 3434,
                                      "loc": {
                                        "start": {
                                          "line": 105,
                                          "column": 69
                                        },
                                        "end": {
                                          "line": 105,
                                          "column": 71
                                        },
                                        "identifierName": "r2"
                                      },
                                      "name": "r2"
                                    },
                                    "computed": false
                                  }
                                }
                              },
                              {
                                "type": "NumericLiteral",
                                "start": 3436,
                                "end": 3437,
                                "loc": {
                                  "start": {
                                    "line": 105,
                                    "column": 73
                                  },
                                  "end": {
                                    "line": 105,
                                    "column": 74
                                  }
                                },
                                "extra": {
                                  "rawValue": 0,
                                  "raw": "0"
                                },
                                "value": 0
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 3444,
                      "end": 3643,
                      "loc": {
                        "start": {
                          "line": 106,
                          "column": 4
                        },
                        "end": {
                          "line": 111,
                          "column": 10
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 3450,
                          "end": 3642,
                          "loc": {
                            "start": {
                              "line": 106,
                              "column": 10
                            },
                            "end": {
                              "line": 111,
                              "column": 9
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 3450,
                            "end": 3465,
                            "loc": {
                              "start": {
                                "line": 106,
                                "column": 10
                              },
                              "end": {
                                "line": 106,
                                "column": 25
                              },
                              "identifierName": "weightedAverage"
                            },
                            "name": "weightedAverage"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 3468,
                            "end": 3642,
                            "loc": {
                              "start": {
                                "line": 106,
                                "column": 28
                              },
                              "end": {
                                "line": 111,
                                "column": 9
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 3468,
                              "end": 3490,
                              "loc": {
                                "start": {
                                  "line": 106,
                                  "column": 28
                                },
                                "end": {
                                  "line": 106,
                                  "column": 50
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 3468,
                                "end": 3483,
                                "loc": {
                                  "start": {
                                    "line": 106,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 106,
                                    "column": 43
                                  },
                                  "identifierName": "evaluatedModels"
                                },
                                "name": "evaluatedModels"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3484,
                                "end": 3490,
                                "loc": {
                                  "start": {
                                    "line": 106,
                                    "column": 44
                                  },
                                  "end": {
                                    "line": 106,
                                    "column": 50
                                  },
                                  "identifierName": "reduce"
                                },
                                "name": "reduce"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ArrowFunctionExpression",
                                "start": 3491,
                                "end": 3638,
                                "loc": {
                                  "start": {
                                    "line": 106,
                                    "column": 51
                                  },
                                  "end": {
                                    "line": 111,
                                    "column": 5
                                  }
                                },
                                "id": null,
                                "generator": false,
                                "expression": false,
                                "async": false,
                                "params": [
                                  {
                                    "type": "Identifier",
                                    "start": 3492,
                                    "end": 3495,
                                    "loc": {
                                      "start": {
                                        "line": 106,
                                        "column": 52
                                      },
                                      "end": {
                                        "line": 106,
                                        "column": 55
                                      },
                                      "identifierName": "avg"
                                    },
                                    "name": "avg"
                                  },
                                  {
                                    "type": "Identifier",
                                    "start": 3497,
                                    "end": 3502,
                                    "loc": {
                                      "start": {
                                        "line": 106,
                                        "column": 57
                                      },
                                      "end": {
                                        "line": 106,
                                        "column": 62
                                      },
                                      "identifierName": "model"
                                    },
                                    "name": "model"
                                  }
                                ],
                                "body": {
                                  "type": "BlockStatement",
                                  "start": 3507,
                                  "end": 3638,
                                  "loc": {
                                    "start": {
                                      "line": 106,
                                      "column": 67
                                    },
                                    "end": {
                                      "line": 111,
                                      "column": 5
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "VariableDeclaration",
                                      "start": 3515,
                                      "end": 3547,
                                      "loc": {
                                        "start": {
                                          "line": 107,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 107,
                                          "column": 38
                                        }
                                      },
                                      "declarations": [
                                        {
                                          "type": "VariableDeclarator",
                                          "start": 3521,
                                          "end": 3546,
                                          "loc": {
                                            "start": {
                                              "line": 107,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 107,
                                              "column": 37
                                            }
                                          },
                                          "id": {
                                            "type": "Identifier",
                                            "start": 3521,
                                            "end": 3527,
                                            "loc": {
                                              "start": {
                                                "line": 107,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 107,
                                                "column": 18
                                              },
                                              "identifierName": "weight"
                                            },
                                            "name": "weight"
                                          },
                                          "init": {
                                            "type": "BinaryExpression",
                                            "start": 3530,
                                            "end": 3546,
                                            "loc": {
                                              "start": {
                                                "line": 107,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 107,
                                                "column": 37
                                              }
                                            },
                                            "left": {
                                              "type": "MemberExpression",
                                              "start": 3530,
                                              "end": 3538,
                                              "loc": {
                                                "start": {
                                                  "line": 107,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 107,
                                                  "column": 29
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3530,
                                                "end": 3535,
                                                "loc": {
                                                  "start": {
                                                    "line": 107,
                                                    "column": 21
                                                  },
                                                  "end": {
                                                    "line": 107,
                                                    "column": 26
                                                  },
                                                  "identifierName": "model"
                                                },
                                                "name": "model"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3536,
                                                "end": 3538,
                                                "loc": {
                                                  "start": {
                                                    "line": 107,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 107,
                                                    "column": 29
                                                  },
                                                  "identifierName": "r2"
                                                },
                                                "name": "r2"
                                              },
                                              "computed": false
                                            },
                                            "operator": "/",
                                            "right": {
                                              "type": "Identifier",
                                              "start": 3541,
                                              "end": 3546,
                                              "loc": {
                                                "start": {
                                                  "line": 107,
                                                  "column": 32
                                                },
                                                "end": {
                                                  "line": 107,
                                                  "column": 37
                                                },
                                                "identifierName": "r2Sum"
                                              },
                                              "name": "r2Sum"
                                            }
                                          }
                                        }
                                      ],
                                      "kind": "const"
                                    },
                                    {
                                      "type": "VariableDeclaration",
                                      "start": 3554,
                                      "end": 3597,
                                      "loc": {
                                        "start": {
                                          "line": 108,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 108,
                                          "column": 49
                                        }
                                      },
                                      "declarations": [
                                        {
                                          "type": "VariableDeclarator",
                                          "start": 3560,
                                          "end": 3596,
                                          "loc": {
                                            "start": {
                                              "line": 108,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 108,
                                              "column": 48
                                            }
                                          },
                                          "id": {
                                            "type": "Identifier",
                                            "start": 3560,
                                            "end": 3573,
                                            "loc": {
                                              "start": {
                                                "line": 108,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 108,
                                                "column": 25
                                              },
                                              "identifierName": "weightedValue"
                                            },
                                            "name": "weightedValue"
                                          },
                                          "init": {
                                            "type": "BinaryExpression",
                                            "start": 3576,
                                            "end": 3596,
                                            "loc": {
                                              "start": {
                                                "line": 108,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 108,
                                                "column": 48
                                              }
                                            },
                                            "left": {
                                              "type": "MemberExpression",
                                              "start": 3576,
                                              "end": 3587,
                                              "loc": {
                                                "start": {
                                                  "line": 108,
                                                  "column": 28
                                                },
                                                "end": {
                                                  "line": 108,
                                                  "column": 39
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3576,
                                                "end": 3581,
                                                "loc": {
                                                  "start": {
                                                    "line": 108,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 108,
                                                    "column": 33
                                                  },
                                                  "identifierName": "model"
                                                },
                                                "name": "model"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3582,
                                                "end": 3587,
                                                "loc": {
                                                  "start": {
                                                    "line": 108,
                                                    "column": 34
                                                  },
                                                  "end": {
                                                    "line": 108,
                                                    "column": 39
                                                  },
                                                  "identifierName": "value"
                                                },
                                                "name": "value"
                                              },
                                              "computed": false
                                            },
                                            "operator": "*",
                                            "right": {
                                              "type": "Identifier",
                                              "start": 3590,
                                              "end": 3596,
                                              "loc": {
                                                "start": {
                                                  "line": 108,
                                                  "column": 42
                                                },
                                                "end": {
                                                  "line": 108,
                                                  "column": 48
                                                },
                                                "identifierName": "weight"
                                              },
                                              "name": "weight"
                                            }
                                          }
                                        }
                                      ],
                                      "kind": "const"
                                    },
                                    {
                                      "type": "ReturnStatement",
                                      "start": 3605,
                                      "end": 3632,
                                      "loc": {
                                        "start": {
                                          "line": 110,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 110,
                                          "column": 33
                                        }
                                      },
                                      "argument": {
                                        "type": "BinaryExpression",
                                        "start": 3612,
                                        "end": 3631,
                                        "loc": {
                                          "start": {
                                            "line": 110,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 110,
                                            "column": 32
                                          }
                                        },
                                        "left": {
                                          "type": "Identifier",
                                          "start": 3612,
                                          "end": 3615,
                                          "loc": {
                                            "start": {
                                              "line": 110,
                                              "column": 13
                                            },
                                            "end": {
                                              "line": 110,
                                              "column": 16
                                            },
                                            "identifierName": "avg"
                                          },
                                          "name": "avg"
                                        },
                                        "operator": "+",
                                        "right": {
                                          "type": "Identifier",
                                          "start": 3618,
                                          "end": 3631,
                                          "loc": {
                                            "start": {
                                              "line": 110,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 110,
                                              "column": 32
                                            },
                                            "identifierName": "weightedValue"
                                          },
                                          "name": "weightedValue"
                                        }
                                      }
                                    }
                                  ],
                                  "directives": []
                                }
                              },
                              {
                                "type": "NumericLiteral",
                                "start": 3640,
                                "end": 3641,
                                "loc": {
                                  "start": {
                                    "line": 111,
                                    "column": 7
                                  },
                                  "end": {
                                    "line": 111,
                                    "column": 8
                                  }
                                },
                                "extra": {
                                  "rawValue": 0,
                                  "raw": "0"
                                },
                                "value": 0
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 3649,
                      "end": 3672,
                      "loc": {
                        "start": {
                          "line": 113,
                          "column": 4
                        },
                        "end": {
                          "line": 113,
                          "column": 27
                        }
                      },
                      "argument": {
                        "type": "Identifier",
                        "start": 3656,
                        "end": 3671,
                        "loc": {
                          "start": {
                            "line": 113,
                            "column": 11
                          },
                          "end": {
                            "line": 113,
                            "column": 26
                          },
                          "identifierName": "weightedAverage"
                        },
                        "name": "weightedAverage"
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Gets average model value weighted by r2 for the given evaluated models\n   *\n   * @param {EvaluatedModel[]} evaluatedModels The evaluated model object. Must include the model's evaluated 'value' and 'r2'\n   * @return {number} Weighted average\n   ",
                    "start": 3025,
                    "end": 3281,
                    "loc": {
                      "start": {
                        "line": 96,
                        "column": 2
                      },
                      "end": {
                        "line": 101,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentLine",
                    "value": " @todo-justin comment this method properly",
                    "start": 3680,
                    "end": 3724,
                    "loc": {
                      "start": {
                        "line": 116,
                        "column": 2
                      },
                      "end": {
                        "line": 116,
                        "column": 46
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 3727,
                "end": 4544,
                "loc": {
                  "start": {
                    "line": 117,
                    "column": 2
                  },
                  "end": {
                    "line": 140,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 3727,
                  "end": 3748,
                  "loc": {
                    "start": {
                      "line": 117,
                      "column": 2
                    },
                    "end": {
                      "line": 117,
                      "column": 23
                    },
                    "identifierName": "_getWeightedBoundsAvg"
                  },
                  "name": "_getWeightedBoundsAvg",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 3749,
                    "end": 3764,
                    "loc": {
                      "start": {
                        "line": 117,
                        "column": 24
                      },
                      "end": {
                        "line": 117,
                        "column": 39
                      },
                      "identifierName": "evaluatedModels"
                    },
                    "name": "evaluatedModels"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 3766,
                  "end": 4544,
                  "loc": {
                    "start": {
                      "line": 117,
                      "column": 41
                    },
                    "end": {
                      "line": 140,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 3772,
                      "end": 3810,
                      "loc": {
                        "start": {
                          "line": 118,
                          "column": 4
                        },
                        "end": {
                          "line": 118,
                          "column": 42
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 3776,
                        "end": 3799,
                        "loc": {
                          "start": {
                            "line": 118,
                            "column": 8
                          },
                          "end": {
                            "line": 118,
                            "column": 31
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "MemberExpression",
                          "start": 3777,
                          "end": 3799,
                          "loc": {
                            "start": {
                              "line": 118,
                              "column": 9
                            },
                            "end": {
                              "line": 118,
                              "column": 31
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 3777,
                            "end": 3792,
                            "loc": {
                              "start": {
                                "line": 118,
                                "column": 9
                              },
                              "end": {
                                "line": 118,
                                "column": 24
                              },
                              "identifierName": "evaluatedModels"
                            },
                            "name": "evaluatedModels"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3793,
                            "end": 3799,
                            "loc": {
                              "start": {
                                "line": 118,
                                "column": 25
                              },
                              "end": {
                                "line": 118,
                                "column": 31
                              },
                              "identifierName": "length"
                            },
                            "name": "length"
                          },
                          "computed": false
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      },
                      "consequent": {
                        "type": "ReturnStatement",
                        "start": 3801,
                        "end": 3810,
                        "loc": {
                          "start": {
                            "line": 118,
                            "column": 33
                          },
                          "end": {
                            "line": 118,
                            "column": 42
                          }
                        },
                        "argument": {
                          "type": "NumericLiteral",
                          "start": 3808,
                          "end": 3809,
                          "loc": {
                            "start": {
                              "line": 118,
                              "column": 40
                            },
                            "end": {
                              "line": 118,
                              "column": 41
                            }
                          },
                          "extra": {
                            "rawValue": 0,
                            "raw": "0"
                          },
                          "value": 0
                        }
                      },
                      "alternate": null
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 3816,
                      "end": 3888,
                      "loc": {
                        "start": {
                          "line": 120,
                          "column": 4
                        },
                        "end": {
                          "line": 120,
                          "column": 76
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 3822,
                          "end": 3887,
                          "loc": {
                            "start": {
                              "line": 120,
                              "column": 10
                            },
                            "end": {
                              "line": 120,
                              "column": 75
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 3822,
                            "end": 3827,
                            "loc": {
                              "start": {
                                "line": 120,
                                "column": 10
                              },
                              "end": {
                                "line": 120,
                                "column": 15
                              },
                              "identifierName": "r2Sum"
                            },
                            "name": "r2Sum"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 3830,
                            "end": 3887,
                            "loc": {
                              "start": {
                                "line": 120,
                                "column": 18
                              },
                              "end": {
                                "line": 120,
                                "column": 75
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 3830,
                              "end": 3852,
                              "loc": {
                                "start": {
                                  "line": 120,
                                  "column": 18
                                },
                                "end": {
                                  "line": 120,
                                  "column": 40
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 3830,
                                "end": 3845,
                                "loc": {
                                  "start": {
                                    "line": 120,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 120,
                                    "column": 33
                                  },
                                  "identifierName": "evaluatedModels"
                                },
                                "name": "evaluatedModels"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3846,
                                "end": 3852,
                                "loc": {
                                  "start": {
                                    "line": 120,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 120,
                                    "column": 40
                                  },
                                  "identifierName": "reduce"
                                },
                                "name": "reduce"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ArrowFunctionExpression",
                                "start": 3853,
                                "end": 3883,
                                "loc": {
                                  "start": {
                                    "line": 120,
                                    "column": 41
                                  },
                                  "end": {
                                    "line": 120,
                                    "column": 71
                                  }
                                },
                                "id": null,
                                "generator": false,
                                "expression": true,
                                "async": false,
                                "params": [
                                  {
                                    "type": "Identifier",
                                    "start": 3854,
                                    "end": 3857,
                                    "loc": {
                                      "start": {
                                        "line": 120,
                                        "column": 42
                                      },
                                      "end": {
                                        "line": 120,
                                        "column": 45
                                      },
                                      "identifierName": "sum"
                                    },
                                    "name": "sum"
                                  },
                                  {
                                    "type": "Identifier",
                                    "start": 3859,
                                    "end": 3864,
                                    "loc": {
                                      "start": {
                                        "line": 120,
                                        "column": 47
                                      },
                                      "end": {
                                        "line": 120,
                                        "column": 52
                                      },
                                      "identifierName": "model"
                                    },
                                    "name": "model"
                                  }
                                ],
                                "body": {
                                  "type": "BinaryExpression",
                                  "start": 3869,
                                  "end": 3883,
                                  "loc": {
                                    "start": {
                                      "line": 120,
                                      "column": 57
                                    },
                                    "end": {
                                      "line": 120,
                                      "column": 71
                                    }
                                  },
                                  "left": {
                                    "type": "Identifier",
                                    "start": 3869,
                                    "end": 3872,
                                    "loc": {
                                      "start": {
                                        "line": 120,
                                        "column": 57
                                      },
                                      "end": {
                                        "line": 120,
                                        "column": 60
                                      },
                                      "identifierName": "sum"
                                    },
                                    "name": "sum"
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "MemberExpression",
                                    "start": 3875,
                                    "end": 3883,
                                    "loc": {
                                      "start": {
                                        "line": 120,
                                        "column": 63
                                      },
                                      "end": {
                                        "line": 120,
                                        "column": 71
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 3875,
                                      "end": 3880,
                                      "loc": {
                                        "start": {
                                          "line": 120,
                                          "column": 63
                                        },
                                        "end": {
                                          "line": 120,
                                          "column": 68
                                        },
                                        "identifierName": "model"
                                      },
                                      "name": "model"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 3881,
                                      "end": 3883,
                                      "loc": {
                                        "start": {
                                          "line": 120,
                                          "column": 69
                                        },
                                        "end": {
                                          "line": 120,
                                          "column": 71
                                        },
                                        "identifierName": "r2"
                                      },
                                      "name": "r2"
                                    },
                                    "computed": false
                                  }
                                }
                              },
                              {
                                "type": "NumericLiteral",
                                "start": 3885,
                                "end": 3886,
                                "loc": {
                                  "start": {
                                    "line": 120,
                                    "column": 73
                                  },
                                  "end": {
                                    "line": 120,
                                    "column": 74
                                  }
                                },
                                "extra": {
                                  "rawValue": 0,
                                  "raw": "0"
                                },
                                "value": 0
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "IfStatement",
                      "start": 3894,
                      "end": 3993,
                      "loc": {
                        "start": {
                          "line": 122,
                          "column": 4
                        },
                        "end": {
                          "line": 124,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 3898,
                        "end": 3926,
                        "loc": {
                          "start": {
                            "line": 122,
                            "column": 8
                          },
                          "end": {
                            "line": 122,
                            "column": 36
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 3898,
                          "end": 3914,
                          "loc": {
                            "start": {
                              "line": 122,
                              "column": 8
                            },
                            "end": {
                              "line": 122,
                              "column": 24
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 3898,
                            "end": 3911,
                            "loc": {
                              "start": {
                                "line": 122,
                                "column": 8
                              },
                              "end": {
                                "line": 122,
                                "column": 21
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 3898,
                              "end": 3902,
                              "loc": {
                                "start": {
                                  "line": 122,
                                  "column": 8
                                },
                                "end": {
                                  "line": 122,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3903,
                              "end": 3911,
                              "loc": {
                                "start": {
                                  "line": 122,
                                  "column": 13
                                },
                                "end": {
                                  "line": 122,
                                  "column": 21
                                },
                                "identifierName": "lineItem"
                              },
                              "name": "lineItem"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3912,
                            "end": 3914,
                            "loc": {
                              "start": {
                                "line": 122,
                                "column": 22
                              },
                              "end": {
                                "line": 122,
                                "column": 24
                              },
                              "identifierName": "id"
                            },
                            "name": "id"
                          },
                          "computed": false
                        },
                        "operator": "==",
                        "right": {
                          "type": "NumericLiteral",
                          "start": 3918,
                          "end": 3926,
                          "loc": {
                            "start": {
                              "line": 122,
                              "column": 28
                            },
                            "end": {
                              "line": 122,
                              "column": 36
                            }
                          },
                          "extra": {
                            "rawValue": 36453602,
                            "raw": "36453602"
                          },
                          "value": 36453602
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 3928,
                        "end": 3993,
                        "loc": {
                          "start": {
                            "line": 122,
                            "column": 38
                          },
                          "end": {
                            "line": 124,
                            "column": 5
                          }
                        },
                        "body": [],
                        "directives": [],
                        "leadingComments": null,
                        "innerComments": [
                          {
                            "type": "CommentLine",
                            "value": " console.log('evaluatedModels', evaluatedModels);",
                            "start": 3936,
                            "end": 3987,
                            "loc": {
                              "start": {
                                "line": 123,
                                "column": 6
                              },
                              "end": {
                                "line": 123,
                                "column": 57
                              }
                            }
                          }
                        ]
                      },
                      "alternate": null
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 3999,
                      "end": 4037,
                      "loc": {
                        "start": {
                          "line": 126,
                          "column": 4
                        },
                        "end": {
                          "line": 126,
                          "column": 42
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 4005,
                          "end": 4036,
                          "loc": {
                            "start": {
                              "line": 126,
                              "column": 10
                            },
                            "end": {
                              "line": 126,
                              "column": 41
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 4005,
                            "end": 4015,
                            "loc": {
                              "start": {
                                "line": 126,
                                "column": 10
                              },
                              "end": {
                                "line": 126,
                                "column": 20
                              },
                              "identifierName": "firstModel"
                            },
                            "name": "firstModel"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 4018,
                            "end": 4036,
                            "loc": {
                              "start": {
                                "line": 126,
                                "column": 23
                              },
                              "end": {
                                "line": 126,
                                "column": 41
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 4018,
                              "end": 4033,
                              "loc": {
                                "start": {
                                  "line": 126,
                                  "column": 23
                                },
                                "end": {
                                  "line": 126,
                                  "column": 38
                                },
                                "identifierName": "evaluatedModels"
                              },
                              "name": "evaluatedModels"
                            },
                            "property": {
                              "type": "NumericLiteral",
                              "start": 4034,
                              "end": 4035,
                              "loc": {
                                "start": {
                                  "line": 126,
                                  "column": 39
                                },
                                "end": {
                                  "line": 126,
                                  "column": 40
                                }
                              },
                              "extra": {
                                "rawValue": 0,
                                "raw": "0"
                              },
                              "value": 0
                            },
                            "computed": true
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 4042,
                      "end": 4160,
                      "loc": {
                        "start": {
                          "line": 127,
                          "column": 4
                        },
                        "end": {
                          "line": 127,
                          "column": 122
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 4048,
                          "end": 4159,
                          "loc": {
                            "start": {
                              "line": 127,
                              "column": 10
                            },
                            "end": {
                              "line": 127,
                              "column": 121
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 4048,
                            "end": 4060,
                            "loc": {
                              "start": {
                                "line": 127,
                                "column": 10
                              },
                              "end": {
                                "line": 127,
                                "column": 22
                              },
                              "identifierName": "boundsLength"
                            },
                            "name": "boundsLength"
                          },
                          "init": {
                            "type": "ConditionalExpression",
                            "start": 4063,
                            "end": 4159,
                            "loc": {
                              "start": {
                                "line": 127,
                                "column": 25
                              },
                              "end": {
                                "line": 127,
                                "column": 121
                              }
                            },
                            "test": {
                              "type": "MemberExpression",
                              "start": 4063,
                              "end": 4080,
                              "loc": {
                                "start": {
                                  "line": 127,
                                  "column": 25
                                },
                                "end": {
                                  "line": 127,
                                  "column": 42
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 4063,
                                "end": 4073,
                                "loc": {
                                  "start": {
                                    "line": 127,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 127,
                                    "column": 35
                                  },
                                  "identifierName": "firstModel"
                                },
                                "name": "firstModel"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4074,
                                "end": 4080,
                                "loc": {
                                  "start": {
                                    "line": 127,
                                    "column": 36
                                  },
                                  "end": {
                                    "line": 127,
                                    "column": 42
                                  },
                                  "identifierName": "bounds"
                                },
                                "name": "bounds"
                              },
                              "computed": false
                            },
                            "consequent": {
                              "type": "MemberExpression",
                              "start": 4083,
                              "end": 4107,
                              "loc": {
                                "start": {
                                  "line": 127,
                                  "column": 45
                                },
                                "end": {
                                  "line": 127,
                                  "column": 69
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 4083,
                                "end": 4100,
                                "loc": {
                                  "start": {
                                    "line": 127,
                                    "column": 45
                                  },
                                  "end": {
                                    "line": 127,
                                    "column": 62
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 4083,
                                  "end": 4093,
                                  "loc": {
                                    "start": {
                                      "line": 127,
                                      "column": 45
                                    },
                                    "end": {
                                      "line": 127,
                                      "column": 55
                                    },
                                    "identifierName": "firstModel"
                                  },
                                  "name": "firstModel"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4094,
                                  "end": 4100,
                                  "loc": {
                                    "start": {
                                      "line": 127,
                                      "column": 56
                                    },
                                    "end": {
                                      "line": 127,
                                      "column": 62
                                    },
                                    "identifierName": "bounds"
                                  },
                                  "name": "bounds"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4101,
                                "end": 4107,
                                "loc": {
                                  "start": {
                                    "line": 127,
                                    "column": 63
                                  },
                                  "end": {
                                    "line": 127,
                                    "column": 69
                                  },
                                  "identifierName": "length"
                                },
                                "name": "length"
                              },
                              "computed": false
                            },
                            "alternate": {
                              "type": "ConditionalExpression",
                              "start": 4111,
                              "end": 4158,
                              "loc": {
                                "start": {
                                  "line": 127,
                                  "column": 73
                                },
                                "end": {
                                  "line": 127,
                                  "column": 120
                                }
                              },
                              "test": {
                                "type": "MemberExpression",
                                "start": 4111,
                                "end": 4124,
                                "loc": {
                                  "start": {
                                    "line": 127,
                                    "column": 73
                                  },
                                  "end": {
                                    "line": 127,
                                    "column": 86
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 4111,
                                  "end": 4121,
                                  "loc": {
                                    "start": {
                                      "line": 127,
                                      "column": 73
                                    },
                                    "end": {
                                      "line": 127,
                                      "column": 83
                                    },
                                    "identifierName": "firstModel"
                                  },
                                  "name": "firstModel"
                                },
                                "property": {
                                  "type": "NumericLiteral",
                                  "start": 4122,
                                  "end": 4123,
                                  "loc": {
                                    "start": {
                                      "line": 127,
                                      "column": 84
                                    },
                                    "end": {
                                      "line": 127,
                                      "column": 85
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 0,
                                    "raw": "0"
                                  },
                                  "value": 0
                                },
                                "computed": true
                              },
                              "consequent": {
                                "type": "MemberExpression",
                                "start": 4127,
                                "end": 4154,
                                "loc": {
                                  "start": {
                                    "line": 127,
                                    "column": 89
                                  },
                                  "end": {
                                    "line": 127,
                                    "column": 116
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 4127,
                                  "end": 4147,
                                  "loc": {
                                    "start": {
                                      "line": 127,
                                      "column": 89
                                    },
                                    "end": {
                                      "line": 127,
                                      "column": 109
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 4127,
                                    "end": 4140,
                                    "loc": {
                                      "start": {
                                        "line": 127,
                                        "column": 89
                                      },
                                      "end": {
                                        "line": 127,
                                        "column": 102
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 4127,
                                      "end": 4137,
                                      "loc": {
                                        "start": {
                                          "line": 127,
                                          "column": 89
                                        },
                                        "end": {
                                          "line": 127,
                                          "column": 99
                                        },
                                        "identifierName": "firstModel"
                                      },
                                      "name": "firstModel"
                                    },
                                    "property": {
                                      "type": "NumericLiteral",
                                      "start": 4138,
                                      "end": 4139,
                                      "loc": {
                                        "start": {
                                          "line": 127,
                                          "column": 100
                                        },
                                        "end": {
                                          "line": 127,
                                          "column": 101
                                        }
                                      },
                                      "extra": {
                                        "rawValue": 0,
                                        "raw": "0"
                                      },
                                      "value": 0
                                    },
                                    "computed": true
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4141,
                                    "end": 4147,
                                    "loc": {
                                      "start": {
                                        "line": 127,
                                        "column": 103
                                      },
                                      "end": {
                                        "line": 127,
                                        "column": 109
                                      },
                                      "identifierName": "bounds"
                                    },
                                    "name": "bounds"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4148,
                                  "end": 4154,
                                  "loc": {
                                    "start": {
                                      "line": 127,
                                      "column": 110
                                    },
                                    "end": {
                                      "line": 127,
                                      "column": 116
                                    },
                                    "identifierName": "length"
                                  },
                                  "name": "length"
                                },
                                "computed": false
                              },
                              "alternate": {
                                "type": "NumericLiteral",
                                "start": 4157,
                                "end": 4158,
                                "loc": {
                                  "start": {
                                    "line": 127,
                                    "column": 119
                                  },
                                  "end": {
                                    "line": 127,
                                    "column": 120
                                  }
                                },
                                "extra": {
                                  "rawValue": 0,
                                  "raw": "0"
                                },
                                "value": 0
                              },
                              "extra": {
                                "parenthesized": true,
                                "parenStart": 4110
                              }
                            }
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 4170,
                      "end": 4507,
                      "loc": {
                        "start": {
                          "line": 129,
                          "column": 4
                        },
                        "end": {
                          "line": 137,
                          "column": 7
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 4176,
                          "end": 4506,
                          "loc": {
                            "start": {
                              "line": 129,
                              "column": 10
                            },
                            "end": {
                              "line": 137,
                              "column": 6
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 4176,
                            "end": 4195,
                            "loc": {
                              "start": {
                                "line": 129,
                                "column": 10
                              },
                              "end": {
                                "line": 129,
                                "column": 29
                              },
                              "identifierName": "weightedBoundsValue"
                            },
                            "name": "weightedBoundsValue"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 4198,
                            "end": 4506,
                            "loc": {
                              "start": {
                                "line": 129,
                                "column": 32
                              },
                              "end": {
                                "line": 137,
                                "column": 6
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 4198,
                              "end": 4238,
                              "loc": {
                                "start": {
                                  "line": 129,
                                  "column": 32
                                },
                                "end": {
                                  "line": 129,
                                  "column": 72
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 4198,
                                "end": 4234,
                                "loc": {
                                  "start": {
                                    "line": 129,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 129,
                                    "column": 68
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 4198,
                                  "end": 4208,
                                  "loc": {
                                    "start": {
                                      "line": 129,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 129,
                                      "column": 42
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 4198,
                                    "end": 4203,
                                    "loc": {
                                      "start": {
                                        "line": 129,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 129,
                                        "column": 37
                                      },
                                      "identifierName": "Array"
                                    },
                                    "name": "Array"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4204,
                                    "end": 4208,
                                    "loc": {
                                      "start": {
                                        "line": 129,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 129,
                                        "column": 42
                                      },
                                      "identifierName": "from"
                                    },
                                    "name": "from"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "ObjectExpression",
                                    "start": 4209,
                                    "end": 4233,
                                    "loc": {
                                      "start": {
                                        "line": 129,
                                        "column": 43
                                      },
                                      "end": {
                                        "line": 129,
                                        "column": 67
                                      }
                                    },
                                    "properties": [
                                      {
                                        "type": "ObjectProperty",
                                        "start": 4211,
                                        "end": 4231,
                                        "loc": {
                                          "start": {
                                            "line": 129,
                                            "column": 45
                                          },
                                          "end": {
                                            "line": 129,
                                            "column": 65
                                          }
                                        },
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 4211,
                                          "end": 4217,
                                          "loc": {
                                            "start": {
                                              "line": 129,
                                              "column": 45
                                            },
                                            "end": {
                                              "line": 129,
                                              "column": 51
                                            },
                                            "identifierName": "length"
                                          },
                                          "name": "length"
                                        },
                                        "value": {
                                          "type": "Identifier",
                                          "start": 4219,
                                          "end": 4231,
                                          "loc": {
                                            "start": {
                                              "line": 129,
                                              "column": 53
                                            },
                                            "end": {
                                              "line": 129,
                                              "column": 65
                                            },
                                            "identifierName": "boundsLength"
                                          },
                                          "name": "boundsLength"
                                        }
                                      }
                                    ]
                                  }
                                ]
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4235,
                                "end": 4238,
                                "loc": {
                                  "start": {
                                    "line": 129,
                                    "column": 69
                                  },
                                  "end": {
                                    "line": 129,
                                    "column": 72
                                  },
                                  "identifierName": "map"
                                },
                                "name": "map"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ArrowFunctionExpression",
                                "start": 4239,
                                "end": 4505,
                                "loc": {
                                  "start": {
                                    "line": 129,
                                    "column": 73
                                  },
                                  "end": {
                                    "line": 137,
                                    "column": 5
                                  }
                                },
                                "id": null,
                                "generator": false,
                                "expression": false,
                                "async": false,
                                "params": [
                                  {
                                    "type": "Identifier",
                                    "start": 4240,
                                    "end": 4241,
                                    "loc": {
                                      "start": {
                                        "line": 129,
                                        "column": 74
                                      },
                                      "end": {
                                        "line": 129,
                                        "column": 75
                                      },
                                      "identifierName": "_"
                                    },
                                    "name": "_"
                                  },
                                  {
                                    "type": "Identifier",
                                    "start": 4243,
                                    "end": 4244,
                                    "loc": {
                                      "start": {
                                        "line": 129,
                                        "column": 77
                                      },
                                      "end": {
                                        "line": 129,
                                        "column": 78
                                      },
                                      "identifierName": "i"
                                    },
                                    "name": "i"
                                  }
                                ],
                                "body": {
                                  "type": "BlockStatement",
                                  "start": 4249,
                                  "end": 4505,
                                  "loc": {
                                    "start": {
                                      "line": 129,
                                      "column": 83
                                    },
                                    "end": {
                                      "line": 137,
                                      "column": 5
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ReturnStatement",
                                      "start": 4257,
                                      "end": 4499,
                                      "loc": {
                                        "start": {
                                          "line": 130,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 136,
                                          "column": 12
                                        }
                                      },
                                      "argument": {
                                        "type": "CallExpression",
                                        "start": 4264,
                                        "end": 4498,
                                        "loc": {
                                          "start": {
                                            "line": 130,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 136,
                                            "column": 11
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 4264,
                                          "end": 4286,
                                          "loc": {
                                            "start": {
                                              "line": 130,
                                              "column": 13
                                            },
                                            "end": {
                                              "line": 130,
                                              "column": 35
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 4264,
                                            "end": 4279,
                                            "loc": {
                                              "start": {
                                                "line": 130,
                                                "column": 13
                                              },
                                              "end": {
                                                "line": 130,
                                                "column": 28
                                              },
                                              "identifierName": "evaluatedModels"
                                            },
                                            "name": "evaluatedModels"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4280,
                                            "end": 4286,
                                            "loc": {
                                              "start": {
                                                "line": 130,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 130,
                                                "column": 35
                                              },
                                              "identifierName": "reduce"
                                            },
                                            "name": "reduce"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "ArrowFunctionExpression",
                                            "start": 4287,
                                            "end": 4494,
                                            "loc": {
                                              "start": {
                                                "line": 130,
                                                "column": 36
                                              },
                                              "end": {
                                                "line": 136,
                                                "column": 7
                                              }
                                            },
                                            "id": null,
                                            "generator": false,
                                            "expression": false,
                                            "async": false,
                                            "params": [
                                              {
                                                "type": "Identifier",
                                                "start": 4288,
                                                "end": 4293,
                                                "loc": {
                                                  "start": {
                                                    "line": 130,
                                                    "column": 37
                                                  },
                                                  "end": {
                                                    "line": 130,
                                                    "column": 42
                                                  },
                                                  "identifierName": "total"
                                                },
                                                "name": "total"
                                              },
                                              {
                                                "type": "Identifier",
                                                "start": 4295,
                                                "end": 4300,
                                                "loc": {
                                                  "start": {
                                                    "line": 130,
                                                    "column": 44
                                                  },
                                                  "end": {
                                                    "line": 130,
                                                    "column": 49
                                                  },
                                                  "identifierName": "model"
                                                },
                                                "name": "model"
                                              }
                                            ],
                                            "body": {
                                              "type": "BlockStatement",
                                              "start": 4305,
                                              "end": 4494,
                                              "loc": {
                                                "start": {
                                                  "line": 130,
                                                  "column": 54
                                                },
                                                "end": {
                                                  "line": 136,
                                                  "column": 7
                                                }
                                              },
                                              "body": [
                                                {
                                                  "type": "VariableDeclaration",
                                                  "start": 4315,
                                                  "end": 4376,
                                                  "loc": {
                                                    "start": {
                                                      "line": 131,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 131,
                                                      "column": 69
                                                    }
                                                  },
                                                  "declarations": [
                                                    {
                                                      "type": "VariableDeclarator",
                                                      "start": 4321,
                                                      "end": 4375,
                                                      "loc": {
                                                        "start": {
                                                          "line": 131,
                                                          "column": 14
                                                        },
                                                        "end": {
                                                          "line": 131,
                                                          "column": 68
                                                        }
                                                      },
                                                      "id": {
                                                        "type": "Identifier",
                                                        "start": 4321,
                                                        "end": 4327,
                                                        "loc": {
                                                          "start": {
                                                            "line": 131,
                                                            "column": 14
                                                          },
                                                          "end": {
                                                            "line": 131,
                                                            "column": 20
                                                          },
                                                          "identifierName": "bounds"
                                                        },
                                                        "name": "bounds"
                                                      },
                                                      "init": {
                                                        "type": "LogicalExpression",
                                                        "start": 4330,
                                                        "end": 4375,
                                                        "loc": {
                                                          "start": {
                                                            "line": 131,
                                                            "column": 23
                                                          },
                                                          "end": {
                                                            "line": 131,
                                                            "column": 68
                                                          }
                                                        },
                                                        "left": {
                                                          "type": "MemberExpression",
                                                          "start": 4330,
                                                          "end": 4342,
                                                          "loc": {
                                                            "start": {
                                                              "line": 131,
                                                              "column": 23
                                                            },
                                                            "end": {
                                                              "line": 131,
                                                              "column": 35
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 4330,
                                                            "end": 4335,
                                                            "loc": {
                                                              "start": {
                                                                "line": 131,
                                                                "column": 23
                                                              },
                                                              "end": {
                                                                "line": 131,
                                                                "column": 28
                                                              },
                                                              "identifierName": "model"
                                                            },
                                                            "name": "model"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 4336,
                                                            "end": 4342,
                                                            "loc": {
                                                              "start": {
                                                                "line": 131,
                                                                "column": 29
                                                              },
                                                              "end": {
                                                                "line": 131,
                                                                "column": 35
                                                              },
                                                              "identifierName": "bounds"
                                                            },
                                                            "name": "bounds"
                                                          },
                                                          "computed": false
                                                        },
                                                        "operator": "||",
                                                        "right": {
                                                          "type": "LogicalExpression",
                                                          "start": 4347,
                                                          "end": 4374,
                                                          "loc": {
                                                            "start": {
                                                              "line": 131,
                                                              "column": 40
                                                            },
                                                            "end": {
                                                              "line": 131,
                                                              "column": 67
                                                            }
                                                          },
                                                          "left": {
                                                            "type": "MemberExpression",
                                                            "start": 4347,
                                                            "end": 4355,
                                                            "loc": {
                                                              "start": {
                                                                "line": 131,
                                                                "column": 40
                                                              },
                                                              "end": {
                                                                "line": 131,
                                                                "column": 48
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 4347,
                                                              "end": 4352,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 131,
                                                                  "column": 40
                                                                },
                                                                "end": {
                                                                  "line": 131,
                                                                  "column": 45
                                                                },
                                                                "identifierName": "model"
                                                              },
                                                              "name": "model"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 4353,
                                                              "end": 4354,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 131,
                                                                  "column": 46
                                                                },
                                                                "end": {
                                                                  "line": 131,
                                                                  "column": 47
                                                                },
                                                                "identifierName": "i"
                                                              },
                                                              "name": "i"
                                                            },
                                                            "computed": true
                                                          },
                                                          "operator": "&&",
                                                          "right": {
                                                            "type": "MemberExpression",
                                                            "start": 4359,
                                                            "end": 4374,
                                                            "loc": {
                                                              "start": {
                                                                "line": 131,
                                                                "column": 52
                                                              },
                                                              "end": {
                                                                "line": 131,
                                                                "column": 67
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "MemberExpression",
                                                              "start": 4359,
                                                              "end": 4367,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 131,
                                                                  "column": 52
                                                                },
                                                                "end": {
                                                                  "line": 131,
                                                                  "column": 60
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 4359,
                                                                "end": 4364,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 131,
                                                                    "column": 52
                                                                  },
                                                                  "end": {
                                                                    "line": 131,
                                                                    "column": 57
                                                                  },
                                                                  "identifierName": "model"
                                                                },
                                                                "name": "model"
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 4365,
                                                                "end": 4366,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 131,
                                                                    "column": 58
                                                                  },
                                                                  "end": {
                                                                    "line": 131,
                                                                    "column": 59
                                                                  },
                                                                  "identifierName": "i"
                                                                },
                                                                "name": "i"
                                                              },
                                                              "computed": true
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 4368,
                                                              "end": 4374,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 131,
                                                                  "column": 61
                                                                },
                                                                "end": {
                                                                  "line": 131,
                                                                  "column": 67
                                                                },
                                                                "identifierName": "bounds"
                                                              },
                                                              "name": "bounds"
                                                            },
                                                            "computed": false
                                                          },
                                                          "extra": {
                                                            "parenthesized": true,
                                                            "parenStart": 4346
                                                          }
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "kind": "const"
                                                },
                                                {
                                                  "type": "IfStatement",
                                                  "start": 4385,
                                                  "end": 4433,
                                                  "loc": {
                                                    "start": {
                                                      "line": 132,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 134,
                                                      "column": 9
                                                    }
                                                  },
                                                  "test": {
                                                    "type": "UnaryExpression",
                                                    "start": 4389,
                                                    "end": 4396,
                                                    "loc": {
                                                      "start": {
                                                        "line": 132,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 132,
                                                        "column": 19
                                                      }
                                                    },
                                                    "operator": "!",
                                                    "prefix": true,
                                                    "argument": {
                                                      "type": "Identifier",
                                                      "start": 4390,
                                                      "end": 4396,
                                                      "loc": {
                                                        "start": {
                                                          "line": 132,
                                                          "column": 13
                                                        },
                                                        "end": {
                                                          "line": 132,
                                                          "column": 19
                                                        },
                                                        "identifierName": "bounds"
                                                      },
                                                      "name": "bounds"
                                                    },
                                                    "extra": {
                                                      "parenthesizedArgument": false
                                                    }
                                                  },
                                                  "consequent": {
                                                    "type": "BlockStatement",
                                                    "start": 4398,
                                                    "end": 4433,
                                                    "loc": {
                                                      "start": {
                                                        "line": 132,
                                                        "column": 21
                                                      },
                                                      "end": {
                                                        "line": 134,
                                                        "column": 9
                                                      }
                                                    },
                                                    "body": [
                                                      {
                                                        "type": "ReturnStatement",
                                                        "start": 4410,
                                                        "end": 4423,
                                                        "loc": {
                                                          "start": {
                                                            "line": 133,
                                                            "column": 10
                                                          },
                                                          "end": {
                                                            "line": 133,
                                                            "column": 23
                                                          }
                                                        },
                                                        "argument": {
                                                          "type": "Identifier",
                                                          "start": 4417,
                                                          "end": 4422,
                                                          "loc": {
                                                            "start": {
                                                              "line": 133,
                                                              "column": 17
                                                            },
                                                            "end": {
                                                              "line": 133,
                                                              "column": 22
                                                            },
                                                            "identifierName": "total"
                                                          },
                                                          "name": "total"
                                                        }
                                                      }
                                                    ],
                                                    "directives": []
                                                  },
                                                  "alternate": null
                                                },
                                                {
                                                  "type": "ReturnStatement",
                                                  "start": 4442,
                                                  "end": 4486,
                                                  "loc": {
                                                    "start": {
                                                      "line": 135,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 135,
                                                      "column": 52
                                                    }
                                                  },
                                                  "argument": {
                                                    "type": "BinaryExpression",
                                                    "start": 4449,
                                                    "end": 4485,
                                                    "loc": {
                                                      "start": {
                                                        "line": 135,
                                                        "column": 15
                                                      },
                                                      "end": {
                                                        "line": 135,
                                                        "column": 51
                                                      }
                                                    },
                                                    "left": {
                                                      "type": "Identifier",
                                                      "start": 4449,
                                                      "end": 4454,
                                                      "loc": {
                                                        "start": {
                                                          "line": 135,
                                                          "column": 15
                                                        },
                                                        "end": {
                                                          "line": 135,
                                                          "column": 20
                                                        },
                                                        "identifierName": "total"
                                                      },
                                                      "name": "total"
                                                    },
                                                    "operator": "+",
                                                    "right": {
                                                      "type": "BinaryExpression",
                                                      "start": 4457,
                                                      "end": 4485,
                                                      "loc": {
                                                        "start": {
                                                          "line": 135,
                                                          "column": 23
                                                        },
                                                        "end": {
                                                          "line": 135,
                                                          "column": 51
                                                        }
                                                      },
                                                      "left": {
                                                        "type": "BinaryExpression",
                                                        "start": 4457,
                                                        "end": 4477,
                                                        "loc": {
                                                          "start": {
                                                            "line": 135,
                                                            "column": 23
                                                          },
                                                          "end": {
                                                            "line": 135,
                                                            "column": 43
                                                          }
                                                        },
                                                        "left": {
                                                          "type": "MemberExpression",
                                                          "start": 4457,
                                                          "end": 4466,
                                                          "loc": {
                                                            "start": {
                                                              "line": 135,
                                                              "column": 23
                                                            },
                                                            "end": {
                                                              "line": 135,
                                                              "column": 32
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 4457,
                                                            "end": 4463,
                                                            "loc": {
                                                              "start": {
                                                                "line": 135,
                                                                "column": 23
                                                              },
                                                              "end": {
                                                                "line": 135,
                                                                "column": 29
                                                              },
                                                              "identifierName": "bounds"
                                                            },
                                                            "name": "bounds"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 4464,
                                                            "end": 4465,
                                                            "loc": {
                                                              "start": {
                                                                "line": 135,
                                                                "column": 30
                                                              },
                                                              "end": {
                                                                "line": 135,
                                                                "column": 31
                                                              },
                                                              "identifierName": "i"
                                                            },
                                                            "name": "i"
                                                          },
                                                          "computed": true
                                                        },
                                                        "operator": "*",
                                                        "right": {
                                                          "type": "MemberExpression",
                                                          "start": 4469,
                                                          "end": 4477,
                                                          "loc": {
                                                            "start": {
                                                              "line": 135,
                                                              "column": 35
                                                            },
                                                            "end": {
                                                              "line": 135,
                                                              "column": 43
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 4469,
                                                            "end": 4474,
                                                            "loc": {
                                                              "start": {
                                                                "line": 135,
                                                                "column": 35
                                                              },
                                                              "end": {
                                                                "line": 135,
                                                                "column": 40
                                                              },
                                                              "identifierName": "model"
                                                            },
                                                            "name": "model"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 4475,
                                                            "end": 4477,
                                                            "loc": {
                                                              "start": {
                                                                "line": 135,
                                                                "column": 41
                                                              },
                                                              "end": {
                                                                "line": 135,
                                                                "column": 43
                                                              },
                                                              "identifierName": "r2"
                                                            },
                                                            "name": "r2"
                                                          },
                                                          "computed": false
                                                        }
                                                      },
                                                      "operator": "/",
                                                      "right": {
                                                        "type": "Identifier",
                                                        "start": 4480,
                                                        "end": 4485,
                                                        "loc": {
                                                          "start": {
                                                            "line": 135,
                                                            "column": 46
                                                          },
                                                          "end": {
                                                            "line": 135,
                                                            "column": 51
                                                          },
                                                          "identifierName": "r2Sum"
                                                        },
                                                        "name": "r2Sum"
                                                      }
                                                    }
                                                  }
                                                }
                                              ],
                                              "directives": []
                                            }
                                          },
                                          {
                                            "type": "NumericLiteral",
                                            "start": 4496,
                                            "end": 4497,
                                            "loc": {
                                              "start": {
                                                "line": 136,
                                                "column": 9
                                              },
                                              "end": {
                                                "line": 136,
                                                "column": 10
                                              }
                                            },
                                            "extra": {
                                              "rawValue": 0,
                                              "raw": "0"
                                            },
                                            "value": 0
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "directives": []
                                }
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 4513,
                      "end": 4540,
                      "loc": {
                        "start": {
                          "line": 139,
                          "column": 4
                        },
                        "end": {
                          "line": 139,
                          "column": 31
                        }
                      },
                      "argument": {
                        "type": "Identifier",
                        "start": 4520,
                        "end": 4539,
                        "loc": {
                          "start": {
                            "line": 139,
                            "column": 11
                          },
                          "end": {
                            "line": 139,
                            "column": 30
                          },
                          "identifierName": "weightedBoundsValue"
                        },
                        "name": "weightedBoundsValue"
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentLine",
                    "value": " @todo-justin comment this method properly",
                    "start": 3680,
                    "end": 3724,
                    "loc": {
                      "start": {
                        "line": 116,
                        "column": 2
                      },
                      "end": {
                        "line": 116,
                        "column": 46
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Get the weighted average result of the prediction models based on scaled r2\n   *\n   * @param {EvaluatedModel[]} evaluatedModels\n   * @return {number}\n   ",
                    "start": 4548,
                    "end": 4712,
                    "loc": {
                      "start": {
                        "line": 142,
                        "column": 2
                      },
                      "end": {
                        "line": 147,
                        "column": 5
                      }
                    }
                  },
                  {
                    "type": "CommentLine",
                    "value": " @todo replace the method above with this one completely, make sure no calls to this method are left",
                    "start": 4715,
                    "end": 4817,
                    "loc": {
                      "start": {
                        "line": 148,
                        "column": 2
                      },
                      "end": {
                        "line": 148,
                        "column": 104
                      }
                    }
                  },
                  {
                    "type": "CommentLine",
                    "value": " hold this for very last work item/task",
                    "start": 4820,
                    "end": 4861,
                    "loc": {
                      "start": {
                        "line": 149,
                        "column": 2
                      },
                      "end": {
                        "line": 149,
                        "column": 43
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 4864,
                "end": 5262,
                "loc": {
                  "start": {
                    "line": 150,
                    "column": 2
                  },
                  "end": {
                    "line": 155,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 4864,
                  "end": 4891,
                  "loc": {
                    "start": {
                      "line": 150,
                      "column": 2
                    },
                    "end": {
                      "line": 150,
                      "column": 29
                    },
                    "identifierName": "_getExperimentalWeightedAvg"
                  },
                  "name": "_getExperimentalWeightedAvg",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 4892,
                    "end": 4907,
                    "loc": {
                      "start": {
                        "line": 150,
                        "column": 30
                      },
                      "end": {
                        "line": 150,
                        "column": 45
                      },
                      "identifierName": "evaluatedModels"
                    },
                    "name": "evaluatedModels"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 4909,
                  "end": 5262,
                  "loc": {
                    "start": {
                      "line": 150,
                      "column": 47
                    },
                    "end": {
                      "line": 155,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 4915,
                      "end": 4953,
                      "loc": {
                        "start": {
                          "line": 151,
                          "column": 4
                        },
                        "end": {
                          "line": 151,
                          "column": 42
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 4919,
                        "end": 4942,
                        "loc": {
                          "start": {
                            "line": 151,
                            "column": 8
                          },
                          "end": {
                            "line": 151,
                            "column": 31
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "MemberExpression",
                          "start": 4920,
                          "end": 4942,
                          "loc": {
                            "start": {
                              "line": 151,
                              "column": 9
                            },
                            "end": {
                              "line": 151,
                              "column": 31
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 4920,
                            "end": 4935,
                            "loc": {
                              "start": {
                                "line": 151,
                                "column": 9
                              },
                              "end": {
                                "line": 151,
                                "column": 24
                              },
                              "identifierName": "evaluatedModels"
                            },
                            "name": "evaluatedModels"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4936,
                            "end": 4942,
                            "loc": {
                              "start": {
                                "line": 151,
                                "column": 25
                              },
                              "end": {
                                "line": 151,
                                "column": 31
                              },
                              "identifierName": "length"
                            },
                            "name": "length"
                          },
                          "computed": false
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      },
                      "consequent": {
                        "type": "ReturnStatement",
                        "start": 4944,
                        "end": 4953,
                        "loc": {
                          "start": {
                            "line": 151,
                            "column": 33
                          },
                          "end": {
                            "line": 151,
                            "column": 42
                          }
                        },
                        "argument": {
                          "type": "NumericLiteral",
                          "start": 4951,
                          "end": 4952,
                          "loc": {
                            "start": {
                              "line": 151,
                              "column": 40
                            },
                            "end": {
                              "line": 151,
                              "column": 41
                            }
                          },
                          "extra": {
                            "rawValue": 0,
                            "raw": "0"
                          },
                          "value": 0
                        }
                      },
                      "alternate": null
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 4958,
                      "end": 5028,
                      "loc": {
                        "start": {
                          "line": 152,
                          "column": 4
                        },
                        "end": {
                          "line": 152,
                          "column": 74
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 4964,
                          "end": 5027,
                          "loc": {
                            "start": {
                              "line": 152,
                              "column": 10
                            },
                            "end": {
                              "line": 152,
                              "column": 73
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 4964,
                            "end": 4971,
                            "loc": {
                              "start": {
                                "line": 152,
                                "column": 10
                              },
                              "end": {
                                "line": 152,
                                "column": 17
                              },
                              "identifierName": "weights"
                            },
                            "name": "weights"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 4974,
                            "end": 5027,
                            "loc": {
                              "start": {
                                "line": 152,
                                "column": 20
                              },
                              "end": {
                                "line": 152,
                                "column": 73
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 4974,
                              "end": 4993,
                              "loc": {
                                "start": {
                                  "line": 152,
                                  "column": 20
                                },
                                "end": {
                                  "line": 152,
                                  "column": 39
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 4974,
                                "end": 4989,
                                "loc": {
                                  "start": {
                                    "line": 152,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 152,
                                    "column": 35
                                  },
                                  "identifierName": "evaluatedModels"
                                },
                                "name": "evaluatedModels"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4990,
                                "end": 4993,
                                "loc": {
                                  "start": {
                                    "line": 152,
                                    "column": 36
                                  },
                                  "end": {
                                    "line": 152,
                                    "column": 39
                                  },
                                  "identifierName": "map"
                                },
                                "name": "map"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ArrowFunctionExpression",
                                "start": 4994,
                                "end": 5026,
                                "loc": {
                                  "start": {
                                    "line": 152,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 152,
                                    "column": 72
                                  }
                                },
                                "id": null,
                                "generator": false,
                                "expression": true,
                                "async": false,
                                "params": [
                                  {
                                    "type": "ObjectPattern",
                                    "start": 4995,
                                    "end": 5001,
                                    "loc": {
                                      "start": {
                                        "line": 152,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 152,
                                        "column": 47
                                      }
                                    },
                                    "properties": [
                                      {
                                        "type": "ObjectProperty",
                                        "start": 4997,
                                        "end": 4999,
                                        "loc": {
                                          "start": {
                                            "line": 152,
                                            "column": 43
                                          },
                                          "end": {
                                            "line": 152,
                                            "column": 45
                                          }
                                        },
                                        "method": false,
                                        "shorthand": true,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 4997,
                                          "end": 4999,
                                          "loc": {
                                            "start": {
                                              "line": 152,
                                              "column": 43
                                            },
                                            "end": {
                                              "line": 152,
                                              "column": 45
                                            },
                                            "identifierName": "r2"
                                          },
                                          "name": "r2"
                                        },
                                        "value": {
                                          "type": "Identifier",
                                          "start": 4997,
                                          "end": 4999,
                                          "loc": {
                                            "start": {
                                              "line": 152,
                                              "column": 43
                                            },
                                            "end": {
                                              "line": 152,
                                              "column": 45
                                            },
                                            "identifierName": "r2"
                                          },
                                          "name": "r2"
                                        },
                                        "extra": {
                                          "shorthand": true
                                        }
                                      }
                                    ]
                                  }
                                ],
                                "body": {
                                  "type": "BinaryExpression",
                                  "start": 5006,
                                  "end": 5026,
                                  "loc": {
                                    "start": {
                                      "line": 152,
                                      "column": 52
                                    },
                                    "end": {
                                      "line": 152,
                                      "column": 72
                                    }
                                  },
                                  "left": {
                                    "type": "Identifier",
                                    "start": 5006,
                                    "end": 5008,
                                    "loc": {
                                      "start": {
                                        "line": 152,
                                        "column": 52
                                      },
                                      "end": {
                                        "line": 152,
                                        "column": 54
                                      },
                                      "identifierName": "r2"
                                    },
                                    "name": "r2"
                                  },
                                  "operator": "*",
                                  "right": {
                                    "type": "BinaryExpression",
                                    "start": 5012,
                                    "end": 5025,
                                    "loc": {
                                      "start": {
                                        "line": 152,
                                        "column": 58
                                      },
                                      "end": {
                                        "line": 152,
                                        "column": 71
                                      }
                                    },
                                    "left": {
                                      "type": "NumericLiteral",
                                      "start": 5012,
                                      "end": 5013,
                                      "loc": {
                                        "start": {
                                          "line": 152,
                                          "column": 58
                                        },
                                        "end": {
                                          "line": 152,
                                          "column": 59
                                        }
                                      },
                                      "extra": {
                                        "rawValue": 2,
                                        "raw": "2"
                                      },
                                      "value": 2
                                    },
                                    "operator": "^",
                                    "right": {
                                      "type": "BinaryExpression",
                                      "start": 5017,
                                      "end": 5024,
                                      "loc": {
                                        "start": {
                                          "line": 152,
                                          "column": 63
                                        },
                                        "end": {
                                          "line": 152,
                                          "column": 70
                                        }
                                      },
                                      "left": {
                                        "type": "Identifier",
                                        "start": 5017,
                                        "end": 5019,
                                        "loc": {
                                          "start": {
                                            "line": 152,
                                            "column": 63
                                          },
                                          "end": {
                                            "line": 152,
                                            "column": 65
                                          },
                                          "identifierName": "r2"
                                        },
                                        "name": "r2"
                                      },
                                      "operator": "*",
                                      "right": {
                                        "type": "NumericLiteral",
                                        "start": 5022,
                                        "end": 5024,
                                        "loc": {
                                          "start": {
                                            "line": 152,
                                            "column": 68
                                          },
                                          "end": {
                                            "line": 152,
                                            "column": 70
                                          }
                                        },
                                        "extra": {
                                          "rawValue": 10,
                                          "raw": "10"
                                        },
                                        "value": 10
                                      },
                                      "extra": {
                                        "parenthesized": true,
                                        "parenStart": 5016
                                      }
                                    },
                                    "extra": {
                                      "parenthesized": true,
                                      "parenStart": 5011
                                    }
                                  }
                                }
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const",
                      "trailingComments": [
                        {
                          "type": "CommentLine",
                          "value": " scale r2 to weight .9 twice as high as .8",
                          "start": 5029,
                          "end": 5073,
                          "loc": {
                            "start": {
                              "line": 152,
                              "column": 75
                            },
                            "end": {
                              "line": 152,
                              "column": 119
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 5078,
                      "end": 5151,
                      "loc": {
                        "start": {
                          "line": 153,
                          "column": 4
                        },
                        "end": {
                          "line": 153,
                          "column": 77
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 5084,
                          "end": 5150,
                          "loc": {
                            "start": {
                              "line": 153,
                              "column": 10
                            },
                            "end": {
                              "line": 153,
                              "column": 76
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 5084,
                            "end": 5095,
                            "loc": {
                              "start": {
                                "line": 153,
                                "column": 10
                              },
                              "end": {
                                "line": 153,
                                "column": 21
                              },
                              "identifierName": "totalWeight"
                            },
                            "name": "totalWeight",
                            "leadingComments": null
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 5098,
                            "end": 5150,
                            "loc": {
                              "start": {
                                "line": 153,
                                "column": 24
                              },
                              "end": {
                                "line": 153,
                                "column": 76
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 5098,
                              "end": 5112,
                              "loc": {
                                "start": {
                                  "line": 153,
                                  "column": 24
                                },
                                "end": {
                                  "line": 153,
                                  "column": 38
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 5098,
                                "end": 5105,
                                "loc": {
                                  "start": {
                                    "line": 153,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 153,
                                    "column": 31
                                  },
                                  "identifierName": "weights"
                                },
                                "name": "weights"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 5106,
                                "end": 5112,
                                "loc": {
                                  "start": {
                                    "line": 153,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 153,
                                    "column": 38
                                  },
                                  "identifierName": "reduce"
                                },
                                "name": "reduce"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ArrowFunctionExpression",
                                "start": 5113,
                                "end": 5146,
                                "loc": {
                                  "start": {
                                    "line": 153,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 153,
                                    "column": 72
                                  }
                                },
                                "id": null,
                                "generator": false,
                                "expression": true,
                                "async": false,
                                "params": [
                                  {
                                    "type": "Identifier",
                                    "start": 5114,
                                    "end": 5119,
                                    "loc": {
                                      "start": {
                                        "line": 153,
                                        "column": 40
                                      },
                                      "end": {
                                        "line": 153,
                                        "column": 45
                                      },
                                      "identifierName": "total"
                                    },
                                    "name": "total"
                                  },
                                  {
                                    "type": "Identifier",
                                    "start": 5121,
                                    "end": 5127,
                                    "loc": {
                                      "start": {
                                        "line": 153,
                                        "column": 47
                                      },
                                      "end": {
                                        "line": 153,
                                        "column": 53
                                      },
                                      "identifierName": "weight"
                                    },
                                    "name": "weight"
                                  }
                                ],
                                "body": {
                                  "type": "BinaryExpression",
                                  "start": 5132,
                                  "end": 5146,
                                  "loc": {
                                    "start": {
                                      "line": 153,
                                      "column": 58
                                    },
                                    "end": {
                                      "line": 153,
                                      "column": 72
                                    }
                                  },
                                  "left": {
                                    "type": "Identifier",
                                    "start": 5132,
                                    "end": 5137,
                                    "loc": {
                                      "start": {
                                        "line": 153,
                                        "column": 58
                                      },
                                      "end": {
                                        "line": 153,
                                        "column": 63
                                      },
                                      "identifierName": "total"
                                    },
                                    "name": "total"
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "Identifier",
                                    "start": 5140,
                                    "end": 5146,
                                    "loc": {
                                      "start": {
                                        "line": 153,
                                        "column": 66
                                      },
                                      "end": {
                                        "line": 153,
                                        "column": 72
                                      },
                                      "identifierName": "weight"
                                    },
                                    "name": "weight"
                                  }
                                }
                              },
                              {
                                "type": "NumericLiteral",
                                "start": 5148,
                                "end": 5149,
                                "loc": {
                                  "start": {
                                    "line": 153,
                                    "column": 74
                                  },
                                  "end": {
                                    "line": 153,
                                    "column": 75
                                  }
                                },
                                "extra": {
                                  "rawValue": 0,
                                  "raw": "0"
                                },
                                "value": 0
                              }
                            ]
                          },
                          "leadingComments": null
                        }
                      ],
                      "kind": "const",
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": " scale r2 to weight .9 twice as high as .8",
                          "start": 5029,
                          "end": 5073,
                          "loc": {
                            "start": {
                              "line": 152,
                              "column": 75
                            },
                            "end": {
                              "line": 152,
                              "column": 119
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 5156,
                      "end": 5258,
                      "loc": {
                        "start": {
                          "line": 154,
                          "column": 4
                        },
                        "end": {
                          "line": 154,
                          "column": 106
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 5163,
                        "end": 5257,
                        "loc": {
                          "start": {
                            "line": 154,
                            "column": 11
                          },
                          "end": {
                            "line": 154,
                            "column": 105
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 5163,
                          "end": 5185,
                          "loc": {
                            "start": {
                              "line": 154,
                              "column": 11
                            },
                            "end": {
                              "line": 154,
                              "column": 33
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 5163,
                            "end": 5178,
                            "loc": {
                              "start": {
                                "line": 154,
                                "column": 11
                              },
                              "end": {
                                "line": 154,
                                "column": 26
                              },
                              "identifierName": "evaluatedModels"
                            },
                            "name": "evaluatedModels"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5179,
                            "end": 5185,
                            "loc": {
                              "start": {
                                "line": 154,
                                "column": 27
                              },
                              "end": {
                                "line": 154,
                                "column": 33
                              },
                              "identifierName": "reduce"
                            },
                            "name": "reduce"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 5186,
                            "end": 5253,
                            "loc": {
                              "start": {
                                "line": 154,
                                "column": 34
                              },
                              "end": {
                                "line": 154,
                                "column": 101
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": true,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 5187,
                                "end": 5192,
                                "loc": {
                                  "start": {
                                    "line": 154,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 154,
                                    "column": 40
                                  },
                                  "identifierName": "total"
                                },
                                "name": "total"
                              },
                              {
                                "type": "ObjectPattern",
                                "start": 5194,
                                "end": 5203,
                                "loc": {
                                  "start": {
                                    "line": 154,
                                    "column": 42
                                  },
                                  "end": {
                                    "line": 154,
                                    "column": 51
                                  }
                                },
                                "properties": [
                                  {
                                    "type": "ObjectProperty",
                                    "start": 5196,
                                    "end": 5201,
                                    "loc": {
                                      "start": {
                                        "line": 154,
                                        "column": 44
                                      },
                                      "end": {
                                        "line": 154,
                                        "column": 49
                                      }
                                    },
                                    "method": false,
                                    "shorthand": true,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 5196,
                                      "end": 5201,
                                      "loc": {
                                        "start": {
                                          "line": 154,
                                          "column": 44
                                        },
                                        "end": {
                                          "line": 154,
                                          "column": 49
                                        },
                                        "identifierName": "value"
                                      },
                                      "name": "value"
                                    },
                                    "value": {
                                      "type": "Identifier",
                                      "start": 5196,
                                      "end": 5201,
                                      "loc": {
                                        "start": {
                                          "line": 154,
                                          "column": 44
                                        },
                                        "end": {
                                          "line": 154,
                                          "column": 49
                                        },
                                        "identifierName": "value"
                                      },
                                      "name": "value"
                                    },
                                    "extra": {
                                      "shorthand": true
                                    }
                                  }
                                ]
                              },
                              {
                                "type": "Identifier",
                                "start": 5205,
                                "end": 5206,
                                "loc": {
                                  "start": {
                                    "line": 154,
                                    "column": 53
                                  },
                                  "end": {
                                    "line": 154,
                                    "column": 54
                                  },
                                  "identifierName": "i"
                                },
                                "name": "i"
                              }
                            ],
                            "body": {
                              "type": "BinaryExpression",
                              "start": 5211,
                              "end": 5253,
                              "loc": {
                                "start": {
                                  "line": 154,
                                  "column": 59
                                },
                                "end": {
                                  "line": 154,
                                  "column": 101
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 5211,
                                "end": 5216,
                                "loc": {
                                  "start": {
                                    "line": 154,
                                    "column": 59
                                  },
                                  "end": {
                                    "line": 154,
                                    "column": 64
                                  },
                                  "identifierName": "total"
                                },
                                "name": "total"
                              },
                              "operator": "+",
                              "right": {
                                "type": "BinaryExpression",
                                "start": 5219,
                                "end": 5253,
                                "loc": {
                                  "start": {
                                    "line": 154,
                                    "column": 67
                                  },
                                  "end": {
                                    "line": 154,
                                    "column": 101
                                  }
                                },
                                "left": {
                                  "type": "Identifier",
                                  "start": 5219,
                                  "end": 5224,
                                  "loc": {
                                    "start": {
                                      "line": 154,
                                      "column": 67
                                    },
                                    "end": {
                                      "line": 154,
                                      "column": 72
                                    },
                                    "identifierName": "value"
                                  },
                                  "name": "value"
                                },
                                "operator": "*",
                                "right": {
                                  "type": "BinaryExpression",
                                  "start": 5228,
                                  "end": 5252,
                                  "loc": {
                                    "start": {
                                      "line": 154,
                                      "column": 76
                                    },
                                    "end": {
                                      "line": 154,
                                      "column": 100
                                    }
                                  },
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 5228,
                                    "end": 5238,
                                    "loc": {
                                      "start": {
                                        "line": 154,
                                        "column": 76
                                      },
                                      "end": {
                                        "line": 154,
                                        "column": 86
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 5228,
                                      "end": 5235,
                                      "loc": {
                                        "start": {
                                          "line": 154,
                                          "column": 76
                                        },
                                        "end": {
                                          "line": 154,
                                          "column": 83
                                        },
                                        "identifierName": "weights"
                                      },
                                      "name": "weights"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 5236,
                                      "end": 5237,
                                      "loc": {
                                        "start": {
                                          "line": 154,
                                          "column": 84
                                        },
                                        "end": {
                                          "line": 154,
                                          "column": 85
                                        },
                                        "identifierName": "i"
                                      },
                                      "name": "i"
                                    },
                                    "computed": true
                                  },
                                  "operator": "/",
                                  "right": {
                                    "type": "Identifier",
                                    "start": 5241,
                                    "end": 5252,
                                    "loc": {
                                      "start": {
                                        "line": 154,
                                        "column": 89
                                      },
                                      "end": {
                                        "line": 154,
                                        "column": 100
                                      },
                                      "identifierName": "totalWeight"
                                    },
                                    "name": "totalWeight"
                                  },
                                  "extra": {
                                    "parenthesized": true,
                                    "parenStart": 5227
                                  }
                                }
                              }
                            }
                          },
                          {
                            "type": "NumericLiteral",
                            "start": 5255,
                            "end": 5256,
                            "loc": {
                              "start": {
                                "line": 154,
                                "column": 103
                              },
                              "end": {
                                "line": 154,
                                "column": 104
                              }
                            },
                            "extra": {
                              "rawValue": 0,
                              "raw": "0"
                            },
                            "value": 0
                          }
                        ]
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Get the weighted average result of the prediction models based on scaled r2\n   *\n   * @param {EvaluatedModel[]} evaluatedModels\n   * @return {number}\n   ",
                    "start": 4548,
                    "end": 4712,
                    "loc": {
                      "start": {
                        "line": 142,
                        "column": 2
                      },
                      "end": {
                        "line": 147,
                        "column": 5
                      }
                    }
                  },
                  {
                    "type": "CommentLine",
                    "value": " @todo replace the method above with this one completely, make sure no calls to this method are left",
                    "start": 4715,
                    "end": 4817,
                    "loc": {
                      "start": {
                        "line": 148,
                        "column": 2
                      },
                      "end": {
                        "line": 148,
                        "column": 104
                      }
                    }
                  },
                  {
                    "type": "CommentLine",
                    "value": " hold this for very last work item/task",
                    "start": 4820,
                    "end": 4861,
                    "loc": {
                      "start": {
                        "line": 149,
                        "column": 2
                      },
                      "end": {
                        "line": 149,
                        "column": 43
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Evaluates a prediction model dependency. Returns null if it cannot be evaluated.\n   *\n   * @param {object} modelDependency A prediction model dependency\n   * @param {string} modelDependency.type The type of dependency. Either 'field' or 'metric'\n   * @param {number} modelDependency.definition_id The definition id of the dependency\n   * @param {string} modelDependency.field The dependencies value field. Typically 'value'\n   * @param {boolean} isBaseModel Whether or not this is the base model for the line item.\n   *            If it is, the value should be given even if the dependency is not fully defined.\n   * @return {number|null} The evaluated value of the dependency\n   ",
                    "start": 5266,
                    "end": 5957,
                    "loc": {
                      "start": {
                        "line": 157,
                        "column": 2
                      },
                      "end": {
                        "line": 167,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 5960,
                "end": 6336,
                "loc": {
                  "start": {
                    "line": 168,
                    "column": 2
                  },
                  "end": {
                    "line": 174,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 5960,
                  "end": 5984,
                  "loc": {
                    "start": {
                      "line": 168,
                      "column": 2
                    },
                    "end": {
                      "line": 168,
                      "column": 26
                    },
                    "identifierName": "_getModelDependencyValue"
                  },
                  "name": "_getModelDependencyValue",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 5985,
                    "end": 6000,
                    "loc": {
                      "start": {
                        "line": 168,
                        "column": 27
                      },
                      "end": {
                        "line": 168,
                        "column": 42
                      },
                      "identifierName": "modelDependency"
                    },
                    "name": "modelDependency"
                  },
                  {
                    "type": "Identifier",
                    "start": 6002,
                    "end": 6013,
                    "loc": {
                      "start": {
                        "line": 168,
                        "column": 44
                      },
                      "end": {
                        "line": 168,
                        "column": 55
                      },
                      "identifierName": "isBaseModel"
                    },
                    "name": "isBaseModel"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 6015,
                  "end": 6336,
                  "loc": {
                    "start": {
                      "line": 168,
                      "column": 57
                    },
                    "end": {
                      "line": 174,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 6021,
                      "end": 6076,
                      "loc": {
                        "start": {
                          "line": 169,
                          "column": 4
                        },
                        "end": {
                          "line": 169,
                          "column": 59
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 6027,
                          "end": 6075,
                          "loc": {
                            "start": {
                              "line": 169,
                              "column": 10
                            },
                            "end": {
                              "line": 169,
                              "column": 58
                            }
                          },
                          "id": {
                            "type": "ObjectPattern",
                            "start": 6027,
                            "end": 6057,
                            "loc": {
                              "start": {
                                "line": 169,
                                "column": 10
                              },
                              "end": {
                                "line": 169,
                                "column": 40
                              }
                            },
                            "properties": [
                              {
                                "type": "ObjectProperty",
                                "start": 6029,
                                "end": 6033,
                                "loc": {
                                  "start": {
                                    "line": 169,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 169,
                                    "column": 16
                                  }
                                },
                                "method": false,
                                "shorthand": true,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 6029,
                                  "end": 6033,
                                  "loc": {
                                    "start": {
                                      "line": 169,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 169,
                                      "column": 16
                                    },
                                    "identifierName": "type"
                                  },
                                  "name": "type"
                                },
                                "value": {
                                  "type": "Identifier",
                                  "start": 6029,
                                  "end": 6033,
                                  "loc": {
                                    "start": {
                                      "line": 169,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 169,
                                      "column": 16
                                    },
                                    "identifierName": "type"
                                  },
                                  "name": "type"
                                },
                                "extra": {
                                  "shorthand": true
                                }
                              },
                              {
                                "type": "ObjectProperty",
                                "start": 6035,
                                "end": 6048,
                                "loc": {
                                  "start": {
                                    "line": 169,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 169,
                                    "column": 31
                                  }
                                },
                                "method": false,
                                "shorthand": true,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 6035,
                                  "end": 6048,
                                  "loc": {
                                    "start": {
                                      "line": 169,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 169,
                                      "column": 31
                                    },
                                    "identifierName": "definition_id"
                                  },
                                  "name": "definition_id"
                                },
                                "value": {
                                  "type": "Identifier",
                                  "start": 6035,
                                  "end": 6048,
                                  "loc": {
                                    "start": {
                                      "line": 169,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 169,
                                      "column": 31
                                    },
                                    "identifierName": "definition_id"
                                  },
                                  "name": "definition_id"
                                },
                                "extra": {
                                  "shorthand": true
                                }
                              },
                              {
                                "type": "ObjectProperty",
                                "start": 6050,
                                "end": 6055,
                                "loc": {
                                  "start": {
                                    "line": 169,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 169,
                                    "column": 38
                                  }
                                },
                                "method": false,
                                "shorthand": true,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 6050,
                                  "end": 6055,
                                  "loc": {
                                    "start": {
                                      "line": 169,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 169,
                                      "column": 38
                                    },
                                    "identifierName": "field"
                                  },
                                  "name": "field"
                                },
                                "value": {
                                  "type": "Identifier",
                                  "start": 6050,
                                  "end": 6055,
                                  "loc": {
                                    "start": {
                                      "line": 169,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 169,
                                      "column": 38
                                    },
                                    "identifierName": "field"
                                  },
                                  "name": "field"
                                },
                                "extra": {
                                  "shorthand": true
                                }
                              }
                            ]
                          },
                          "init": {
                            "type": "Identifier",
                            "start": 6060,
                            "end": 6075,
                            "loc": {
                              "start": {
                                "line": 169,
                                "column": 43
                              },
                              "end": {
                                "line": 169,
                                "column": 58
                              },
                              "identifierName": "modelDependency"
                            },
                            "name": "modelDependency"
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 6081,
                      "end": 6145,
                      "loc": {
                        "start": {
                          "line": 170,
                          "column": 4
                        },
                        "end": {
                          "line": 170,
                          "column": 68
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 6087,
                          "end": 6144,
                          "loc": {
                            "start": {
                              "line": 170,
                              "column": 10
                            },
                            "end": {
                              "line": 170,
                              "column": 67
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 6087,
                            "end": 6096,
                            "loc": {
                              "start": {
                                "line": 170,
                                "column": 10
                              },
                              "end": {
                                "line": 170,
                                "column": 19
                              },
                              "identifierName": "bidEntity"
                            },
                            "name": "bidEntity"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 6099,
                            "end": 6144,
                            "loc": {
                              "start": {
                                "line": 170,
                                "column": 22
                              },
                              "end": {
                                "line": 170,
                                "column": 67
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 6099,
                              "end": 6123,
                              "loc": {
                                "start": {
                                  "line": 170,
                                  "column": 22
                                },
                                "end": {
                                  "line": 170,
                                  "column": 46
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 6099,
                                "end": 6103,
                                "loc": {
                                  "start": {
                                    "line": 170,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 170,
                                    "column": 26
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6104,
                                "end": 6123,
                                "loc": {
                                  "start": {
                                    "line": 170,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 170,
                                    "column": 46
                                  },
                                  "identifierName": "_getModelDependency"
                                },
                                "name": "_getModelDependency"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 6124,
                                "end": 6128,
                                "loc": {
                                  "start": {
                                    "line": 170,
                                    "column": 47
                                  },
                                  "end": {
                                    "line": 170,
                                    "column": 51
                                  },
                                  "identifierName": "type"
                                },
                                "name": "type"
                              },
                              {
                                "type": "Identifier",
                                "start": 6130,
                                "end": 6143,
                                "loc": {
                                  "start": {
                                    "line": 170,
                                    "column": 53
                                  },
                                  "end": {
                                    "line": 170,
                                    "column": 66
                                  },
                                  "identifierName": "definition_id"
                                },
                                "name": "definition_id"
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 6150,
                      "end": 6332,
                      "loc": {
                        "start": {
                          "line": 171,
                          "column": 4
                        },
                        "end": {
                          "line": 173,
                          "column": 13
                        }
                      },
                      "argument": {
                        "type": "ConditionalExpression",
                        "start": 6157,
                        "end": 6331,
                        "loc": {
                          "start": {
                            "line": 171,
                            "column": 11
                          },
                          "end": {
                            "line": 173,
                            "column": 12
                          }
                        },
                        "test": {
                          "type": "LogicalExpression",
                          "start": 6157,
                          "end": 6227,
                          "loc": {
                            "start": {
                              "line": 171,
                              "column": 11
                            },
                            "end": {
                              "line": 171,
                              "column": 81
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 6157,
                            "end": 6166,
                            "loc": {
                              "start": {
                                "line": 171,
                                "column": 11
                              },
                              "end": {
                                "line": 171,
                                "column": 20
                              },
                              "identifierName": "bidEntity"
                            },
                            "name": "bidEntity"
                          },
                          "operator": "&&",
                          "right": {
                            "type": "LogicalExpression",
                            "start": 6171,
                            "end": 6226,
                            "loc": {
                              "start": {
                                "line": 171,
                                "column": 25
                              },
                              "end": {
                                "line": 171,
                                "column": 80
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 6171,
                              "end": 6182,
                              "loc": {
                                "start": {
                                  "line": 171,
                                  "column": 25
                                },
                                "end": {
                                  "line": 171,
                                  "column": 36
                                },
                                "identifierName": "isBaseModel"
                              },
                              "name": "isBaseModel"
                            },
                            "operator": "||",
                            "right": {
                              "type": "CallExpression",
                              "start": 6186,
                              "end": 6226,
                              "loc": {
                                "start": {
                                  "line": 171,
                                  "column": 40
                                },
                                "end": {
                                  "line": 171,
                                  "column": 80
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 6186,
                                "end": 6208,
                                "loc": {
                                  "start": {
                                    "line": 171,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 171,
                                    "column": 62
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 6186,
                                  "end": 6190,
                                  "loc": {
                                    "start": {
                                      "line": 171,
                                      "column": 40
                                    },
                                    "end": {
                                      "line": 171,
                                      "column": 44
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 6191,
                                  "end": 6208,
                                  "loc": {
                                    "start": {
                                      "line": 171,
                                      "column": 45
                                    },
                                    "end": {
                                      "line": 171,
                                      "column": 62
                                    },
                                    "identifierName": "_canUseDependency"
                                  },
                                  "name": "_canUseDependency"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 6209,
                                  "end": 6218,
                                  "loc": {
                                    "start": {
                                      "line": 171,
                                      "column": 63
                                    },
                                    "end": {
                                      "line": 171,
                                      "column": 72
                                    },
                                    "identifierName": "bidEntity"
                                  },
                                  "name": "bidEntity"
                                },
                                {
                                  "type": "Identifier",
                                  "start": 6220,
                                  "end": 6225,
                                  "loc": {
                                    "start": {
                                      "line": 171,
                                      "column": 74
                                    },
                                    "end": {
                                      "line": 171,
                                      "column": 79
                                    },
                                    "identifierName": "field"
                                  },
                                  "name": "field"
                                }
                              ]
                            },
                            "extra": {
                              "parenthesized": true,
                              "parenStart": 6170
                            }
                          }
                        },
                        "consequent": {
                          "type": "CallExpression",
                          "start": 6236,
                          "end": 6318,
                          "loc": {
                            "start": {
                              "line": 172,
                              "column": 8
                            },
                            "end": {
                              "line": 172,
                              "column": 90
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 6236,
                            "end": 6272,
                            "loc": {
                              "start": {
                                "line": 172,
                                "column": 8
                              },
                              "end": {
                                "line": 172,
                                "column": 44
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 6236,
                              "end": 6253,
                              "loc": {
                                "start": {
                                  "line": 172,
                                  "column": 8
                                },
                                "end": {
                                  "line": 172,
                                  "column": 25
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 6236,
                                "end": 6244,
                                "loc": {
                                  "start": {
                                    "line": 172,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 172,
                                    "column": 16
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 6236,
                                  "end": 6240,
                                  "loc": {
                                    "start": {
                                      "line": 172,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 172,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 6241,
                                  "end": 6244,
                                  "loc": {
                                    "start": {
                                      "line": 172,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 172,
                                      "column": 16
                                    },
                                    "identifierName": "bid"
                                  },
                                  "name": "bid"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6245,
                                "end": 6253,
                                "loc": {
                                  "start": {
                                    "line": 172,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 172,
                                    "column": 25
                                  },
                                  "identifierName": "entities"
                                },
                                "name": "entities"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 6254,
                              "end": 6272,
                              "loc": {
                                "start": {
                                  "line": 172,
                                  "column": 26
                                },
                                "end": {
                                  "line": 172,
                                  "column": 44
                                },
                                "identifierName": "getDependencyValue"
                              },
                              "name": "getDependencyValue"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "ObjectExpression",
                              "start": 6273,
                              "end": 6317,
                              "loc": {
                                "start": {
                                  "line": 172,
                                  "column": 45
                                },
                                "end": {
                                  "line": 172,
                                  "column": 89
                                }
                              },
                              "properties": [
                                {
                                  "type": "ObjectProperty",
                                  "start": 6275,
                                  "end": 6279,
                                  "loc": {
                                    "start": {
                                      "line": 172,
                                      "column": 47
                                    },
                                    "end": {
                                      "line": 172,
                                      "column": 51
                                    }
                                  },
                                  "method": false,
                                  "shorthand": true,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 6275,
                                    "end": 6279,
                                    "loc": {
                                      "start": {
                                        "line": 172,
                                        "column": 47
                                      },
                                      "end": {
                                        "line": 172,
                                        "column": 51
                                      },
                                      "identifierName": "type"
                                    },
                                    "name": "type"
                                  },
                                  "value": {
                                    "type": "Identifier",
                                    "start": 6275,
                                    "end": 6279,
                                    "loc": {
                                      "start": {
                                        "line": 172,
                                        "column": 47
                                      },
                                      "end": {
                                        "line": 172,
                                        "column": 51
                                      },
                                      "identifierName": "type"
                                    },
                                    "name": "type"
                                  },
                                  "extra": {
                                    "shorthand": true
                                  }
                                },
                                {
                                  "type": "ObjectProperty",
                                  "start": 6281,
                                  "end": 6286,
                                  "loc": {
                                    "start": {
                                      "line": 172,
                                      "column": 53
                                    },
                                    "end": {
                                      "line": 172,
                                      "column": 58
                                    }
                                  },
                                  "method": false,
                                  "shorthand": true,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 6281,
                                    "end": 6286,
                                    "loc": {
                                      "start": {
                                        "line": 172,
                                        "column": 53
                                      },
                                      "end": {
                                        "line": 172,
                                        "column": 58
                                      },
                                      "identifierName": "field"
                                    },
                                    "name": "field"
                                  },
                                  "value": {
                                    "type": "Identifier",
                                    "start": 6281,
                                    "end": 6286,
                                    "loc": {
                                      "start": {
                                        "line": 172,
                                        "column": 53
                                      },
                                      "end": {
                                        "line": 172,
                                        "column": 58
                                      },
                                      "identifierName": "field"
                                    },
                                    "name": "field"
                                  },
                                  "extra": {
                                    "shorthand": true
                                  }
                                },
                                {
                                  "type": "ObjectProperty",
                                  "start": 6288,
                                  "end": 6315,
                                  "loc": {
                                    "start": {
                                      "line": 172,
                                      "column": 60
                                    },
                                    "end": {
                                      "line": 172,
                                      "column": 87
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 6288,
                                    "end": 6301,
                                    "loc": {
                                      "start": {
                                        "line": 172,
                                        "column": 60
                                      },
                                      "end": {
                                        "line": 172,
                                        "column": 73
                                      },
                                      "identifierName": "bid_entity_id"
                                    },
                                    "name": "bid_entity_id"
                                  },
                                  "value": {
                                    "type": "MemberExpression",
                                    "start": 6303,
                                    "end": 6315,
                                    "loc": {
                                      "start": {
                                        "line": 172,
                                        "column": 75
                                      },
                                      "end": {
                                        "line": 172,
                                        "column": 87
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 6303,
                                      "end": 6312,
                                      "loc": {
                                        "start": {
                                          "line": 172,
                                          "column": 75
                                        },
                                        "end": {
                                          "line": 172,
                                          "column": 84
                                        },
                                        "identifierName": "bidEntity"
                                      },
                                      "name": "bidEntity"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 6313,
                                      "end": 6315,
                                      "loc": {
                                        "start": {
                                          "line": 172,
                                          "column": 85
                                        },
                                        "end": {
                                          "line": 172,
                                          "column": 87
                                        },
                                        "identifierName": "id"
                                      },
                                      "name": "id"
                                    },
                                    "computed": false
                                  }
                                }
                              ]
                            }
                          ]
                        },
                        "alternate": {
                          "type": "NullLiteral",
                          "start": 6327,
                          "end": 6331,
                          "loc": {
                            "start": {
                              "line": 173,
                              "column": 8
                            },
                            "end": {
                              "line": 173,
                              "column": 12
                            }
                          }
                        }
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Evaluates a prediction model dependency. Returns null if it cannot be evaluated.\n   *\n   * @param {object} modelDependency A prediction model dependency\n   * @param {string} modelDependency.type The type of dependency. Either 'field' or 'metric'\n   * @param {number} modelDependency.definition_id The definition id of the dependency\n   * @param {string} modelDependency.field The dependencies value field. Typically 'value'\n   * @param {boolean} isBaseModel Whether or not this is the base model for the line item.\n   *            If it is, the value should be given even if the dependency is not fully defined.\n   * @return {number|null} The evaluated value of the dependency\n   ",
                    "start": 5266,
                    "end": 5957,
                    "loc": {
                      "start": {
                        "line": 157,
                        "column": 2
                      },
                      "end": {
                        "line": 167,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Get the dependency used by the prediction model\n   *\n   * @param {string} type\n   * @param {number} definitionId\n   * @return {object|undefined} bid entity\n   ",
                    "start": 6340,
                    "end": 6510,
                    "loc": {
                      "start": {
                        "line": 176,
                        "column": 2
                      },
                      "end": {
                        "line": 182,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 6513,
                "end": 6944,
                "loc": {
                  "start": {
                    "line": 183,
                    "column": 2
                  },
                  "end": {
                    "line": 195,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 6513,
                  "end": 6532,
                  "loc": {
                    "start": {
                      "line": 183,
                      "column": 2
                    },
                    "end": {
                      "line": 183,
                      "column": 21
                    },
                    "identifierName": "_getModelDependency"
                  },
                  "name": "_getModelDependency",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 6533,
                    "end": 6537,
                    "loc": {
                      "start": {
                        "line": 183,
                        "column": 22
                      },
                      "end": {
                        "line": 183,
                        "column": 26
                      },
                      "identifierName": "type"
                    },
                    "name": "type"
                  },
                  {
                    "type": "Identifier",
                    "start": 6539,
                    "end": 6551,
                    "loc": {
                      "start": {
                        "line": 183,
                        "column": 28
                      },
                      "end": {
                        "line": 183,
                        "column": 40
                      },
                      "identifierName": "definitionId"
                    },
                    "name": "definitionId"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 6553,
                  "end": 6944,
                  "loc": {
                    "start": {
                      "line": 183,
                      "column": 42
                    },
                    "end": {
                      "line": 195,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 6559,
                      "end": 6636,
                      "loc": {
                        "start": {
                          "line": 184,
                          "column": 4
                        },
                        "end": {
                          "line": 184,
                          "column": 81
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 6565,
                          "end": 6635,
                          "loc": {
                            "start": {
                              "line": 184,
                              "column": 10
                            },
                            "end": {
                              "line": 184,
                              "column": 80
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 6565,
                            "end": 6573,
                            "loc": {
                              "start": {
                                "line": 184,
                                "column": 10
                              },
                              "end": {
                                "line": 184,
                                "column": 18
                              },
                              "identifierName": "entities"
                            },
                            "name": "entities"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 6576,
                            "end": 6635,
                            "loc": {
                              "start": {
                                "line": 184,
                                "column": 21
                              },
                              "end": {
                                "line": 184,
                                "column": 80
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 6576,
                              "end": 6615,
                              "loc": {
                                "start": {
                                  "line": 184,
                                  "column": 21
                                },
                                "end": {
                                  "line": 184,
                                  "column": 60
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 6576,
                                "end": 6593,
                                "loc": {
                                  "start": {
                                    "line": 184,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 184,
                                    "column": 38
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 6576,
                                  "end": 6584,
                                  "loc": {
                                    "start": {
                                      "line": 184,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 184,
                                      "column": 29
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 6576,
                                    "end": 6580,
                                    "loc": {
                                      "start": {
                                        "line": 184,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 184,
                                        "column": 25
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 6581,
                                    "end": 6584,
                                    "loc": {
                                      "start": {
                                        "line": 184,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 184,
                                        "column": 29
                                      },
                                      "identifierName": "bid"
                                    },
                                    "name": "bid"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 6585,
                                  "end": 6593,
                                  "loc": {
                                    "start": {
                                      "line": 184,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 184,
                                      "column": 38
                                    },
                                    "identifierName": "entities"
                                  },
                                  "name": "entities"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6594,
                                "end": 6615,
                                "loc": {
                                  "start": {
                                    "line": 184,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 184,
                                    "column": 60
                                  },
                                  "identifierName": "getBidEntitiesByDefId"
                                },
                                "name": "getBidEntitiesByDefId"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 6616,
                                "end": 6620,
                                "loc": {
                                  "start": {
                                    "line": 184,
                                    "column": 61
                                  },
                                  "end": {
                                    "line": 184,
                                    "column": 65
                                  },
                                  "identifierName": "type"
                                },
                                "name": "type"
                              },
                              {
                                "type": "Identifier",
                                "start": 6622,
                                "end": 6634,
                                "loc": {
                                  "start": {
                                    "line": 184,
                                    "column": 67
                                  },
                                  "end": {
                                    "line": 184,
                                    "column": 79
                                  },
                                  "identifierName": "definitionId"
                                },
                                "name": "definitionId"
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "IfStatement",
                      "start": 6641,
                      "end": 6940,
                      "loc": {
                        "start": {
                          "line": 185,
                          "column": 4
                        },
                        "end": {
                          "line": 194,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "Identifier",
                        "start": 6645,
                        "end": 6653,
                        "loc": {
                          "start": {
                            "line": 185,
                            "column": 8
                          },
                          "end": {
                            "line": 185,
                            "column": 16
                          },
                          "identifierName": "entities"
                        },
                        "name": "entities"
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 6655,
                        "end": 6908,
                        "loc": {
                          "start": {
                            "line": 185,
                            "column": 18
                          },
                          "end": {
                            "line": 192,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ReturnStatement",
                            "start": 6663,
                            "end": 6902,
                            "loc": {
                              "start": {
                                "line": 186,
                                "column": 6
                              },
                              "end": {
                                "line": 191,
                                "column": 22
                              }
                            },
                            "argument": {
                              "type": "ConditionalExpression",
                              "start": 6670,
                              "end": 6901,
                              "loc": {
                                "start": {
                                  "line": 186,
                                  "column": 13
                                },
                                "end": {
                                  "line": 191,
                                  "column": 21
                                }
                              },
                              "test": {
                                "type": "MemberExpression",
                                "start": 6670,
                                "end": 6713,
                                "loc": {
                                  "start": {
                                    "line": 186,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 186,
                                    "column": 56
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 6670,
                                  "end": 6687,
                                  "loc": {
                                    "start": {
                                      "line": 186,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 186,
                                      "column": 30
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 6670,
                                    "end": 6674,
                                    "loc": {
                                      "start": {
                                        "line": 186,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 186,
                                        "column": 17
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 6675,
                                    "end": 6687,
                                    "loc": {
                                      "start": {
                                        "line": 186,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 186,
                                        "column": 30
                                      },
                                      "identifierName": "_canUsePatch"
                                    },
                                    "name": "_canUsePatch"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 6688,
                                  "end": 6713,
                                  "loc": {
                                    "start": {
                                      "line": 186,
                                      "column": 31
                                    },
                                    "end": {
                                      "line": 186,
                                      "column": 56
                                    },
                                    "identifierName": "dependencyAssemblyContext"
                                  },
                                  "name": "dependencyAssemblyContext"
                                },
                                "computed": false
                              },
                              "consequent": {
                                "type": "CallExpression",
                                "start": 6724,
                                "end": 6879,
                                "loc": {
                                  "start": {
                                    "line": 187,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 190,
                                    "column": 11
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 6724,
                                  "end": 6737,
                                  "loc": {
                                    "start": {
                                      "line": 187,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 187,
                                      "column": 23
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 6724,
                                    "end": 6732,
                                    "loc": {
                                      "start": {
                                        "line": 187,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 187,
                                        "column": 18
                                      },
                                      "identifierName": "entities"
                                    },
                                    "name": "entities"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 6733,
                                    "end": 6737,
                                    "loc": {
                                      "start": {
                                        "line": 187,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 187,
                                        "column": 23
                                      },
                                      "identifierName": "find"
                                    },
                                    "name": "find"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "ArrowFunctionExpression",
                                    "start": 6751,
                                    "end": 6867,
                                    "loc": {
                                      "start": {
                                        "line": 188,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 189,
                                        "column": 106
                                      }
                                    },
                                    "id": null,
                                    "generator": false,
                                    "expression": true,
                                    "async": false,
                                    "params": [
                                      {
                                        "type": "Identifier",
                                        "start": 6751,
                                        "end": 6757,
                                        "loc": {
                                          "start": {
                                            "line": 188,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 188,
                                            "column": 18
                                          },
                                          "identifierName": "entity"
                                        },
                                        "name": "entity"
                                      }
                                    ],
                                    "body": {
                                      "type": "LogicalExpression",
                                      "start": 6775,
                                      "end": 6867,
                                      "loc": {
                                        "start": {
                                          "line": 189,
                                          "column": 14
                                        },
                                        "end": {
                                          "line": 189,
                                          "column": 106
                                        }
                                      },
                                      "left": {
                                        "type": "UnaryExpression",
                                        "start": 6775,
                                        "end": 6801,
                                        "loc": {
                                          "start": {
                                            "line": 189,
                                            "column": 14
                                          },
                                          "end": {
                                            "line": 189,
                                            "column": 40
                                          }
                                        },
                                        "operator": "!",
                                        "prefix": true,
                                        "argument": {
                                          "type": "MemberExpression",
                                          "start": 6776,
                                          "end": 6801,
                                          "loc": {
                                            "start": {
                                              "line": 189,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 189,
                                              "column": 40
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 6776,
                                            "end": 6789,
                                            "loc": {
                                              "start": {
                                                "line": 189,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 189,
                                                "column": 28
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 6776,
                                              "end": 6782,
                                              "loc": {
                                                "start": {
                                                  "line": 189,
                                                  "column": 15
                                                },
                                                "end": {
                                                  "line": 189,
                                                  "column": 21
                                                },
                                                "identifierName": "entity"
                                              },
                                              "name": "entity"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 6783,
                                              "end": 6789,
                                              "loc": {
                                                "start": {
                                                  "line": 189,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 189,
                                                  "column": 28
                                                },
                                                "identifierName": "config"
                                              },
                                              "name": "config"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 6790,
                                            "end": 6801,
                                            "loc": {
                                              "start": {
                                                "line": 189,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 189,
                                                "column": 40
                                              },
                                              "identifierName": "assembly_id"
                                            },
                                            "name": "assembly_id"
                                          },
                                          "computed": false
                                        },
                                        "extra": {
                                          "parenthesizedArgument": false
                                        }
                                      },
                                      "operator": "||",
                                      "right": {
                                        "type": "BinaryExpression",
                                        "start": 6805,
                                        "end": 6867,
                                        "loc": {
                                          "start": {
                                            "line": 189,
                                            "column": 44
                                          },
                                          "end": {
                                            "line": 189,
                                            "column": 106
                                          }
                                        },
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 6805,
                                          "end": 6830,
                                          "loc": {
                                            "start": {
                                              "line": 189,
                                              "column": 44
                                            },
                                            "end": {
                                              "line": 189,
                                              "column": 69
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 6805,
                                            "end": 6818,
                                            "loc": {
                                              "start": {
                                                "line": 189,
                                                "column": 44
                                              },
                                              "end": {
                                                "line": 189,
                                                "column": 57
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 6805,
                                              "end": 6811,
                                              "loc": {
                                                "start": {
                                                  "line": 189,
                                                  "column": 44
                                                },
                                                "end": {
                                                  "line": 189,
                                                  "column": 50
                                                },
                                                "identifierName": "entity"
                                              },
                                              "name": "entity"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 6812,
                                              "end": 6818,
                                              "loc": {
                                                "start": {
                                                  "line": 189,
                                                  "column": 51
                                                },
                                                "end": {
                                                  "line": 189,
                                                  "column": 57
                                                },
                                                "identifierName": "config"
                                              },
                                              "name": "config"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 6819,
                                            "end": 6830,
                                            "loc": {
                                              "start": {
                                                "line": 189,
                                                "column": 58
                                              },
                                              "end": {
                                                "line": 189,
                                                "column": 69
                                              },
                                              "identifierName": "assembly_id"
                                            },
                                            "name": "assembly_id"
                                          },
                                          "computed": false
                                        },
                                        "operator": "===",
                                        "right": {
                                          "type": "MemberExpression",
                                          "start": 6835,
                                          "end": 6867,
                                          "loc": {
                                            "start": {
                                              "line": 189,
                                              "column": 74
                                            },
                                            "end": {
                                              "line": 189,
                                              "column": 106
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 6835,
                                            "end": 6855,
                                            "loc": {
                                              "start": {
                                                "line": 189,
                                                "column": 74
                                              },
                                              "end": {
                                                "line": 189,
                                                "column": 94
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 6835,
                                              "end": 6848,
                                              "loc": {
                                                "start": {
                                                  "line": 189,
                                                  "column": 74
                                                },
                                                "end": {
                                                  "line": 189,
                                                  "column": 87
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 6835,
                                                "end": 6839,
                                                "loc": {
                                                  "start": {
                                                    "line": 189,
                                                    "column": 74
                                                  },
                                                  "end": {
                                                    "line": 189,
                                                    "column": 78
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 6840,
                                                "end": 6848,
                                                "loc": {
                                                  "start": {
                                                    "line": 189,
                                                    "column": 79
                                                  },
                                                  "end": {
                                                    "line": 189,
                                                    "column": 87
                                                  },
                                                  "identifierName": "lineItem"
                                                },
                                                "name": "lineItem"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 6849,
                                              "end": 6855,
                                              "loc": {
                                                "start": {
                                                  "line": 189,
                                                  "column": 88
                                                },
                                                "end": {
                                                  "line": 189,
                                                  "column": 94
                                                },
                                                "identifierName": "config"
                                              },
                                              "name": "config"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 6856,
                                            "end": 6867,
                                            "loc": {
                                              "start": {
                                                "line": 189,
                                                "column": 95
                                              },
                                              "end": {
                                                "line": 189,
                                                "column": 106
                                              },
                                              "identifierName": "assembly_id"
                                            },
                                            "name": "assembly_id"
                                          },
                                          "computed": false
                                        }
                                      }
                                    }
                                  }
                                ]
                              },
                              "alternate": {
                                "type": "MemberExpression",
                                "start": 6890,
                                "end": 6901,
                                "loc": {
                                  "start": {
                                    "line": 191,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 191,
                                    "column": 21
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 6890,
                                  "end": 6898,
                                  "loc": {
                                    "start": {
                                      "line": 191,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 191,
                                      "column": 18
                                    },
                                    "identifierName": "entities"
                                  },
                                  "name": "entities"
                                },
                                "property": {
                                  "type": "NumericLiteral",
                                  "start": 6899,
                                  "end": 6900,
                                  "loc": {
                                    "start": {
                                      "line": 191,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 191,
                                      "column": 20
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 0,
                                    "raw": "0"
                                  },
                                  "value": 0
                                },
                                "computed": true
                              }
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": {
                        "type": "BlockStatement",
                        "start": 6914,
                        "end": 6940,
                        "loc": {
                          "start": {
                            "line": 192,
                            "column": 11
                          },
                          "end": {
                            "line": 194,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ReturnStatement",
                            "start": 6922,
                            "end": 6934,
                            "loc": {
                              "start": {
                                "line": 193,
                                "column": 6
                              },
                              "end": {
                                "line": 193,
                                "column": 18
                              }
                            },
                            "argument": {
                              "type": "NullLiteral",
                              "start": 6929,
                              "end": 6933,
                              "loc": {
                                "start": {
                                  "line": 193,
                                  "column": 13
                                },
                                "end": {
                                  "line": 193,
                                  "column": 17
                                }
                              }
                            }
                          }
                        ],
                        "directives": []
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Get the dependency used by the prediction model\n   *\n   * @param {string} type\n   * @param {number} definitionId\n   * @return {object|undefined} bid entity\n   ",
                    "start": 6340,
                    "end": 6510,
                    "loc": {
                      "start": {
                        "line": 176,
                        "column": 2
                      },
                      "end": {
                        "line": 182,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Determine if the entity should be used to evaluate a prediction model.\n   * Because of the need to maintain the integrity of old estimates,\n   *  a date check is used here to ensure only prediction models generated\n   *  after the fix date get the fix\n   *\n   * @param {object} entity\n   * @param {?object} field\n   * @return {boolean}\n   ",
                    "start": 6948,
                    "end": 7298,
                    "loc": {
                      "start": {
                        "line": 197,
                        "column": 2
                      },
                      "end": {
                        "line": 206,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 7301,
                "end": 7453,
                "loc": {
                  "start": {
                    "line": 207,
                    "column": 2
                  },
                  "end": {
                    "line": 210,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 7301,
                  "end": 7318,
                  "loc": {
                    "start": {
                      "line": 207,
                      "column": 2
                    },
                    "end": {
                      "line": 207,
                      "column": 19
                    },
                    "identifierName": "_canUseDependency"
                  },
                  "name": "_canUseDependency",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 7319,
                    "end": 7325,
                    "loc": {
                      "start": {
                        "line": 207,
                        "column": 20
                      },
                      "end": {
                        "line": 207,
                        "column": 26
                      },
                      "identifierName": "entity"
                    },
                    "name": "entity"
                  },
                  {
                    "type": "AssignmentPattern",
                    "start": 7327,
                    "end": 7339,
                    "loc": {
                      "start": {
                        "line": 207,
                        "column": 28
                      },
                      "end": {
                        "line": 207,
                        "column": 40
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 7327,
                      "end": 7332,
                      "loc": {
                        "start": {
                          "line": 207,
                          "column": 28
                        },
                        "end": {
                          "line": 207,
                          "column": 33
                        },
                        "identifierName": "field"
                      },
                      "name": "field"
                    },
                    "right": {
                      "type": "NullLiteral",
                      "start": 7335,
                      "end": 7339,
                      "loc": {
                        "start": {
                          "line": 207,
                          "column": 36
                        },
                        "end": {
                          "line": 207,
                          "column": 40
                        }
                      }
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 7341,
                  "end": 7453,
                  "loc": {
                    "start": {
                      "line": 207,
                      "column": 42
                    },
                    "end": {
                      "line": 210,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 7347,
                      "end": 7404,
                      "loc": {
                        "start": {
                          "line": 208,
                          "column": 4
                        },
                        "end": {
                          "line": 208,
                          "column": 61
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 7351,
                        "end": 7390,
                        "loc": {
                          "start": {
                            "line": 208,
                            "column": 8
                          },
                          "end": {
                            "line": 208,
                            "column": 47
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "MemberExpression",
                          "start": 7352,
                          "end": 7390,
                          "loc": {
                            "start": {
                              "line": 208,
                              "column": 9
                            },
                            "end": {
                              "line": 208,
                              "column": 47
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 7352,
                            "end": 7369,
                            "loc": {
                              "start": {
                                "line": 208,
                                "column": 9
                              },
                              "end": {
                                "line": 208,
                                "column": 26
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 7352,
                              "end": 7356,
                              "loc": {
                                "start": {
                                  "line": 208,
                                  "column": 9
                                },
                                "end": {
                                  "line": 208,
                                  "column": 13
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 7357,
                              "end": 7369,
                              "loc": {
                                "start": {
                                  "line": 208,
                                  "column": 14
                                },
                                "end": {
                                  "line": 208,
                                  "column": 26
                                },
                                "identifierName": "_canUsePatch"
                              },
                              "name": "_canUsePatch"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7370,
                            "end": 7390,
                            "loc": {
                              "start": {
                                "line": 208,
                                "column": 27
                              },
                              "end": {
                                "line": 208,
                                "column": 47
                              },
                              "identifierName": "ignoreNullDependency"
                            },
                            "name": "ignoreNullDependency"
                          },
                          "computed": false
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      },
                      "consequent": {
                        "type": "ReturnStatement",
                        "start": 7392,
                        "end": 7404,
                        "loc": {
                          "start": {
                            "line": 208,
                            "column": 49
                          },
                          "end": {
                            "line": 208,
                            "column": 61
                          }
                        },
                        "argument": {
                          "type": "BooleanLiteral",
                          "start": 7399,
                          "end": 7403,
                          "loc": {
                            "start": {
                              "line": 208,
                              "column": 56
                            },
                            "end": {
                              "line": 208,
                              "column": 60
                            }
                          },
                          "value": true
                        }
                      },
                      "alternate": null
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 7409,
                      "end": 7449,
                      "loc": {
                        "start": {
                          "line": 209,
                          "column": 4
                        },
                        "end": {
                          "line": 209,
                          "column": 44
                        }
                      },
                      "argument": {
                        "type": "UnaryExpression",
                        "start": 7416,
                        "end": 7448,
                        "loc": {
                          "start": {
                            "line": 209,
                            "column": 11
                          },
                          "end": {
                            "line": 209,
                            "column": 43
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "CallExpression",
                          "start": 7417,
                          "end": 7448,
                          "loc": {
                            "start": {
                              "line": 209,
                              "column": 12
                            },
                            "end": {
                              "line": 209,
                              "column": 43
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 7417,
                            "end": 7441,
                            "loc": {
                              "start": {
                                "line": 209,
                                "column": 12
                              },
                              "end": {
                                "line": 209,
                                "column": 36
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 7417,
                              "end": 7423,
                              "loc": {
                                "start": {
                                  "line": 209,
                                  "column": 12
                                },
                                "end": {
                                  "line": 209,
                                  "column": 18
                                },
                                "identifierName": "entity"
                              },
                              "name": "entity"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 7424,
                              "end": 7441,
                              "loc": {
                                "start": {
                                  "line": 209,
                                  "column": 19
                                },
                                "end": {
                                  "line": 209,
                                  "column": 36
                                },
                                "identifierName": "hasNullDependency"
                              },
                              "name": "hasNullDependency"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 7442,
                              "end": 7447,
                              "loc": {
                                "start": {
                                  "line": 209,
                                  "column": 37
                                },
                                "end": {
                                  "line": 209,
                                  "column": 42
                                },
                                "identifierName": "field"
                              },
                              "name": "field"
                            }
                          ]
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Determine if the entity should be used to evaluate a prediction model.\n   * Because of the need to maintain the integrity of old estimates,\n   *  a date check is used here to ensure only prediction models generated\n   *  after the fix date get the fix\n   *\n   * @param {object} entity\n   * @param {?object} field\n   * @return {boolean}\n   ",
                    "start": 6948,
                    "end": 7298,
                    "loc": {
                      "start": {
                        "line": 197,
                        "column": 2
                      },
                      "end": {
                        "line": 206,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Determines whether the given value is within the given range (including a 15% factor)\n   * Range is defined as the lowest and highest values in the dataset for the given model\n   *\n   * @param {number[]} bounds the upper and lower bounds\n   * @param {number} value the value to be evaluated\n   * @return {boolean} Whether or not the value is in bounds\n   ",
                    "start": 7457,
                    "end": 7823,
                    "loc": {
                      "start": {
                        "line": 212,
                        "column": 2
                      },
                      "end": {
                        "line": 219,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 7826,
                "end": 8068,
                "loc": {
                  "start": {
                    "line": 220,
                    "column": 2
                  },
                  "end": {
                    "line": 227,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 7826,
                  "end": 7837,
                  "loc": {
                    "start": {
                      "line": 220,
                      "column": 2
                    },
                    "end": {
                      "line": 220,
                      "column": 13
                    },
                    "identifierName": "_isInBounds"
                  },
                  "name": "_isInBounds",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 7838,
                    "end": 7844,
                    "loc": {
                      "start": {
                        "line": 220,
                        "column": 14
                      },
                      "end": {
                        "line": 220,
                        "column": 20
                      },
                      "identifierName": "bounds"
                    },
                    "name": "bounds"
                  },
                  {
                    "type": "Identifier",
                    "start": 7846,
                    "end": 7851,
                    "loc": {
                      "start": {
                        "line": 220,
                        "column": 22
                      },
                      "end": {
                        "line": 220,
                        "column": 27
                      },
                      "identifierName": "value"
                    },
                    "name": "value"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 7853,
                  "end": 8068,
                  "loc": {
                    "start": {
                      "line": 220,
                      "column": 29
                    },
                    "end": {
                      "line": 227,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 7859,
                      "end": 7950,
                      "loc": {
                        "start": {
                          "line": 221,
                          "column": 4
                        },
                        "end": {
                          "line": 224,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 7863,
                        "end": 7870,
                        "loc": {
                          "start": {
                            "line": 221,
                            "column": 8
                          },
                          "end": {
                            "line": 221,
                            "column": 15
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "Identifier",
                          "start": 7864,
                          "end": 7870,
                          "loc": {
                            "start": {
                              "line": 221,
                              "column": 9
                            },
                            "end": {
                              "line": 221,
                              "column": 15
                            },
                            "identifierName": "bounds"
                          },
                          "name": "bounds"
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 7872,
                        "end": 7950,
                        "loc": {
                          "start": {
                            "line": 221,
                            "column": 17
                          },
                          "end": {
                            "line": 224,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ReturnStatement",
                            "start": 7932,
                            "end": 7944,
                            "loc": {
                              "start": {
                                "line": 223,
                                "column": 6
                              },
                              "end": {
                                "line": 223,
                                "column": 18
                              }
                            },
                            "argument": {
                              "type": "BooleanLiteral",
                              "start": 7939,
                              "end": 7943,
                              "loc": {
                                "start": {
                                  "line": 223,
                                  "column": 13
                                },
                                "end": {
                                  "line": 223,
                                  "column": 17
                                }
                              },
                              "value": true,
                              "leadingComments": null
                            },
                            "leadingComments": [
                              {
                                "type": "CommentLine",
                                "value": " the base_model can have no bounds for y=0a",
                                "start": 7880,
                                "end": 7925,
                                "loc": {
                                  "start": {
                                    "line": 222,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 222,
                                    "column": 51
                                  }
                                }
                              }
                            ]
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 7955,
                      "end": 7995,
                      "loc": {
                        "start": {
                          "line": 225,
                          "column": 4
                        },
                        "end": {
                          "line": 225,
                          "column": 44
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 7961,
                          "end": 7994,
                          "loc": {
                            "start": {
                              "line": 225,
                              "column": 10
                            },
                            "end": {
                              "line": 225,
                              "column": 43
                            }
                          },
                          "id": {
                            "type": "ArrayPattern",
                            "start": 7961,
                            "end": 7985,
                            "loc": {
                              "start": {
                                "line": 225,
                                "column": 10
                              },
                              "end": {
                                "line": 225,
                                "column": 34
                              }
                            },
                            "elements": [
                              {
                                "type": "Identifier",
                                "start": 7962,
                                "end": 7972,
                                "loc": {
                                  "start": {
                                    "line": 225,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 225,
                                    "column": 21
                                  },
                                  "identifierName": "lowerBound"
                                },
                                "name": "lowerBound"
                              },
                              {
                                "type": "Identifier",
                                "start": 7974,
                                "end": 7984,
                                "loc": {
                                  "start": {
                                    "line": 225,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 225,
                                    "column": 33
                                  },
                                  "identifierName": "upperBound"
                                },
                                "name": "upperBound"
                              }
                            ]
                          },
                          "init": {
                            "type": "Identifier",
                            "start": 7988,
                            "end": 7994,
                            "loc": {
                              "start": {
                                "line": 225,
                                "column": 37
                              },
                              "end": {
                                "line": 225,
                                "column": 43
                              },
                              "identifierName": "bounds"
                            },
                            "name": "bounds"
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 8000,
                      "end": 8064,
                      "loc": {
                        "start": {
                          "line": 226,
                          "column": 4
                        },
                        "end": {
                          "line": 226,
                          "column": 68
                        }
                      },
                      "argument": {
                        "type": "LogicalExpression",
                        "start": 8007,
                        "end": 8063,
                        "loc": {
                          "start": {
                            "line": 226,
                            "column": 11
                          },
                          "end": {
                            "line": 226,
                            "column": 67
                          }
                        },
                        "left": {
                          "type": "BinaryExpression",
                          "start": 8007,
                          "end": 8033,
                          "loc": {
                            "start": {
                              "line": 226,
                              "column": 11
                            },
                            "end": {
                              "line": 226,
                              "column": 37
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 8007,
                            "end": 8012,
                            "loc": {
                              "start": {
                                "line": 226,
                                "column": 11
                              },
                              "end": {
                                "line": 226,
                                "column": 16
                              },
                              "identifierName": "value"
                            },
                            "name": "value"
                          },
                          "operator": ">=",
                          "right": {
                            "type": "BinaryExpression",
                            "start": 8016,
                            "end": 8033,
                            "loc": {
                              "start": {
                                "line": 226,
                                "column": 20
                              },
                              "end": {
                                "line": 226,
                                "column": 37
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 8016,
                              "end": 8026,
                              "loc": {
                                "start": {
                                  "line": 226,
                                  "column": 20
                                },
                                "end": {
                                  "line": 226,
                                  "column": 30
                                },
                                "identifierName": "lowerBound"
                              },
                              "name": "lowerBound"
                            },
                            "operator": "*",
                            "right": {
                              "type": "NumericLiteral",
                              "start": 8029,
                              "end": 8033,
                              "loc": {
                                "start": {
                                  "line": 226,
                                  "column": 33
                                },
                                "end": {
                                  "line": 226,
                                  "column": 37
                                }
                              },
                              "extra": {
                                "rawValue": 0.85,
                                "raw": "0.85"
                              },
                              "value": 0.85
                            }
                          }
                        },
                        "operator": "&&",
                        "right": {
                          "type": "BinaryExpression",
                          "start": 8037,
                          "end": 8063,
                          "loc": {
                            "start": {
                              "line": 226,
                              "column": 41
                            },
                            "end": {
                              "line": 226,
                              "column": 67
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 8037,
                            "end": 8042,
                            "loc": {
                              "start": {
                                "line": 226,
                                "column": 41
                              },
                              "end": {
                                "line": 226,
                                "column": 46
                              },
                              "identifierName": "value"
                            },
                            "name": "value"
                          },
                          "operator": "<=",
                          "right": {
                            "type": "BinaryExpression",
                            "start": 8046,
                            "end": 8063,
                            "loc": {
                              "start": {
                                "line": 226,
                                "column": 50
                              },
                              "end": {
                                "line": 226,
                                "column": 67
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 8046,
                              "end": 8056,
                              "loc": {
                                "start": {
                                  "line": 226,
                                  "column": 50
                                },
                                "end": {
                                  "line": 226,
                                  "column": 60
                                },
                                "identifierName": "upperBound"
                              },
                              "name": "upperBound"
                            },
                            "operator": "*",
                            "right": {
                              "type": "NumericLiteral",
                              "start": 8059,
                              "end": 8063,
                              "loc": {
                                "start": {
                                  "line": 226,
                                  "column": 63
                                },
                                "end": {
                                  "line": 226,
                                  "column": 67
                                }
                              },
                              "extra": {
                                "rawValue": 1.15,
                                "raw": "1.15"
                              },
                              "value": 1.15
                            }
                          }
                        }
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Determines whether the given value is within the given range (including a 15% factor)\n   * Range is defined as the lowest and highest values in the dataset for the given model\n   *\n   * @param {number[]} bounds the upper and lower bounds\n   * @param {number} value the value to be evaluated\n   * @return {boolean} Whether or not the value is in bounds\n   ",
                    "start": 7457,
                    "end": 7823,
                    "loc": {
                      "start": {
                        "line": 212,
                        "column": 2
                      },
                      "end": {
                        "line": 219,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * @typedef {Object} EvaluatedModel\n   * @property {number|null} value\n   * @property {boolean} isInBounds\n   * @property {number} r2\n   ",
                    "start": 8072,
                    "end": 8217,
                    "loc": {
                      "start": {
                        "line": 229,
                        "column": 2
                      },
                      "end": {
                        "line": 234,
                        "column": 5
                      }
                    }
                  },
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Evaluates a single prediction model\n   *\n   * @param {object} model A prediction model to evaluate\n   * @return {EvaluatedModel} The result of evaluating the model\n   ",
                    "start": 8221,
                    "end": 8399,
                    "loc": {
                      "start": {
                        "line": 236,
                        "column": 2
                      },
                      "end": {
                        "line": 241,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 8402,
                "end": 12226,
                "loc": {
                  "start": {
                    "line": 242,
                    "column": 2
                  },
                  "end": {
                    "line": 324,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 8402,
                  "end": 8415,
                  "loc": {
                    "start": {
                      "line": 242,
                      "column": 2
                    },
                    "end": {
                      "line": 242,
                      "column": 15
                    },
                    "identifierName": "evaluateModel"
                  },
                  "name": "evaluateModel",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 8416,
                    "end": 8421,
                    "loc": {
                      "start": {
                        "line": 242,
                        "column": 16
                      },
                      "end": {
                        "line": 242,
                        "column": 21
                      },
                      "identifierName": "model"
                    },
                    "name": "model"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 8423,
                  "end": 12226,
                  "loc": {
                    "start": {
                      "line": 242,
                      "column": 23
                    },
                    "end": {
                      "line": 324,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 8429,
                      "end": 8528,
                      "loc": {
                        "start": {
                          "line": 243,
                          "column": 4
                        },
                        "end": {
                          "line": 243,
                          "column": 103
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 8435,
                          "end": 8527,
                          "loc": {
                            "start": {
                              "line": 243,
                              "column": 10
                            },
                            "end": {
                              "line": 243,
                              "column": 102
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 8435,
                            "end": 8451,
                            "loc": {
                              "start": {
                                "line": 243,
                                "column": 10
                              },
                              "end": {
                                "line": 243,
                                "column": 26
                              },
                              "identifierName": "dependencyValues"
                            },
                            "name": "dependencyValues"
                          },
                          "init": {
                            "type": "ObjectExpression",
                            "start": 8454,
                            "end": 8527,
                            "loc": {
                              "start": {
                                "line": 243,
                                "column": 29
                              },
                              "end": {
                                "line": 243,
                                "column": 102
                              }
                            },
                            "properties": [
                              {
                                "type": "ObjectProperty",
                                "start": 8456,
                                "end": 8525,
                                "loc": {
                                  "start": {
                                    "line": 243,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 243,
                                    "column": 100
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 8456,
                                  "end": 8457,
                                  "loc": {
                                    "start": {
                                      "line": 243,
                                      "column": 31
                                    },
                                    "end": {
                                      "line": 243,
                                      "column": 32
                                    },
                                    "identifierName": "a"
                                  },
                                  "name": "a"
                                },
                                "value": {
                                  "type": "CallExpression",
                                  "start": 8459,
                                  "end": 8525,
                                  "loc": {
                                    "start": {
                                      "line": 243,
                                      "column": 34
                                    },
                                    "end": {
                                      "line": 243,
                                      "column": 100
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 8459,
                                    "end": 8488,
                                    "loc": {
                                      "start": {
                                        "line": 243,
                                        "column": 34
                                      },
                                      "end": {
                                        "line": 243,
                                        "column": 63
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 8459,
                                      "end": 8463,
                                      "loc": {
                                        "start": {
                                          "line": 243,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 243,
                                          "column": 38
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 8464,
                                      "end": 8488,
                                      "loc": {
                                        "start": {
                                          "line": 243,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 243,
                                          "column": 63
                                        },
                                        "identifierName": "_getModelDependencyValue"
                                      },
                                      "name": "_getModelDependencyValue"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "MemberExpression",
                                      "start": 8489,
                                      "end": 8509,
                                      "loc": {
                                        "start": {
                                          "line": 243,
                                          "column": 64
                                        },
                                        "end": {
                                          "line": 243,
                                          "column": 84
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 8489,
                                        "end": 8507,
                                        "loc": {
                                          "start": {
                                            "line": 243,
                                            "column": 64
                                          },
                                          "end": {
                                            "line": 243,
                                            "column": 82
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 8489,
                                          "end": 8494,
                                          "loc": {
                                            "start": {
                                              "line": 243,
                                              "column": 64
                                            },
                                            "end": {
                                              "line": 243,
                                              "column": 69
                                            },
                                            "identifierName": "model"
                                          },
                                          "name": "model"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 8495,
                                          "end": 8507,
                                          "loc": {
                                            "start": {
                                              "line": 243,
                                              "column": 70
                                            },
                                            "end": {
                                              "line": 243,
                                              "column": 82
                                            },
                                            "identifierName": "dependencies"
                                          },
                                          "name": "dependencies"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 8508,
                                        "end": 8509,
                                        "loc": {
                                          "start": {
                                            "line": 243,
                                            "column": 83
                                          },
                                          "end": {
                                            "line": 243,
                                            "column": 84
                                          },
                                          "identifierName": "a"
                                        },
                                        "name": "a"
                                      },
                                      "computed": false
                                    },
                                    {
                                      "type": "MemberExpression",
                                      "start": 8511,
                                      "end": 8524,
                                      "loc": {
                                        "start": {
                                          "line": 243,
                                          "column": 86
                                        },
                                        "end": {
                                          "line": 243,
                                          "column": 99
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 8511,
                                        "end": 8516,
                                        "loc": {
                                          "start": {
                                            "line": 243,
                                            "column": 86
                                          },
                                          "end": {
                                            "line": 243,
                                            "column": 91
                                          },
                                          "identifierName": "model"
                                        },
                                        "name": "model"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 8517,
                                        "end": 8524,
                                        "loc": {
                                          "start": {
                                            "line": 243,
                                            "column": 92
                                          },
                                          "end": {
                                            "line": 243,
                                            "column": 99
                                          },
                                          "identifierName": "is_base"
                                        },
                                        "name": "is_base"
                                      },
                                      "computed": false
                                    }
                                  ]
                                }
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "IfStatement",
                      "start": 8533,
                      "end": 8661,
                      "loc": {
                        "start": {
                          "line": 244,
                          "column": 4
                        },
                        "end": {
                          "line": 246,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "MemberExpression",
                        "start": 8537,
                        "end": 8557,
                        "loc": {
                          "start": {
                            "line": 244,
                            "column": 8
                          },
                          "end": {
                            "line": 244,
                            "column": 28
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 8537,
                          "end": 8555,
                          "loc": {
                            "start": {
                              "line": 244,
                              "column": 8
                            },
                            "end": {
                              "line": 244,
                              "column": 26
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 8537,
                            "end": 8542,
                            "loc": {
                              "start": {
                                "line": 244,
                                "column": 8
                              },
                              "end": {
                                "line": 244,
                                "column": 13
                              },
                              "identifierName": "model"
                            },
                            "name": "model"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 8543,
                            "end": 8555,
                            "loc": {
                              "start": {
                                "line": 244,
                                "column": 14
                              },
                              "end": {
                                "line": 244,
                                "column": 26
                              },
                              "identifierName": "dependencies"
                            },
                            "name": "dependencies"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 8556,
                          "end": 8557,
                          "loc": {
                            "start": {
                              "line": 244,
                              "column": 27
                            },
                            "end": {
                              "line": 244,
                              "column": 28
                            },
                            "identifierName": "b"
                          },
                          "name": "b"
                        },
                        "computed": false
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 8559,
                        "end": 8661,
                        "loc": {
                          "start": {
                            "line": 244,
                            "column": 30
                          },
                          "end": {
                            "line": 246,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 8567,
                            "end": 8655,
                            "loc": {
                              "start": {
                                "line": 245,
                                "column": 6
                              },
                              "end": {
                                "line": 245,
                                "column": 94
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 8567,
                              "end": 8654,
                              "loc": {
                                "start": {
                                  "line": 245,
                                  "column": 6
                                },
                                "end": {
                                  "line": 245,
                                  "column": 93
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 8567,
                                "end": 8585,
                                "loc": {
                                  "start": {
                                    "line": 245,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 245,
                                    "column": 24
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 8567,
                                  "end": 8583,
                                  "loc": {
                                    "start": {
                                      "line": 245,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 245,
                                      "column": 22
                                    },
                                    "identifierName": "dependencyValues"
                                  },
                                  "name": "dependencyValues"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 8584,
                                  "end": 8585,
                                  "loc": {
                                    "start": {
                                      "line": 245,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 245,
                                      "column": 24
                                    },
                                    "identifierName": "b"
                                  },
                                  "name": "b"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "CallExpression",
                                "start": 8588,
                                "end": 8654,
                                "loc": {
                                  "start": {
                                    "line": 245,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 245,
                                    "column": 93
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 8588,
                                  "end": 8617,
                                  "loc": {
                                    "start": {
                                      "line": 245,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 245,
                                      "column": 56
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 8588,
                                    "end": 8592,
                                    "loc": {
                                      "start": {
                                        "line": 245,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 245,
                                        "column": 31
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 8593,
                                    "end": 8617,
                                    "loc": {
                                      "start": {
                                        "line": 245,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 245,
                                        "column": 56
                                      },
                                      "identifierName": "_getModelDependencyValue"
                                    },
                                    "name": "_getModelDependencyValue"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "MemberExpression",
                                    "start": 8618,
                                    "end": 8638,
                                    "loc": {
                                      "start": {
                                        "line": 245,
                                        "column": 57
                                      },
                                      "end": {
                                        "line": 245,
                                        "column": 77
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 8618,
                                      "end": 8636,
                                      "loc": {
                                        "start": {
                                          "line": 245,
                                          "column": 57
                                        },
                                        "end": {
                                          "line": 245,
                                          "column": 75
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 8618,
                                        "end": 8623,
                                        "loc": {
                                          "start": {
                                            "line": 245,
                                            "column": 57
                                          },
                                          "end": {
                                            "line": 245,
                                            "column": 62
                                          },
                                          "identifierName": "model"
                                        },
                                        "name": "model"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 8624,
                                        "end": 8636,
                                        "loc": {
                                          "start": {
                                            "line": 245,
                                            "column": 63
                                          },
                                          "end": {
                                            "line": 245,
                                            "column": 75
                                          },
                                          "identifierName": "dependencies"
                                        },
                                        "name": "dependencies"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 8637,
                                      "end": 8638,
                                      "loc": {
                                        "start": {
                                          "line": 245,
                                          "column": 76
                                        },
                                        "end": {
                                          "line": 245,
                                          "column": 77
                                        },
                                        "identifierName": "b"
                                      },
                                      "name": "b"
                                    },
                                    "computed": false
                                  },
                                  {
                                    "type": "MemberExpression",
                                    "start": 8640,
                                    "end": 8653,
                                    "loc": {
                                      "start": {
                                        "line": 245,
                                        "column": 79
                                      },
                                      "end": {
                                        "line": 245,
                                        "column": 92
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 8640,
                                      "end": 8645,
                                      "loc": {
                                        "start": {
                                          "line": 245,
                                          "column": 79
                                        },
                                        "end": {
                                          "line": 245,
                                          "column": 84
                                        },
                                        "identifierName": "model"
                                      },
                                      "name": "model"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 8646,
                                      "end": 8653,
                                      "loc": {
                                        "start": {
                                          "line": 245,
                                          "column": 85
                                        },
                                        "end": {
                                          "line": 245,
                                          "column": 92
                                        },
                                        "identifierName": "is_base"
                                      },
                                      "name": "is_base"
                                    },
                                    "computed": false
                                  }
                                ]
                              }
                            }
                          }
                        ],
                        "directives": [],
                        "trailingComments": null
                      },
                      "alternate": null,
                      "trailingComments": [
                        {
                          "type": "CommentLine",
                          "value": " get the z-factor for this prediction model for each calculation",
                          "start": 8667,
                          "end": 8733,
                          "loc": {
                            "start": {
                              "line": 248,
                              "column": 4
                            },
                            "end": {
                              "line": 248,
                              "column": 70
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 8738,
                      "end": 8772,
                      "loc": {
                        "start": {
                          "line": 249,
                          "column": 4
                        },
                        "end": {
                          "line": 249,
                          "column": 38
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 8738,
                        "end": 8771,
                        "loc": {
                          "start": {
                            "line": 249,
                            "column": 4
                          },
                          "end": {
                            "line": 249,
                            "column": 37
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 8738,
                          "end": 8756,
                          "loc": {
                            "start": {
                              "line": 249,
                              "column": 4
                            },
                            "end": {
                              "line": 249,
                              "column": 22
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 8738,
                            "end": 8754,
                            "loc": {
                              "start": {
                                "line": 249,
                                "column": 4
                              },
                              "end": {
                                "line": 249,
                                "column": 20
                              },
                              "identifierName": "dependencyValues"
                            },
                            "name": "dependencyValues",
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 8755,
                            "end": 8756,
                            "loc": {
                              "start": {
                                "line": 249,
                                "column": 21
                              },
                              "end": {
                                "line": 249,
                                "column": 22
                              },
                              "identifierName": "z"
                            },
                            "name": "z"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 8759,
                          "end": 8771,
                          "loc": {
                            "start": {
                              "line": 249,
                              "column": 25
                            },
                            "end": {
                              "line": 249,
                              "column": 37
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 8759,
                            "end": 8763,
                            "loc": {
                              "start": {
                                "line": 249,
                                "column": 25
                              },
                              "end": {
                                "line": 249,
                                "column": 29
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 8764,
                            "end": 8771,
                            "loc": {
                              "start": {
                                "line": 249,
                                "column": 30
                              },
                              "end": {
                                "line": 249,
                                "column": 37
                              },
                              "identifierName": "zFactor"
                            },
                            "name": "zFactor"
                          },
                          "computed": false
                        },
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": " get the z-factor for this prediction model for each calculation",
                          "start": 8667,
                          "end": 8733,
                          "loc": {
                            "start": {
                              "line": 248,
                              "column": 4
                            },
                            "end": {
                              "line": 248,
                              "column": 70
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 8777,
                      "end": 8867,
                      "loc": {
                        "start": {
                          "line": 250,
                          "column": 4
                        },
                        "end": {
                          "line": 250,
                          "column": 94
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 8781,
                          "end": 8867,
                          "loc": {
                            "start": {
                              "line": 250,
                              "column": 8
                            },
                            "end": {
                              "line": 250,
                              "column": 94
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 8781,
                            "end": 8807,
                            "loc": {
                              "start": {
                                "line": 250,
                                "column": 8
                              },
                              "end": {
                                "line": 250,
                                "column": 34
                              },
                              "identifierName": "hasDefinedDependencyValues"
                            },
                            "name": "hasDefinedDependencyValues"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 8810,
                            "end": 8867,
                            "loc": {
                              "start": {
                                "line": 250,
                                "column": 37
                              },
                              "end": {
                                "line": 250,
                                "column": 94
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 8810,
                              "end": 8847,
                              "loc": {
                                "start": {
                                  "line": 250,
                                  "column": 37
                                },
                                "end": {
                                  "line": 250,
                                  "column": 74
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 8810,
                                "end": 8841,
                                "loc": {
                                  "start": {
                                    "line": 250,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 250,
                                    "column": 68
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 8810,
                                  "end": 8823,
                                  "loc": {
                                    "start": {
                                      "line": 250,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 250,
                                      "column": 50
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 8810,
                                    "end": 8816,
                                    "loc": {
                                      "start": {
                                        "line": 250,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 250,
                                        "column": 43
                                      },
                                      "identifierName": "Object"
                                    },
                                    "name": "Object"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 8817,
                                    "end": 8823,
                                    "loc": {
                                      "start": {
                                        "line": 250,
                                        "column": 44
                                      },
                                      "end": {
                                        "line": 250,
                                        "column": 50
                                      },
                                      "identifierName": "values"
                                    },
                                    "name": "values"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 8824,
                                    "end": 8840,
                                    "loc": {
                                      "start": {
                                        "line": 250,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 250,
                                        "column": 67
                                      },
                                      "identifierName": "dependencyValues"
                                    },
                                    "name": "dependencyValues"
                                  }
                                ]
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 8842,
                                "end": 8847,
                                "loc": {
                                  "start": {
                                    "line": 250,
                                    "column": 69
                                  },
                                  "end": {
                                    "line": 250,
                                    "column": 74
                                  },
                                  "identifierName": "every"
                                },
                                "name": "every"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ArrowFunctionExpression",
                                "start": 8848,
                                "end": 8866,
                                "loc": {
                                  "start": {
                                    "line": 250,
                                    "column": 75
                                  },
                                  "end": {
                                    "line": 250,
                                    "column": 93
                                  }
                                },
                                "id": null,
                                "generator": false,
                                "expression": true,
                                "async": false,
                                "params": [
                                  {
                                    "type": "Identifier",
                                    "start": 8848,
                                    "end": 8851,
                                    "loc": {
                                      "start": {
                                        "line": 250,
                                        "column": 75
                                      },
                                      "end": {
                                        "line": 250,
                                        "column": 78
                                      },
                                      "identifierName": "val"
                                    },
                                    "name": "val"
                                  }
                                ],
                                "body": {
                                  "type": "UnaryExpression",
                                  "start": 8855,
                                  "end": 8866,
                                  "loc": {
                                    "start": {
                                      "line": 250,
                                      "column": 82
                                    },
                                    "end": {
                                      "line": 250,
                                      "column": 93
                                    }
                                  },
                                  "operator": "!",
                                  "prefix": true,
                                  "argument": {
                                    "type": "CallExpression",
                                    "start": 8856,
                                    "end": 8866,
                                    "loc": {
                                      "start": {
                                        "line": 250,
                                        "column": 83
                                      },
                                      "end": {
                                        "line": 250,
                                        "column": 93
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 8856,
                                      "end": 8861,
                                      "loc": {
                                        "start": {
                                          "line": 250,
                                          "column": 83
                                        },
                                        "end": {
                                          "line": 250,
                                          "column": 88
                                        },
                                        "identifierName": "isNil"
                                      },
                                      "name": "isNil"
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 8862,
                                        "end": 8865,
                                        "loc": {
                                          "start": {
                                            "line": 250,
                                            "column": 89
                                          },
                                          "end": {
                                            "line": 250,
                                            "column": 92
                                          },
                                          "identifierName": "val"
                                        },
                                        "name": "val"
                                      }
                                    ]
                                  },
                                  "extra": {
                                    "parenthesizedArgument": false
                                  }
                                }
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 8872,
                      "end": 8954,
                      "loc": {
                        "start": {
                          "line": 251,
                          "column": 4
                        },
                        "end": {
                          "line": 251,
                          "column": 86
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 8876,
                          "end": 8953,
                          "loc": {
                            "start": {
                              "line": 251,
                              "column": 8
                            },
                            "end": {
                              "line": 251,
                              "column": 85
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 8876,
                            "end": 8886,
                            "loc": {
                              "start": {
                                "line": 251,
                                "column": 8
                              },
                              "end": {
                                "line": 251,
                                "column": 18
                              },
                              "identifierName": "modelValue"
                            },
                            "name": "modelValue"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 8889,
                            "end": 8953,
                            "loc": {
                              "start": {
                                "line": 251,
                                "column": 21
                              },
                              "end": {
                                "line": 251,
                                "column": 85
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 8889,
                              "end": 8913,
                              "loc": {
                                "start": {
                                  "line": 251,
                                  "column": 21
                                },
                                "end": {
                                  "line": 251,
                                  "column": 45
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 8889,
                                "end": 8896,
                                "loc": {
                                  "start": {
                                    "line": 251,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 251,
                                    "column": 28
                                  },
                                  "identifierName": "Helpers"
                                },
                                "name": "Helpers"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 8897,
                                "end": 8913,
                                "loc": {
                                  "start": {
                                    "line": 251,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 251,
                                    "column": 45
                                  },
                                  "identifierName": "calculateFormula"
                                },
                                "name": "calculateFormula"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 8914,
                                "end": 8934,
                                "loc": {
                                  "start": {
                                    "line": 251,
                                    "column": 46
                                  },
                                  "end": {
                                    "line": 251,
                                    "column": 66
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 8914,
                                  "end": 8925,
                                  "loc": {
                                    "start": {
                                      "line": 251,
                                      "column": 46
                                    },
                                    "end": {
                                      "line": 251,
                                      "column": 57
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 8914,
                                    "end": 8919,
                                    "loc": {
                                      "start": {
                                        "line": 251,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 251,
                                        "column": 51
                                      },
                                      "identifierName": "model"
                                    },
                                    "name": "model"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 8920,
                                    "end": 8925,
                                    "loc": {
                                      "start": {
                                        "line": 251,
                                        "column": 52
                                      },
                                      "end": {
                                        "line": 251,
                                        "column": 57
                                      },
                                      "identifierName": "model"
                                    },
                                    "name": "model"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 8926,
                                  "end": 8934,
                                  "loc": {
                                    "start": {
                                      "line": 251,
                                      "column": 58
                                    },
                                    "end": {
                                      "line": 251,
                                      "column": 66
                                    },
                                    "identifierName": "equation"
                                  },
                                  "name": "equation"
                                },
                                "computed": false
                              },
                              {
                                "type": "Identifier",
                                "start": 8936,
                                "end": 8952,
                                "loc": {
                                  "start": {
                                    "line": 251,
                                    "column": 68
                                  },
                                  "end": {
                                    "line": 251,
                                    "column": 84
                                  },
                                  "identifierName": "dependencyValues"
                                },
                                "name": "dependencyValues"
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 8959,
                      "end": 9004,
                      "loc": {
                        "start": {
                          "line": 252,
                          "column": 4
                        },
                        "end": {
                          "line": 252,
                          "column": 49
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 8959,
                        "end": 9003,
                        "loc": {
                          "start": {
                            "line": 252,
                            "column": 4
                          },
                          "end": {
                            "line": 252,
                            "column": 48
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "Identifier",
                          "start": 8959,
                          "end": 8969,
                          "loc": {
                            "start": {
                              "line": 252,
                              "column": 4
                            },
                            "end": {
                              "line": 252,
                              "column": 14
                            },
                            "identifierName": "modelValue"
                          },
                          "name": "modelValue"
                        },
                        "right": {
                          "type": "ConditionalExpression",
                          "start": 8972,
                          "end": 9003,
                          "loc": {
                            "start": {
                              "line": 252,
                              "column": 17
                            },
                            "end": {
                              "line": 252,
                              "column": 48
                            }
                          },
                          "test": {
                            "type": "BinaryExpression",
                            "start": 8972,
                            "end": 8986,
                            "loc": {
                              "start": {
                                "line": 252,
                                "column": 17
                              },
                              "end": {
                                "line": 252,
                                "column": 31
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 8972,
                              "end": 8982,
                              "loc": {
                                "start": {
                                  "line": 252,
                                  "column": 17
                                },
                                "end": {
                                  "line": 252,
                                  "column": 27
                                },
                                "identifierName": "modelValue"
                              },
                              "name": "modelValue"
                            },
                            "operator": "<",
                            "right": {
                              "type": "NumericLiteral",
                              "start": 8985,
                              "end": 8986,
                              "loc": {
                                "start": {
                                  "line": 252,
                                  "column": 30
                                },
                                "end": {
                                  "line": 252,
                                  "column": 31
                                }
                              },
                              "extra": {
                                "rawValue": 0,
                                "raw": "0"
                              },
                              "value": 0
                            }
                          },
                          "consequent": {
                            "type": "NumericLiteral",
                            "start": 8989,
                            "end": 8990,
                            "loc": {
                              "start": {
                                "line": 252,
                                "column": 34
                              },
                              "end": {
                                "line": 252,
                                "column": 35
                              }
                            },
                            "extra": {
                              "rawValue": 0,
                              "raw": "0"
                            },
                            "value": 0
                          },
                          "alternate": {
                            "type": "Identifier",
                            "start": 8993,
                            "end": 9003,
                            "loc": {
                              "start": {
                                "line": 252,
                                "column": 38
                              },
                              "end": {
                                "line": 252,
                                "column": 48
                              },
                              "identifierName": "modelValue"
                            },
                            "name": "modelValue"
                          }
                        }
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 9010,
                      "end": 12204,
                      "loc": {
                        "start": {
                          "line": 254,
                          "column": 4
                        },
                        "end": {
                          "line": 322,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "LogicalExpression",
                        "start": 9014,
                        "end": 9058,
                        "loc": {
                          "start": {
                            "line": 254,
                            "column": 8
                          },
                          "end": {
                            "line": 254,
                            "column": 52
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 9014,
                          "end": 9040,
                          "loc": {
                            "start": {
                              "line": 254,
                              "column": 8
                            },
                            "end": {
                              "line": 254,
                              "column": 34
                            },
                            "identifierName": "hasDefinedDependencyValues"
                          },
                          "name": "hasDefinedDependencyValues"
                        },
                        "operator": "&&",
                        "right": {
                          "type": "BinaryExpression",
                          "start": 9044,
                          "end": 9058,
                          "loc": {
                            "start": {
                              "line": 254,
                              "column": 38
                            },
                            "end": {
                              "line": 254,
                              "column": 52
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 9044,
                            "end": 9054,
                            "loc": {
                              "start": {
                                "line": 254,
                                "column": 38
                              },
                              "end": {
                                "line": 254,
                                "column": 48
                              },
                              "identifierName": "modelValue"
                            },
                            "name": "modelValue"
                          },
                          "operator": ">",
                          "right": {
                            "type": "NumericLiteral",
                            "start": 9057,
                            "end": 9058,
                            "loc": {
                              "start": {
                                "line": 254,
                                "column": 51
                              },
                              "end": {
                                "line": 254,
                                "column": 52
                              }
                            },
                            "extra": {
                              "rawValue": 0,
                              "raw": "0"
                            },
                            "value": 0
                          }
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 9060,
                        "end": 12204,
                        "loc": {
                          "start": {
                            "line": 254,
                            "column": 54
                          },
                          "end": {
                            "line": 322,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "IfStatement",
                            "start": 9068,
                            "end": 12198,
                            "loc": {
                              "start": {
                                "line": 255,
                                "column": 6
                              },
                              "end": {
                                "line": 321,
                                "column": 7
                              }
                            },
                            "test": {
                              "type": "LogicalExpression",
                              "start": 9072,
                              "end": 9139,
                              "loc": {
                                "start": {
                                  "line": 255,
                                  "column": 10
                                },
                                "end": {
                                  "line": 255,
                                  "column": 77
                                }
                              },
                              "left": {
                                "type": "UnaryExpression",
                                "start": 9072,
                                "end": 9107,
                                "loc": {
                                  "start": {
                                    "line": 255,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 255,
                                    "column": 45
                                  }
                                },
                                "operator": "!",
                                "prefix": true,
                                "argument": {
                                  "type": "MemberExpression",
                                  "start": 9073,
                                  "end": 9107,
                                  "loc": {
                                    "start": {
                                      "line": 255,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 255,
                                      "column": 45
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 9073,
                                    "end": 9090,
                                    "loc": {
                                      "start": {
                                        "line": 255,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 255,
                                        "column": 28
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 9073,
                                      "end": 9077,
                                      "loc": {
                                        "start": {
                                          "line": 255,
                                          "column": 11
                                        },
                                        "end": {
                                          "line": 255,
                                          "column": 15
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 9078,
                                      "end": 9090,
                                      "loc": {
                                        "start": {
                                          "line": 255,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 255,
                                          "column": 28
                                        },
                                        "identifierName": "_canUsePatch"
                                      },
                                      "name": "_canUsePatch"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 9091,
                                    "end": 9107,
                                    "loc": {
                                      "start": {
                                        "line": 255,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 255,
                                        "column": 45
                                      },
                                      "identifierName": "nonNumericResult"
                                    },
                                    "name": "nonNumericResult"
                                  },
                                  "computed": false
                                },
                                "extra": {
                                  "parenthesizedArgument": false
                                }
                              },
                              "operator": "||",
                              "right": {
                                "type": "CallExpression",
                                "start": 9111,
                                "end": 9139,
                                "loc": {
                                  "start": {
                                    "line": 255,
                                    "column": 49
                                  },
                                  "end": {
                                    "line": 255,
                                    "column": 77
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 9111,
                                  "end": 9127,
                                  "loc": {
                                    "start": {
                                      "line": 255,
                                      "column": 49
                                    },
                                    "end": {
                                      "line": 255,
                                      "column": 65
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 9111,
                                    "end": 9118,
                                    "loc": {
                                      "start": {
                                        "line": 255,
                                        "column": 49
                                      },
                                      "end": {
                                        "line": 255,
                                        "column": 56
                                      },
                                      "identifierName": "Helpers"
                                    },
                                    "name": "Helpers"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 9119,
                                    "end": 9127,
                                    "loc": {
                                      "start": {
                                        "line": 255,
                                        "column": 57
                                      },
                                      "end": {
                                        "line": 255,
                                        "column": 65
                                      },
                                      "identifierName": "isNumber"
                                    },
                                    "name": "isNumber"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 9128,
                                    "end": 9138,
                                    "loc": {
                                      "start": {
                                        "line": 255,
                                        "column": 66
                                      },
                                      "end": {
                                        "line": 255,
                                        "column": 76
                                      },
                                      "identifierName": "modelValue"
                                    },
                                    "name": "modelValue"
                                  }
                                ]
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 9141,
                              "end": 12198,
                              "loc": {
                                "start": {
                                  "line": 255,
                                  "column": 79
                                },
                                "end": {
                                  "line": 321,
                                  "column": 7
                                }
                              },
                              "body": [
                                {
                                  "type": "VariableDeclaration",
                                  "start": 9151,
                                  "end": 9498,
                                  "loc": {
                                    "start": {
                                      "line": 256,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 264,
                                      "column": 11
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 9157,
                                      "end": 9497,
                                      "loc": {
                                        "start": {
                                          "line": 256,
                                          "column": 14
                                        },
                                        "end": {
                                          "line": 264,
                                          "column": 10
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 9157,
                                        "end": 9167,
                                        "loc": {
                                          "start": {
                                            "line": 256,
                                            "column": 14
                                          },
                                          "end": {
                                            "line": 256,
                                            "column": 24
                                          },
                                          "identifierName": "isInBounds"
                                        },
                                        "name": "isInBounds"
                                      },
                                      "init": {
                                        "type": "CallExpression",
                                        "start": 9170,
                                        "end": 9497,
                                        "loc": {
                                          "start": {
                                            "line": 256,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 264,
                                            "column": 10
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 9170,
                                          "end": 9205,
                                          "loc": {
                                            "start": {
                                              "line": 256,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 256,
                                              "column": 62
                                            }
                                          },
                                          "object": {
                                            "type": "CallExpression",
                                            "start": 9170,
                                            "end": 9199,
                                            "loc": {
                                              "start": {
                                                "line": 256,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 256,
                                                "column": 56
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 9170,
                                              "end": 9181,
                                              "loc": {
                                                "start": {
                                                  "line": 256,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 256,
                                                  "column": 38
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 9170,
                                                "end": 9176,
                                                "loc": {
                                                  "start": {
                                                    "line": 256,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 256,
                                                    "column": 33
                                                  },
                                                  "identifierName": "Object"
                                                },
                                                "name": "Object"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 9177,
                                                "end": 9181,
                                                "loc": {
                                                  "start": {
                                                    "line": 256,
                                                    "column": 34
                                                  },
                                                  "end": {
                                                    "line": 256,
                                                    "column": 38
                                                  },
                                                  "identifierName": "keys"
                                                },
                                                "name": "keys"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 9182,
                                                "end": 9198,
                                                "loc": {
                                                  "start": {
                                                    "line": 256,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 256,
                                                    "column": 55
                                                  },
                                                  "identifierName": "dependencyValues"
                                                },
                                                "name": "dependencyValues"
                                              }
                                            ]
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 9200,
                                            "end": 9205,
                                            "loc": {
                                              "start": {
                                                "line": 256,
                                                "column": 57
                                              },
                                              "end": {
                                                "line": 256,
                                                "column": 62
                                              },
                                              "identifierName": "every"
                                            },
                                            "name": "every"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "ArrowFunctionExpression",
                                            "start": 9206,
                                            "end": 9496,
                                            "loc": {
                                              "start": {
                                                "line": 256,
                                                "column": 63
                                              },
                                              "end": {
                                                "line": 264,
                                                "column": 9
                                              }
                                            },
                                            "id": null,
                                            "generator": false,
                                            "expression": false,
                                            "async": false,
                                            "params": [
                                              {
                                                "type": "Identifier",
                                                "start": 9206,
                                                "end": 9209,
                                                "loc": {
                                                  "start": {
                                                    "line": 256,
                                                    "column": 63
                                                  },
                                                  "end": {
                                                    "line": 256,
                                                    "column": 66
                                                  },
                                                  "identifierName": "key"
                                                },
                                                "name": "key"
                                              }
                                            ],
                                            "body": {
                                              "type": "BlockStatement",
                                              "start": 9213,
                                              "end": 9496,
                                              "loc": {
                                                "start": {
                                                  "line": 256,
                                                  "column": 70
                                                },
                                                "end": {
                                                  "line": 264,
                                                  "column": 9
                                                }
                                              },
                                              "body": [
                                                {
                                                  "type": "VariableDeclaration",
                                                  "start": 9225,
                                                  "end": 9275,
                                                  "loc": {
                                                    "start": {
                                                      "line": 257,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 257,
                                                      "column": 60
                                                    }
                                                  },
                                                  "declarations": [
                                                    {
                                                      "type": "VariableDeclarator",
                                                      "start": 9231,
                                                      "end": 9274,
                                                      "loc": {
                                                        "start": {
                                                          "line": 257,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 257,
                                                          "column": 59
                                                        }
                                                      },
                                                      "id": {
                                                        "type": "Identifier",
                                                        "start": 9231,
                                                        "end": 9237,
                                                        "loc": {
                                                          "start": {
                                                            "line": 257,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 257,
                                                            "column": 22
                                                          },
                                                          "identifierName": "bounds"
                                                        },
                                                        "name": "bounds"
                                                      },
                                                      "init": {
                                                        "type": "LogicalExpression",
                                                        "start": 9240,
                                                        "end": 9274,
                                                        "loc": {
                                                          "start": {
                                                            "line": 257,
                                                            "column": 25
                                                          },
                                                          "end": {
                                                            "line": 257,
                                                            "column": 59
                                                          }
                                                        },
                                                        "left": {
                                                          "type": "MemberExpression",
                                                          "start": 9240,
                                                          "end": 9252,
                                                          "loc": {
                                                            "start": {
                                                              "line": 257,
                                                              "column": 25
                                                            },
                                                            "end": {
                                                              "line": 257,
                                                              "column": 37
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 9240,
                                                            "end": 9245,
                                                            "loc": {
                                                              "start": {
                                                                "line": 257,
                                                                "column": 25
                                                              },
                                                              "end": {
                                                                "line": 257,
                                                                "column": 30
                                                              },
                                                              "identifierName": "model"
                                                            },
                                                            "name": "model"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 9246,
                                                            "end": 9252,
                                                            "loc": {
                                                              "start": {
                                                                "line": 257,
                                                                "column": 31
                                                              },
                                                              "end": {
                                                                "line": 257,
                                                                "column": 37
                                                              },
                                                              "identifierName": "bounds"
                                                            },
                                                            "name": "bounds"
                                                          },
                                                          "computed": false
                                                        },
                                                        "operator": "||",
                                                        "right": {
                                                          "type": "MemberExpression",
                                                          "start": 9256,
                                                          "end": 9274,
                                                          "loc": {
                                                            "start": {
                                                              "line": 257,
                                                              "column": 41
                                                            },
                                                            "end": {
                                                              "line": 257,
                                                              "column": 59
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "MemberExpression",
                                                            "start": 9256,
                                                            "end": 9267,
                                                            "loc": {
                                                              "start": {
                                                                "line": 257,
                                                                "column": 41
                                                              },
                                                              "end": {
                                                                "line": 257,
                                                                "column": 52
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 9256,
                                                              "end": 9261,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 257,
                                                                  "column": 41
                                                                },
                                                                "end": {
                                                                  "line": 257,
                                                                  "column": 46
                                                                },
                                                                "identifierName": "model"
                                                              },
                                                              "name": "model"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 9262,
                                                              "end": 9267,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 257,
                                                                  "column": 47
                                                                },
                                                                "end": {
                                                                  "line": 257,
                                                                  "column": 52
                                                                },
                                                                "identifierName": "model"
                                                              },
                                                              "name": "model"
                                                            },
                                                            "computed": false
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 9268,
                                                            "end": 9274,
                                                            "loc": {
                                                              "start": {
                                                                "line": 257,
                                                                "column": 53
                                                              },
                                                              "end": {
                                                                "line": 257,
                                                                "column": 59
                                                              },
                                                              "identifierName": "bounds"
                                                            },
                                                            "name": "bounds"
                                                          },
                                                          "computed": false
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "kind": "const"
                                                },
                                                {
                                                  "type": "VariableDeclaration",
                                                  "start": 9286,
                                                  "end": 9412,
                                                  "loc": {
                                                    "start": {
                                                      "line": 258,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 262,
                                                      "column": 12
                                                    }
                                                  },
                                                  "declarations": [
                                                    {
                                                      "type": "VariableDeclarator",
                                                      "start": 9292,
                                                      "end": 9411,
                                                      "loc": {
                                                        "start": {
                                                          "line": 258,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 262,
                                                          "column": 11
                                                        }
                                                      },
                                                      "id": {
                                                        "type": "Identifier",
                                                        "start": 9292,
                                                        "end": 9301,
                                                        "loc": {
                                                          "start": {
                                                            "line": 258,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 258,
                                                            "column": 25
                                                          },
                                                          "identifierName": "boundsMap"
                                                        },
                                                        "name": "boundsMap"
                                                      },
                                                      "init": {
                                                        "type": "ObjectExpression",
                                                        "start": 9304,
                                                        "end": 9411,
                                                        "loc": {
                                                          "start": {
                                                            "line": 258,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 262,
                                                            "column": 11
                                                          }
                                                        },
                                                        "properties": [
                                                          {
                                                            "type": "ObjectProperty",
                                                            "start": 9318,
                                                            "end": 9330,
                                                            "loc": {
                                                              "start": {
                                                                "line": 259,
                                                                "column": 12
                                                              },
                                                              "end": {
                                                                "line": 259,
                                                                "column": 24
                                                              }
                                                            },
                                                            "method": false,
                                                            "shorthand": false,
                                                            "computed": false,
                                                            "key": {
                                                              "type": "Identifier",
                                                              "start": 9318,
                                                              "end": 9319,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 259,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 259,
                                                                  "column": 13
                                                                },
                                                                "identifierName": "a"
                                                              },
                                                              "name": "a"
                                                            },
                                                            "value": {
                                                              "type": "MemberExpression",
                                                              "start": 9321,
                                                              "end": 9330,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 259,
                                                                  "column": 15
                                                                },
                                                                "end": {
                                                                  "line": 259,
                                                                  "column": 24
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 9321,
                                                                "end": 9327,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 259,
                                                                    "column": 15
                                                                  },
                                                                  "end": {
                                                                    "line": 259,
                                                                    "column": 21
                                                                  },
                                                                  "identifierName": "bounds"
                                                                },
                                                                "name": "bounds"
                                                              },
                                                              "property": {
                                                                "type": "NumericLiteral",
                                                                "start": 9328,
                                                                "end": 9329,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 259,
                                                                    "column": 22
                                                                  },
                                                                  "end": {
                                                                    "line": 259,
                                                                    "column": 23
                                                                  }
                                                                },
                                                                "extra": {
                                                                  "rawValue": 0,
                                                                  "raw": "0"
                                                                },
                                                                "value": 0
                                                              },
                                                              "computed": true
                                                            }
                                                          },
                                                          {
                                                            "type": "ObjectProperty",
                                                            "start": 9344,
                                                            "end": 9356,
                                                            "loc": {
                                                              "start": {
                                                                "line": 260,
                                                                "column": 12
                                                              },
                                                              "end": {
                                                                "line": 260,
                                                                "column": 24
                                                              }
                                                            },
                                                            "method": false,
                                                            "shorthand": false,
                                                            "computed": false,
                                                            "key": {
                                                              "type": "Identifier",
                                                              "start": 9344,
                                                              "end": 9345,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 260,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 260,
                                                                  "column": 13
                                                                },
                                                                "identifierName": "b"
                                                              },
                                                              "name": "b"
                                                            },
                                                            "value": {
                                                              "type": "MemberExpression",
                                                              "start": 9347,
                                                              "end": 9356,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 260,
                                                                  "column": 15
                                                                },
                                                                "end": {
                                                                  "line": 260,
                                                                  "column": 24
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 9347,
                                                                "end": 9353,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 260,
                                                                    "column": 15
                                                                  },
                                                                  "end": {
                                                                    "line": 260,
                                                                    "column": 21
                                                                  },
                                                                  "identifierName": "bounds"
                                                                },
                                                                "name": "bounds"
                                                              },
                                                              "property": {
                                                                "type": "NumericLiteral",
                                                                "start": 9354,
                                                                "end": 9355,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 260,
                                                                    "column": 22
                                                                  },
                                                                  "end": {
                                                                    "line": 260,
                                                                    "column": 23
                                                                  }
                                                                },
                                                                "extra": {
                                                                  "rawValue": 1,
                                                                  "raw": "1"
                                                                },
                                                                "value": 1
                                                              },
                                                              "computed": true
                                                            }
                                                          },
                                                          {
                                                            "type": "ObjectProperty",
                                                            "start": 9370,
                                                            "end": 9398,
                                                            "loc": {
                                                              "start": {
                                                                "line": 261,
                                                                "column": 12
                                                              },
                                                              "end": {
                                                                "line": 261,
                                                                "column": 40
                                                              }
                                                            },
                                                            "method": false,
                                                            "shorthand": false,
                                                            "computed": false,
                                                            "key": {
                                                              "type": "Identifier",
                                                              "start": 9370,
                                                              "end": 9371,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 261,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 261,
                                                                  "column": 13
                                                                },
                                                                "identifierName": "y"
                                                              },
                                                              "name": "y"
                                                            },
                                                            "value": {
                                                              "type": "MemberExpression",
                                                              "start": 9373,
                                                              "end": 9398,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 261,
                                                                  "column": 15
                                                                },
                                                                "end": {
                                                                  "line": 261,
                                                                  "column": 40
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 9373,
                                                                "end": 9379,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 261,
                                                                    "column": 15
                                                                  },
                                                                  "end": {
                                                                    "line": 261,
                                                                    "column": 21
                                                                  },
                                                                  "identifierName": "bounds"
                                                                },
                                                                "name": "bounds"
                                                              },
                                                              "property": {
                                                                "type": "BinaryExpression",
                                                                "start": 9380,
                                                                "end": 9397,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 261,
                                                                    "column": 22
                                                                  },
                                                                  "end": {
                                                                    "line": 261,
                                                                    "column": 39
                                                                  }
                                                                },
                                                                "left": {
                                                                  "type": "MemberExpression",
                                                                  "start": 9380,
                                                                  "end": 9393,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 261,
                                                                      "column": 22
                                                                    },
                                                                    "end": {
                                                                      "line": 261,
                                                                      "column": 35
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "Identifier",
                                                                    "start": 9380,
                                                                    "end": 9386,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 261,
                                                                        "column": 22
                                                                      },
                                                                      "end": {
                                                                        "line": 261,
                                                                        "column": 28
                                                                      },
                                                                      "identifierName": "bounds"
                                                                    },
                                                                    "name": "bounds"
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 9387,
                                                                    "end": 9393,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 261,
                                                                        "column": 29
                                                                      },
                                                                      "end": {
                                                                        "line": 261,
                                                                        "column": 35
                                                                      },
                                                                      "identifierName": "length"
                                                                    },
                                                                    "name": "length"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                "operator": "-",
                                                                "right": {
                                                                  "type": "NumericLiteral",
                                                                  "start": 9396,
                                                                  "end": 9397,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 261,
                                                                      "column": 38
                                                                    },
                                                                    "end": {
                                                                      "line": 261,
                                                                      "column": 39
                                                                    }
                                                                  },
                                                                  "extra": {
                                                                    "rawValue": 1,
                                                                    "raw": "1"
                                                                  },
                                                                  "value": 1
                                                                }
                                                              },
                                                              "computed": true
                                                            }
                                                          }
                                                        ]
                                                      }
                                                    }
                                                  ],
                                                  "kind": "const"
                                                },
                                                {
                                                  "type": "ReturnStatement",
                                                  "start": 9423,
                                                  "end": 9486,
                                                  "loc": {
                                                    "start": {
                                                      "line": 263,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 263,
                                                      "column": 73
                                                    }
                                                  },
                                                  "argument": {
                                                    "type": "CallExpression",
                                                    "start": 9430,
                                                    "end": 9485,
                                                    "loc": {
                                                      "start": {
                                                        "line": 263,
                                                        "column": 17
                                                      },
                                                      "end": {
                                                        "line": 263,
                                                        "column": 72
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 9430,
                                                      "end": 9446,
                                                      "loc": {
                                                        "start": {
                                                          "line": 263,
                                                          "column": 17
                                                        },
                                                        "end": {
                                                          "line": 263,
                                                          "column": 33
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "ThisExpression",
                                                        "start": 9430,
                                                        "end": 9434,
                                                        "loc": {
                                                          "start": {
                                                            "line": 263,
                                                            "column": 17
                                                          },
                                                          "end": {
                                                            "line": 263,
                                                            "column": 21
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 9435,
                                                        "end": 9446,
                                                        "loc": {
                                                          "start": {
                                                            "line": 263,
                                                            "column": 22
                                                          },
                                                          "end": {
                                                            "line": 263,
                                                            "column": 33
                                                          },
                                                          "identifierName": "_isInBounds"
                                                        },
                                                        "name": "_isInBounds"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "MemberExpression",
                                                        "start": 9447,
                                                        "end": 9461,
                                                        "loc": {
                                                          "start": {
                                                            "line": 263,
                                                            "column": 34
                                                          },
                                                          "end": {
                                                            "line": 263,
                                                            "column": 48
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 9447,
                                                          "end": 9456,
                                                          "loc": {
                                                            "start": {
                                                              "line": 263,
                                                              "column": 34
                                                            },
                                                            "end": {
                                                              "line": 263,
                                                              "column": 43
                                                            },
                                                            "identifierName": "boundsMap"
                                                          },
                                                          "name": "boundsMap"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 9457,
                                                          "end": 9460,
                                                          "loc": {
                                                            "start": {
                                                              "line": 263,
                                                              "column": 44
                                                            },
                                                            "end": {
                                                              "line": 263,
                                                              "column": 47
                                                            },
                                                            "identifierName": "key"
                                                          },
                                                          "name": "key"
                                                        },
                                                        "computed": true
                                                      },
                                                      {
                                                        "type": "MemberExpression",
                                                        "start": 9463,
                                                        "end": 9484,
                                                        "loc": {
                                                          "start": {
                                                            "line": 263,
                                                            "column": 50
                                                          },
                                                          "end": {
                                                            "line": 263,
                                                            "column": 71
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 9463,
                                                          "end": 9479,
                                                          "loc": {
                                                            "start": {
                                                              "line": 263,
                                                              "column": 50
                                                            },
                                                            "end": {
                                                              "line": 263,
                                                              "column": 66
                                                            },
                                                            "identifierName": "dependencyValues"
                                                          },
                                                          "name": "dependencyValues"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 9480,
                                                          "end": 9483,
                                                          "loc": {
                                                            "start": {
                                                              "line": 263,
                                                              "column": 67
                                                            },
                                                            "end": {
                                                              "line": 263,
                                                              "column": 70
                                                            },
                                                            "identifierName": "key"
                                                          },
                                                          "name": "key"
                                                        },
                                                        "computed": true
                                                      }
                                                    ]
                                                  }
                                                }
                                              ],
                                              "directives": []
                                            }
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "kind": "const"
                                },
                                {
                                  "type": "IfStatement",
                                  "start": 9508,
                                  "end": 9755,
                                  "loc": {
                                    "start": {
                                      "line": 266,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 272,
                                      "column": 9
                                    }
                                  },
                                  "test": {
                                    "type": "UnaryExpression",
                                    "start": 9512,
                                    "end": 9523,
                                    "loc": {
                                      "start": {
                                        "line": 266,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 266,
                                        "column": 23
                                      }
                                    },
                                    "operator": "!",
                                    "prefix": true,
                                    "argument": {
                                      "type": "Identifier",
                                      "start": 9513,
                                      "end": 9523,
                                      "loc": {
                                        "start": {
                                          "line": 266,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 266,
                                          "column": 23
                                        },
                                        "identifierName": "isInBounds"
                                      },
                                      "name": "isInBounds"
                                    },
                                    "extra": {
                                      "parenthesizedArgument": false
                                    }
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 9525,
                                    "end": 9755,
                                    "loc": {
                                      "start": {
                                        "line": 266,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 272,
                                        "column": 9
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ReturnStatement",
                                        "start": 9732,
                                        "end": 9745,
                                        "loc": {
                                          "start": {
                                            "line": 271,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 271,
                                            "column": 23
                                          }
                                        },
                                        "argument": {
                                          "type": "BooleanLiteral",
                                          "start": 9739,
                                          "end": 9744,
                                          "loc": {
                                            "start": {
                                              "line": 271,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 271,
                                              "column": 22
                                            }
                                          },
                                          "value": false,
                                          "leadingComments": null
                                        },
                                        "leadingComments": [
                                          {
                                            "type": "CommentBlock",
                                            "value": " console.log('OUT OF BOUNDS');\n          console.log('model', model);\n          console.log('dependencyValues', dependencyValues);\n          console.log('modelValue', modelValue); ",
                                            "start": 9537,
                                            "end": 9721,
                                            "loc": {
                                              "start": {
                                                "line": 267,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 270,
                                                "column": 51
                                              }
                                            }
                                          }
                                        ]
                                      }
                                    ],
                                    "directives": []
                                  },
                                  "alternate": null
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 9765,
                                  "end": 9821,
                                  "loc": {
                                    "start": {
                                      "line": 274,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 274,
                                      "column": 64
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 9771,
                                      "end": 9820,
                                      "loc": {
                                        "start": {
                                          "line": 274,
                                          "column": 14
                                        },
                                        "end": {
                                          "line": 274,
                                          "column": 63
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 9771,
                                        "end": 9789,
                                        "loc": {
                                          "start": {
                                            "line": 274,
                                            "column": 14
                                          },
                                          "end": {
                                            "line": 274,
                                            "column": 32
                                          },
                                          "identifierName": "distributionRanges"
                                        },
                                        "name": "distributionRanges"
                                      },
                                      "init": {
                                        "type": "CallExpression",
                                        "start": 9792,
                                        "end": 9820,
                                        "loc": {
                                          "start": {
                                            "line": 274,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 274,
                                            "column": 63
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 9792,
                                          "end": 9818,
                                          "loc": {
                                            "start": {
                                              "line": 274,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 274,
                                              "column": 61
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 9792,
                                            "end": 9796,
                                            "loc": {
                                              "start": {
                                                "line": 274,
                                                "column": 35
                                              },
                                              "end": {
                                                "line": 274,
                                                "column": 39
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 9797,
                                            "end": 9818,
                                            "loc": {
                                              "start": {
                                                "line": 274,
                                                "column": 40
                                              },
                                              "end": {
                                                "line": 274,
                                                "column": 61
                                              },
                                              "identifierName": "getDistributionRanges"
                                            },
                                            "name": "getDistributionRanges"
                                          },
                                          "computed": false
                                        },
                                        "arguments": []
                                      }
                                    }
                                  ],
                                  "kind": "const"
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 9830,
                                  "end": 9846,
                                  "loc": {
                                    "start": {
                                      "line": 275,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 275,
                                      "column": 24
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 9834,
                                      "end": 9845,
                                      "loc": {
                                        "start": {
                                          "line": 275,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 275,
                                          "column": 23
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 9834,
                                        "end": 9840,
                                        "loc": {
                                          "start": {
                                            "line": 275,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 275,
                                            "column": 18
                                          },
                                          "identifierName": "bounds"
                                        },
                                        "name": "bounds"
                                      },
                                      "init": {
                                        "type": "ArrayExpression",
                                        "start": 9843,
                                        "end": 9845,
                                        "loc": {
                                          "start": {
                                            "line": 275,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 275,
                                            "column": 23
                                          }
                                        },
                                        "elements": []
                                      }
                                    }
                                  ],
                                  "kind": "let"
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 9855,
                                  "end": 9900,
                                  "loc": {
                                    "start": {
                                      "line": 276,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 276,
                                      "column": 53
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 9859,
                                      "end": 9899,
                                      "loc": {
                                        "start": {
                                          "line": 276,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 276,
                                          "column": 52
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 9859,
                                        "end": 9866,
                                        "loc": {
                                          "start": {
                                            "line": 276,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 276,
                                            "column": 19
                                          },
                                          "identifierName": "std_dev"
                                        },
                                        "name": "std_dev"
                                      },
                                      "init": {
                                        "type": "MemberExpression",
                                        "start": 9869,
                                        "end": 9899,
                                        "loc": {
                                          "start": {
                                            "line": 276,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 276,
                                            "column": 52
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 9869,
                                          "end": 9880,
                                          "loc": {
                                            "start": {
                                              "line": 276,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 276,
                                              "column": 33
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 9869,
                                            "end": 9874,
                                            "loc": {
                                              "start": {
                                                "line": 276,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 276,
                                                "column": 27
                                              },
                                              "identifierName": "model"
                                            },
                                            "name": "model"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 9875,
                                            "end": 9880,
                                            "loc": {
                                              "start": {
                                                "line": 276,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 276,
                                                "column": 33
                                              },
                                              "identifierName": "model"
                                            },
                                            "name": "model"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 9881,
                                          "end": 9899,
                                          "loc": {
                                            "start": {
                                              "line": 276,
                                              "column": 34
                                            },
                                            "end": {
                                              "line": 276,
                                              "column": 52
                                            },
                                            "identifierName": "standard_deviation"
                                          },
                                          "name": "standard_deviation"
                                        },
                                        "computed": false
                                      }
                                    }
                                  ],
                                  "kind": "let"
                                },
                                {
                                  "type": "IfStatement",
                                  "start": 9910,
                                  "end": 10004,
                                  "loc": {
                                    "start": {
                                      "line": 278,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 280,
                                      "column": 9
                                    }
                                  },
                                  "test": {
                                    "type": "LogicalExpression",
                                    "start": 9914,
                                    "end": 9967,
                                    "loc": {
                                      "start": {
                                        "line": 278,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 278,
                                        "column": 65
                                      }
                                    },
                                    "left": {
                                      "type": "LogicalExpression",
                                      "start": 9914,
                                      "end": 9955,
                                      "loc": {
                                        "start": {
                                          "line": 278,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 278,
                                          "column": 53
                                        }
                                      },
                                      "left": {
                                        "type": "BinaryExpression",
                                        "start": 9914,
                                        "end": 9935,
                                        "loc": {
                                          "start": {
                                            "line": 278,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 278,
                                            "column": 33
                                          }
                                        },
                                        "left": {
                                          "type": "Identifier",
                                          "start": 9914,
                                          "end": 9921,
                                          "loc": {
                                            "start": {
                                              "line": 278,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 278,
                                              "column": 19
                                            },
                                            "identifierName": "std_dev"
                                          },
                                          "name": "std_dev"
                                        },
                                        "operator": "===",
                                        "right": {
                                          "type": "Identifier",
                                          "start": 9926,
                                          "end": 9935,
                                          "loc": {
                                            "start": {
                                              "line": 278,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 278,
                                              "column": 33
                                            },
                                            "identifierName": "undefined"
                                          },
                                          "name": "undefined"
                                        }
                                      },
                                      "operator": "||",
                                      "right": {
                                        "type": "BinaryExpression",
                                        "start": 9939,
                                        "end": 9955,
                                        "loc": {
                                          "start": {
                                            "line": 278,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 278,
                                            "column": 53
                                          }
                                        },
                                        "left": {
                                          "type": "Identifier",
                                          "start": 9939,
                                          "end": 9946,
                                          "loc": {
                                            "start": {
                                              "line": 278,
                                              "column": 37
                                            },
                                            "end": {
                                              "line": 278,
                                              "column": 44
                                            },
                                            "identifierName": "std_dev"
                                          },
                                          "name": "std_dev"
                                        },
                                        "operator": "===",
                                        "right": {
                                          "type": "NullLiteral",
                                          "start": 9951,
                                          "end": 9955,
                                          "loc": {
                                            "start": {
                                              "line": 278,
                                              "column": 49
                                            },
                                            "end": {
                                              "line": 278,
                                              "column": 53
                                            }
                                          }
                                        }
                                      }
                                    },
                                    "operator": "||",
                                    "right": {
                                      "type": "UnaryExpression",
                                      "start": 9959,
                                      "end": 9967,
                                      "loc": {
                                        "start": {
                                          "line": 278,
                                          "column": 57
                                        },
                                        "end": {
                                          "line": 278,
                                          "column": 65
                                        }
                                      },
                                      "operator": "!",
                                      "prefix": true,
                                      "argument": {
                                        "type": "Identifier",
                                        "start": 9960,
                                        "end": 9967,
                                        "loc": {
                                          "start": {
                                            "line": 278,
                                            "column": 58
                                          },
                                          "end": {
                                            "line": 278,
                                            "column": 65
                                          },
                                          "identifierName": "std_dev"
                                        },
                                        "name": "std_dev"
                                      },
                                      "extra": {
                                        "parenthesizedArgument": false
                                      }
                                    }
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 9969,
                                    "end": 10004,
                                    "loc": {
                                      "start": {
                                        "line": 278,
                                        "column": 67
                                      },
                                      "end": {
                                        "line": 280,
                                        "column": 9
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ReturnStatement",
                                        "start": 9981,
                                        "end": 9994,
                                        "loc": {
                                          "start": {
                                            "line": 279,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 279,
                                            "column": 23
                                          }
                                        },
                                        "argument": {
                                          "type": "BooleanLiteral",
                                          "start": 9988,
                                          "end": 9993,
                                          "loc": {
                                            "start": {
                                              "line": 279,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 279,
                                              "column": 22
                                            }
                                          },
                                          "value": false
                                        }
                                      }
                                    ],
                                    "directives": []
                                  },
                                  "alternate": null
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 10014,
                                  "end": 10037,
                                  "loc": {
                                    "start": {
                                      "line": 282,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 282,
                                      "column": 31
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 10018,
                                      "end": 10036,
                                      "loc": {
                                        "start": {
                                          "line": 282,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 282,
                                          "column": 30
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 10018,
                                        "end": 10036,
                                        "loc": {
                                          "start": {
                                            "line": 282,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 282,
                                            "column": 30
                                          },
                                          "identifierName": "std_dev_error_mean"
                                        },
                                        "name": "std_dev_error_mean"
                                      },
                                      "init": null
                                    }
                                  ],
                                  "kind": "let"
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 10046,
                                  "end": 10064,
                                  "loc": {
                                    "start": {
                                      "line": 283,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 283,
                                      "column": 26
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 10050,
                                      "end": 10063,
                                      "loc": {
                                        "start": {
                                          "line": 283,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 283,
                                          "column": 25
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 10050,
                                        "end": 10063,
                                        "loc": {
                                          "start": {
                                            "line": 283,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 283,
                                            "column": 25
                                          },
                                          "identifierName": "std_dev_error"
                                        },
                                        "name": "std_dev_error"
                                      },
                                      "init": null
                                    }
                                  ],
                                  "kind": "let"
                                },
                                {
                                  "type": "ForStatement",
                                  "start": 10074,
                                  "end": 12006,
                                  "loc": {
                                    "start": {
                                      "line": 285,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 316,
                                      "column": 9
                                    }
                                  },
                                  "init": {
                                    "type": "VariableDeclaration",
                                    "start": 10079,
                                    "end": 10088,
                                    "loc": {
                                      "start": {
                                        "line": 285,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 285,
                                        "column": 22
                                      }
                                    },
                                    "declarations": [
                                      {
                                        "type": "VariableDeclarator",
                                        "start": 10083,
                                        "end": 10088,
                                        "loc": {
                                          "start": {
                                            "line": 285,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 285,
                                            "column": 22
                                          }
                                        },
                                        "id": {
                                          "type": "Identifier",
                                          "start": 10083,
                                          "end": 10084,
                                          "loc": {
                                            "start": {
                                              "line": 285,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 285,
                                              "column": 18
                                            },
                                            "identifierName": "i"
                                          },
                                          "name": "i"
                                        },
                                        "init": {
                                          "type": "NumericLiteral",
                                          "start": 10087,
                                          "end": 10088,
                                          "loc": {
                                            "start": {
                                              "line": 285,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 285,
                                              "column": 22
                                            }
                                          },
                                          "extra": {
                                            "rawValue": 0,
                                            "raw": "0"
                                          },
                                          "value": 0
                                        }
                                      }
                                    ],
                                    "kind": "let"
                                  },
                                  "test": {
                                    "type": "BinaryExpression",
                                    "start": 10090,
                                    "end": 10119,
                                    "loc": {
                                      "start": {
                                        "line": 285,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 285,
                                        "column": 53
                                      }
                                    },
                                    "left": {
                                      "type": "Identifier",
                                      "start": 10090,
                                      "end": 10091,
                                      "loc": {
                                        "start": {
                                          "line": 285,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 285,
                                          "column": 25
                                        },
                                        "identifierName": "i"
                                      },
                                      "name": "i"
                                    },
                                    "operator": "<",
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 10094,
                                      "end": 10119,
                                      "loc": {
                                        "start": {
                                          "line": 285,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 285,
                                          "column": 53
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 10094,
                                        "end": 10112,
                                        "loc": {
                                          "start": {
                                            "line": 285,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 285,
                                            "column": 46
                                          },
                                          "identifierName": "distributionRanges"
                                        },
                                        "name": "distributionRanges"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 10113,
                                        "end": 10119,
                                        "loc": {
                                          "start": {
                                            "line": 285,
                                            "column": 47
                                          },
                                          "end": {
                                            "line": 285,
                                            "column": 53
                                          },
                                          "identifierName": "length"
                                        },
                                        "name": "length"
                                      },
                                      "computed": false
                                    }
                                  },
                                  "update": {
                                    "type": "UpdateExpression",
                                    "start": 10121,
                                    "end": 10124,
                                    "loc": {
                                      "start": {
                                        "line": 285,
                                        "column": 55
                                      },
                                      "end": {
                                        "line": 285,
                                        "column": 58
                                      }
                                    },
                                    "operator": "++",
                                    "prefix": false,
                                    "argument": {
                                      "type": "Identifier",
                                      "start": 10121,
                                      "end": 10122,
                                      "loc": {
                                        "start": {
                                          "line": 285,
                                          "column": 55
                                        },
                                        "end": {
                                          "line": 285,
                                          "column": 56
                                        },
                                        "identifierName": "i"
                                      },
                                      "name": "i"
                                    }
                                  },
                                  "body": {
                                    "type": "BlockStatement",
                                    "start": 10126,
                                    "end": 12006,
                                    "loc": {
                                      "start": {
                                        "line": 285,
                                        "column": 60
                                      },
                                      "end": {
                                        "line": 316,
                                        "column": 9
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "VariableDeclaration",
                                        "start": 10138,
                                        "end": 10174,
                                        "loc": {
                                          "start": {
                                            "line": 286,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 286,
                                            "column": 46
                                          }
                                        },
                                        "declarations": [
                                          {
                                            "type": "VariableDeclarator",
                                            "start": 10144,
                                            "end": 10173,
                                            "loc": {
                                              "start": {
                                                "line": 286,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 286,
                                                "column": 45
                                              }
                                            },
                                            "id": {
                                              "type": "Identifier",
                                              "start": 10144,
                                              "end": 10149,
                                              "loc": {
                                                "start": {
                                                  "line": 286,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 286,
                                                  "column": 21
                                                },
                                                "identifierName": "range"
                                              },
                                              "name": "range"
                                            },
                                            "init": {
                                              "type": "MemberExpression",
                                              "start": 10152,
                                              "end": 10173,
                                              "loc": {
                                                "start": {
                                                  "line": 286,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 286,
                                                  "column": 45
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 10152,
                                                "end": 10170,
                                                "loc": {
                                                  "start": {
                                                    "line": 286,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 286,
                                                    "column": 42
                                                  },
                                                  "identifierName": "distributionRanges"
                                                },
                                                "name": "distributionRanges"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 10171,
                                                "end": 10172,
                                                "loc": {
                                                  "start": {
                                                    "line": 286,
                                                    "column": 43
                                                  },
                                                  "end": {
                                                    "line": 286,
                                                    "column": 44
                                                  },
                                                  "identifierName": "i"
                                                },
                                                "name": "i"
                                              },
                                              "computed": true
                                            }
                                          }
                                        ],
                                        "kind": "const"
                                      },
                                      {
                                        "type": "IfStatement",
                                        "start": 10185,
                                        "end": 11216,
                                        "loc": {
                                          "start": {
                                            "line": 287,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 301,
                                            "column": 11
                                          }
                                        },
                                        "test": {
                                          "type": "BinaryExpression",
                                          "start": 10189,
                                          "end": 10199,
                                          "loc": {
                                            "start": {
                                              "line": 287,
                                              "column": 14
                                            },
                                            "end": {
                                              "line": 287,
                                              "column": 24
                                            }
                                          },
                                          "left": {
                                            "type": "Identifier",
                                            "start": 10189,
                                            "end": 10194,
                                            "loc": {
                                              "start": {
                                                "line": 287,
                                                "column": 14
                                              },
                                              "end": {
                                                "line": 287,
                                                "column": 19
                                              },
                                              "identifierName": "range"
                                            },
                                            "name": "range"
                                          },
                                          "operator": ">",
                                          "right": {
                                            "type": "NumericLiteral",
                                            "start": 10197,
                                            "end": 10199,
                                            "loc": {
                                              "start": {
                                                "line": 287,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 287,
                                                "column": 24
                                              }
                                            },
                                            "extra": {
                                              "rawValue": 50,
                                              "raw": "50"
                                            },
                                            "value": 50
                                          }
                                        },
                                        "consequent": {
                                          "type": "BlockStatement",
                                          "start": 10201,
                                          "end": 10703,
                                          "loc": {
                                            "start": {
                                              "line": 287,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 294,
                                              "column": 11
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 10215,
                                              "end": 10456,
                                              "loc": {
                                                "start": {
                                                  "line": 288,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 290,
                                                  "column": 41
                                                }
                                              },
                                              "expression": {
                                                "type": "AssignmentExpression",
                                                "start": 10215,
                                                "end": 10455,
                                                "loc": {
                                                  "start": {
                                                    "line": 288,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 290,
                                                    "column": 40
                                                  }
                                                },
                                                "operator": "=",
                                                "left": {
                                                  "type": "Identifier",
                                                  "start": 10215,
                                                  "end": 10233,
                                                  "loc": {
                                                    "start": {
                                                      "line": 288,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 288,
                                                      "column": 30
                                                    },
                                                    "identifierName": "std_dev_error_mean"
                                                  },
                                                  "name": "std_dev_error_mean"
                                                },
                                                "right": {
                                                  "type": "ConditionalExpression",
                                                  "start": 10236,
                                                  "end": 10455,
                                                  "loc": {
                                                    "start": {
                                                      "line": 288,
                                                      "column": 33
                                                    },
                                                    "end": {
                                                      "line": 290,
                                                      "column": 40
                                                    }
                                                  },
                                                  "test": {
                                                    "type": "LogicalExpression",
                                                    "start": 10236,
                                                    "end": 10349,
                                                    "loc": {
                                                      "start": {
                                                        "line": 288,
                                                        "column": 33
                                                      },
                                                      "end": {
                                                        "line": 288,
                                                        "column": 146
                                                      }
                                                    },
                                                    "left": {
                                                      "type": "BinaryExpression",
                                                      "start": 10236,
                                                      "end": 10281,
                                                      "loc": {
                                                        "start": {
                                                          "line": 288,
                                                          "column": 33
                                                        },
                                                        "end": {
                                                          "line": 288,
                                                          "column": 78
                                                        }
                                                      },
                                                      "left": {
                                                        "type": "MemberExpression",
                                                        "start": 10236,
                                                        "end": 10267,
                                                        "loc": {
                                                          "start": {
                                                            "line": 288,
                                                            "column": 33
                                                          },
                                                          "end": {
                                                            "line": 288,
                                                            "column": 64
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 10236,
                                                          "end": 10243,
                                                          "loc": {
                                                            "start": {
                                                              "line": 288,
                                                              "column": 33
                                                            },
                                                            "end": {
                                                              "line": 288,
                                                              "column": 40
                                                            },
                                                            "identifierName": "std_dev"
                                                          },
                                                          "name": "std_dev"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 10244,
                                                          "end": 10267,
                                                          "loc": {
                                                            "start": {
                                                              "line": 288,
                                                              "column": 41
                                                            },
                                                            "end": {
                                                              "line": 288,
                                                              "column": 64
                                                            },
                                                            "identifierName": "plus_standard_deviation"
                                                          },
                                                          "name": "plus_standard_deviation"
                                                        },
                                                        "computed": false
                                                      },
                                                      "operator": "!==",
                                                      "right": {
                                                        "type": "Identifier",
                                                        "start": 10272,
                                                        "end": 10281,
                                                        "loc": {
                                                          "start": {
                                                            "line": 288,
                                                            "column": 69
                                                          },
                                                          "end": {
                                                            "line": 288,
                                                            "column": 78
                                                          },
                                                          "identifierName": "undefined"
                                                        },
                                                        "name": "undefined"
                                                      }
                                                    },
                                                    "operator": "&&",
                                                    "right": {
                                                      "type": "BinaryExpression",
                                                      "start": 10285,
                                                      "end": 10349,
                                                      "loc": {
                                                        "start": {
                                                          "line": 288,
                                                          "column": 82
                                                        },
                                                        "end": {
                                                          "line": 288,
                                                          "column": 146
                                                        }
                                                      },
                                                      "left": {
                                                        "type": "MemberExpression",
                                                        "start": 10285,
                                                        "end": 10335,
                                                        "loc": {
                                                          "start": {
                                                            "line": 288,
                                                            "column": 82
                                                          },
                                                          "end": {
                                                            "line": 288,
                                                            "column": 132
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 10285,
                                                          "end": 10316,
                                                          "loc": {
                                                            "start": {
                                                              "line": 288,
                                                              "column": 82
                                                            },
                                                            "end": {
                                                              "line": 288,
                                                              "column": 113
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 10285,
                                                            "end": 10292,
                                                            "loc": {
                                                              "start": {
                                                                "line": 288,
                                                                "column": 82
                                                              },
                                                              "end": {
                                                                "line": 288,
                                                                "column": 89
                                                              },
                                                              "identifierName": "std_dev"
                                                            },
                                                            "name": "std_dev"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 10293,
                                                            "end": 10316,
                                                            "loc": {
                                                              "start": {
                                                                "line": 288,
                                                                "column": 90
                                                              },
                                                              "end": {
                                                                "line": 288,
                                                                "column": 113
                                                              },
                                                              "identifierName": "plus_standard_deviation"
                                                            },
                                                            "name": "plus_standard_deviation"
                                                          },
                                                          "computed": false
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 10317,
                                                          "end": 10335,
                                                          "loc": {
                                                            "start": {
                                                              "line": 288,
                                                              "column": 114
                                                            },
                                                            "end": {
                                                              "line": 288,
                                                              "column": 132
                                                            },
                                                            "identifierName": "std_dev_error_mean"
                                                          },
                                                          "name": "std_dev_error_mean"
                                                        },
                                                        "computed": false
                                                      },
                                                      "operator": "!==",
                                                      "right": {
                                                        "type": "Identifier",
                                                        "start": 10340,
                                                        "end": 10349,
                                                        "loc": {
                                                          "start": {
                                                            "line": 288,
                                                            "column": 137
                                                          },
                                                          "end": {
                                                            "line": 288,
                                                            "column": 146
                                                          },
                                                          "identifierName": "undefined"
                                                        },
                                                        "name": "undefined"
                                                      }
                                                    }
                                                  },
                                                  "consequent": {
                                                    "type": "MemberExpression",
                                                    "start": 10364,
                                                    "end": 10414,
                                                    "loc": {
                                                      "start": {
                                                        "line": 289,
                                                        "column": 14
                                                      },
                                                      "end": {
                                                        "line": 289,
                                                        "column": 64
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 10364,
                                                      "end": 10395,
                                                      "loc": {
                                                        "start": {
                                                          "line": 289,
                                                          "column": 14
                                                        },
                                                        "end": {
                                                          "line": 289,
                                                          "column": 45
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 10364,
                                                        "end": 10371,
                                                        "loc": {
                                                          "start": {
                                                            "line": 289,
                                                            "column": 14
                                                          },
                                                          "end": {
                                                            "line": 289,
                                                            "column": 21
                                                          },
                                                          "identifierName": "std_dev"
                                                        },
                                                        "name": "std_dev"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 10372,
                                                        "end": 10395,
                                                        "loc": {
                                                          "start": {
                                                            "line": 289,
                                                            "column": 22
                                                          },
                                                          "end": {
                                                            "line": 289,
                                                            "column": 45
                                                          },
                                                          "identifierName": "plus_standard_deviation"
                                                        },
                                                        "name": "plus_standard_deviation"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 10396,
                                                      "end": 10414,
                                                      "loc": {
                                                        "start": {
                                                          "line": 289,
                                                          "column": 46
                                                        },
                                                        "end": {
                                                          "line": 289,
                                                          "column": 64
                                                        },
                                                        "identifierName": "std_dev_error_mean"
                                                      },
                                                      "name": "std_dev_error_mean"
                                                    },
                                                    "computed": false
                                                  },
                                                  "alternate": {
                                                    "type": "MemberExpression",
                                                    "start": 10429,
                                                    "end": 10455,
                                                    "loc": {
                                                      "start": {
                                                        "line": 290,
                                                        "column": 14
                                                      },
                                                      "end": {
                                                        "line": 290,
                                                        "column": 40
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 10429,
                                                      "end": 10436,
                                                      "loc": {
                                                        "start": {
                                                          "line": 290,
                                                          "column": 14
                                                        },
                                                        "end": {
                                                          "line": 290,
                                                          "column": 21
                                                        },
                                                        "identifierName": "std_dev"
                                                      },
                                                      "name": "std_dev"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 10437,
                                                      "end": 10455,
                                                      "loc": {
                                                        "start": {
                                                          "line": 290,
                                                          "column": 22
                                                        },
                                                        "end": {
                                                          "line": 290,
                                                          "column": 40
                                                        },
                                                        "identifierName": "std_dev_error_mean"
                                                      },
                                                      "name": "std_dev_error_mean"
                                                    },
                                                    "computed": false
                                                  }
                                                }
                                              }
                                            },
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 10469,
                                              "end": 10691,
                                              "loc": {
                                                "start": {
                                                  "line": 291,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 293,
                                                  "column": 36
                                                }
                                              },
                                              "expression": {
                                                "type": "AssignmentExpression",
                                                "start": 10469,
                                                "end": 10690,
                                                "loc": {
                                                  "start": {
                                                    "line": 291,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 293,
                                                    "column": 35
                                                  }
                                                },
                                                "operator": "=",
                                                "left": {
                                                  "type": "Identifier",
                                                  "start": 10469,
                                                  "end": 10482,
                                                  "loc": {
                                                    "start": {
                                                      "line": 291,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 291,
                                                      "column": 25
                                                    },
                                                    "identifierName": "std_dev_error"
                                                  },
                                                  "name": "std_dev_error"
                                                },
                                                "right": {
                                                  "type": "ConditionalExpression",
                                                  "start": 10486,
                                                  "end": 10690,
                                                  "loc": {
                                                    "start": {
                                                      "line": 291,
                                                      "column": 29
                                                    },
                                                    "end": {
                                                      "line": 293,
                                                      "column": 35
                                                    }
                                                  },
                                                  "test": {
                                                    "type": "LogicalExpression",
                                                    "start": 10486,
                                                    "end": 10594,
                                                    "loc": {
                                                      "start": {
                                                        "line": 291,
                                                        "column": 29
                                                      },
                                                      "end": {
                                                        "line": 291,
                                                        "column": 137
                                                      }
                                                    },
                                                    "left": {
                                                      "type": "BinaryExpression",
                                                      "start": 10486,
                                                      "end": 10531,
                                                      "loc": {
                                                        "start": {
                                                          "line": 291,
                                                          "column": 29
                                                        },
                                                        "end": {
                                                          "line": 291,
                                                          "column": 74
                                                        }
                                                      },
                                                      "left": {
                                                        "type": "MemberExpression",
                                                        "start": 10486,
                                                        "end": 10517,
                                                        "loc": {
                                                          "start": {
                                                            "line": 291,
                                                            "column": 29
                                                          },
                                                          "end": {
                                                            "line": 291,
                                                            "column": 60
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 10486,
                                                          "end": 10493,
                                                          "loc": {
                                                            "start": {
                                                              "line": 291,
                                                              "column": 29
                                                            },
                                                            "end": {
                                                              "line": 291,
                                                              "column": 36
                                                            },
                                                            "identifierName": "std_dev"
                                                          },
                                                          "name": "std_dev"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 10494,
                                                          "end": 10517,
                                                          "loc": {
                                                            "start": {
                                                              "line": 291,
                                                              "column": 37
                                                            },
                                                            "end": {
                                                              "line": 291,
                                                              "column": 60
                                                            },
                                                            "identifierName": "plus_standard_deviation"
                                                          },
                                                          "name": "plus_standard_deviation"
                                                        },
                                                        "computed": false
                                                      },
                                                      "operator": "!==",
                                                      "right": {
                                                        "type": "Identifier",
                                                        "start": 10522,
                                                        "end": 10531,
                                                        "loc": {
                                                          "start": {
                                                            "line": 291,
                                                            "column": 65
                                                          },
                                                          "end": {
                                                            "line": 291,
                                                            "column": 74
                                                          },
                                                          "identifierName": "undefined"
                                                        },
                                                        "name": "undefined"
                                                      }
                                                    },
                                                    "operator": "&&",
                                                    "right": {
                                                      "type": "BinaryExpression",
                                                      "start": 10535,
                                                      "end": 10594,
                                                      "loc": {
                                                        "start": {
                                                          "line": 291,
                                                          "column": 78
                                                        },
                                                        "end": {
                                                          "line": 291,
                                                          "column": 137
                                                        }
                                                      },
                                                      "left": {
                                                        "type": "MemberExpression",
                                                        "start": 10535,
                                                        "end": 10580,
                                                        "loc": {
                                                          "start": {
                                                            "line": 291,
                                                            "column": 78
                                                          },
                                                          "end": {
                                                            "line": 291,
                                                            "column": 123
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 10535,
                                                          "end": 10566,
                                                          "loc": {
                                                            "start": {
                                                              "line": 291,
                                                              "column": 78
                                                            },
                                                            "end": {
                                                              "line": 291,
                                                              "column": 109
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 10535,
                                                            "end": 10542,
                                                            "loc": {
                                                              "start": {
                                                                "line": 291,
                                                                "column": 78
                                                              },
                                                              "end": {
                                                                "line": 291,
                                                                "column": 85
                                                              },
                                                              "identifierName": "std_dev"
                                                            },
                                                            "name": "std_dev"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 10543,
                                                            "end": 10566,
                                                            "loc": {
                                                              "start": {
                                                                "line": 291,
                                                                "column": 86
                                                              },
                                                              "end": {
                                                                "line": 291,
                                                                "column": 109
                                                              },
                                                              "identifierName": "plus_standard_deviation"
                                                            },
                                                            "name": "plus_standard_deviation"
                                                          },
                                                          "computed": false
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 10567,
                                                          "end": 10580,
                                                          "loc": {
                                                            "start": {
                                                              "line": 291,
                                                              "column": 110
                                                            },
                                                            "end": {
                                                              "line": 291,
                                                              "column": 123
                                                            },
                                                            "identifierName": "std_dev_error"
                                                          },
                                                          "name": "std_dev_error"
                                                        },
                                                        "computed": false
                                                      },
                                                      "operator": "!==",
                                                      "right": {
                                                        "type": "Identifier",
                                                        "start": 10585,
                                                        "end": 10594,
                                                        "loc": {
                                                          "start": {
                                                            "line": 291,
                                                            "column": 128
                                                          },
                                                          "end": {
                                                            "line": 291,
                                                            "column": 137
                                                          },
                                                          "identifierName": "undefined"
                                                        },
                                                        "name": "undefined"
                                                      }
                                                    }
                                                  },
                                                  "consequent": {
                                                    "type": "MemberExpression",
                                                    "start": 10609,
                                                    "end": 10654,
                                                    "loc": {
                                                      "start": {
                                                        "line": 292,
                                                        "column": 14
                                                      },
                                                      "end": {
                                                        "line": 292,
                                                        "column": 59
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 10609,
                                                      "end": 10640,
                                                      "loc": {
                                                        "start": {
                                                          "line": 292,
                                                          "column": 14
                                                        },
                                                        "end": {
                                                          "line": 292,
                                                          "column": 45
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 10609,
                                                        "end": 10616,
                                                        "loc": {
                                                          "start": {
                                                            "line": 292,
                                                            "column": 14
                                                          },
                                                          "end": {
                                                            "line": 292,
                                                            "column": 21
                                                          },
                                                          "identifierName": "std_dev"
                                                        },
                                                        "name": "std_dev"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 10617,
                                                        "end": 10640,
                                                        "loc": {
                                                          "start": {
                                                            "line": 292,
                                                            "column": 22
                                                          },
                                                          "end": {
                                                            "line": 292,
                                                            "column": 45
                                                          },
                                                          "identifierName": "plus_standard_deviation"
                                                        },
                                                        "name": "plus_standard_deviation"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 10641,
                                                      "end": 10654,
                                                      "loc": {
                                                        "start": {
                                                          "line": 292,
                                                          "column": 46
                                                        },
                                                        "end": {
                                                          "line": 292,
                                                          "column": 59
                                                        },
                                                        "identifierName": "std_dev_error"
                                                      },
                                                      "name": "std_dev_error"
                                                    },
                                                    "computed": false
                                                  },
                                                  "alternate": {
                                                    "type": "MemberExpression",
                                                    "start": 10669,
                                                    "end": 10690,
                                                    "loc": {
                                                      "start": {
                                                        "line": 293,
                                                        "column": 14
                                                      },
                                                      "end": {
                                                        "line": 293,
                                                        "column": 35
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 10669,
                                                      "end": 10676,
                                                      "loc": {
                                                        "start": {
                                                          "line": 293,
                                                          "column": 14
                                                        },
                                                        "end": {
                                                          "line": 293,
                                                          "column": 21
                                                        },
                                                        "identifierName": "std_dev"
                                                      },
                                                      "name": "std_dev"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 10677,
                                                      "end": 10690,
                                                      "loc": {
                                                        "start": {
                                                          "line": 293,
                                                          "column": 22
                                                        },
                                                        "end": {
                                                          "line": 293,
                                                          "column": 35
                                                        },
                                                        "identifierName": "std_dev_error"
                                                      },
                                                      "name": "std_dev_error"
                                                    },
                                                    "computed": false
                                                  }
                                                }
                                              }
                                            }
                                          ],
                                          "directives": []
                                        },
                                        "alternate": {
                                          "type": "BlockStatement",
                                          "start": 10709,
                                          "end": 11216,
                                          "loc": {
                                            "start": {
                                              "line": 294,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 301,
                                              "column": 11
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 10723,
                                              "end": 10967,
                                              "loc": {
                                                "start": {
                                                  "line": 295,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 297,
                                                  "column": 41
                                                }
                                              },
                                              "expression": {
                                                "type": "AssignmentExpression",
                                                "start": 10723,
                                                "end": 10966,
                                                "loc": {
                                                  "start": {
                                                    "line": 295,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 297,
                                                    "column": 40
                                                  }
                                                },
                                                "operator": "=",
                                                "left": {
                                                  "type": "Identifier",
                                                  "start": 10723,
                                                  "end": 10741,
                                                  "loc": {
                                                    "start": {
                                                      "line": 295,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 295,
                                                      "column": 30
                                                    },
                                                    "identifierName": "std_dev_error_mean"
                                                  },
                                                  "name": "std_dev_error_mean"
                                                },
                                                "right": {
                                                  "type": "ConditionalExpression",
                                                  "start": 10744,
                                                  "end": 10966,
                                                  "loc": {
                                                    "start": {
                                                      "line": 295,
                                                      "column": 33
                                                    },
                                                    "end": {
                                                      "line": 297,
                                                      "column": 40
                                                    }
                                                  },
                                                  "test": {
                                                    "type": "LogicalExpression",
                                                    "start": 10744,
                                                    "end": 10859,
                                                    "loc": {
                                                      "start": {
                                                        "line": 295,
                                                        "column": 33
                                                      },
                                                      "end": {
                                                        "line": 295,
                                                        "column": 148
                                                      }
                                                    },
                                                    "left": {
                                                      "type": "BinaryExpression",
                                                      "start": 10744,
                                                      "end": 10790,
                                                      "loc": {
                                                        "start": {
                                                          "line": 295,
                                                          "column": 33
                                                        },
                                                        "end": {
                                                          "line": 295,
                                                          "column": 79
                                                        }
                                                      },
                                                      "left": {
                                                        "type": "MemberExpression",
                                                        "start": 10744,
                                                        "end": 10776,
                                                        "loc": {
                                                          "start": {
                                                            "line": 295,
                                                            "column": 33
                                                          },
                                                          "end": {
                                                            "line": 295,
                                                            "column": 65
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 10744,
                                                          "end": 10751,
                                                          "loc": {
                                                            "start": {
                                                              "line": 295,
                                                              "column": 33
                                                            },
                                                            "end": {
                                                              "line": 295,
                                                              "column": 40
                                                            },
                                                            "identifierName": "std_dev"
                                                          },
                                                          "name": "std_dev"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 10752,
                                                          "end": 10776,
                                                          "loc": {
                                                            "start": {
                                                              "line": 295,
                                                              "column": 41
                                                            },
                                                            "end": {
                                                              "line": 295,
                                                              "column": 65
                                                            },
                                                            "identifierName": "minus_standard_deviation"
                                                          },
                                                          "name": "minus_standard_deviation"
                                                        },
                                                        "computed": false
                                                      },
                                                      "operator": "!==",
                                                      "right": {
                                                        "type": "Identifier",
                                                        "start": 10781,
                                                        "end": 10790,
                                                        "loc": {
                                                          "start": {
                                                            "line": 295,
                                                            "column": 70
                                                          },
                                                          "end": {
                                                            "line": 295,
                                                            "column": 79
                                                          },
                                                          "identifierName": "undefined"
                                                        },
                                                        "name": "undefined"
                                                      }
                                                    },
                                                    "operator": "&&",
                                                    "right": {
                                                      "type": "BinaryExpression",
                                                      "start": 10794,
                                                      "end": 10859,
                                                      "loc": {
                                                        "start": {
                                                          "line": 295,
                                                          "column": 83
                                                        },
                                                        "end": {
                                                          "line": 295,
                                                          "column": 148
                                                        }
                                                      },
                                                      "left": {
                                                        "type": "MemberExpression",
                                                        "start": 10794,
                                                        "end": 10845,
                                                        "loc": {
                                                          "start": {
                                                            "line": 295,
                                                            "column": 83
                                                          },
                                                          "end": {
                                                            "line": 295,
                                                            "column": 134
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 10794,
                                                          "end": 10826,
                                                          "loc": {
                                                            "start": {
                                                              "line": 295,
                                                              "column": 83
                                                            },
                                                            "end": {
                                                              "line": 295,
                                                              "column": 115
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 10794,
                                                            "end": 10801,
                                                            "loc": {
                                                              "start": {
                                                                "line": 295,
                                                                "column": 83
                                                              },
                                                              "end": {
                                                                "line": 295,
                                                                "column": 90
                                                              },
                                                              "identifierName": "std_dev"
                                                            },
                                                            "name": "std_dev"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 10802,
                                                            "end": 10826,
                                                            "loc": {
                                                              "start": {
                                                                "line": 295,
                                                                "column": 91
                                                              },
                                                              "end": {
                                                                "line": 295,
                                                                "column": 115
                                                              },
                                                              "identifierName": "minus_standard_deviation"
                                                            },
                                                            "name": "minus_standard_deviation"
                                                          },
                                                          "computed": false
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 10827,
                                                          "end": 10845,
                                                          "loc": {
                                                            "start": {
                                                              "line": 295,
                                                              "column": 116
                                                            },
                                                            "end": {
                                                              "line": 295,
                                                              "column": 134
                                                            },
                                                            "identifierName": "std_dev_error_mean"
                                                          },
                                                          "name": "std_dev_error_mean"
                                                        },
                                                        "computed": false
                                                      },
                                                      "operator": "!==",
                                                      "right": {
                                                        "type": "Identifier",
                                                        "start": 10850,
                                                        "end": 10859,
                                                        "loc": {
                                                          "start": {
                                                            "line": 295,
                                                            "column": 139
                                                          },
                                                          "end": {
                                                            "line": 295,
                                                            "column": 148
                                                          },
                                                          "identifierName": "undefined"
                                                        },
                                                        "name": "undefined"
                                                      }
                                                    }
                                                  },
                                                  "consequent": {
                                                    "type": "MemberExpression",
                                                    "start": 10874,
                                                    "end": 10925,
                                                    "loc": {
                                                      "start": {
                                                        "line": 296,
                                                        "column": 14
                                                      },
                                                      "end": {
                                                        "line": 296,
                                                        "column": 65
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 10874,
                                                      "end": 10906,
                                                      "loc": {
                                                        "start": {
                                                          "line": 296,
                                                          "column": 14
                                                        },
                                                        "end": {
                                                          "line": 296,
                                                          "column": 46
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 10874,
                                                        "end": 10881,
                                                        "loc": {
                                                          "start": {
                                                            "line": 296,
                                                            "column": 14
                                                          },
                                                          "end": {
                                                            "line": 296,
                                                            "column": 21
                                                          },
                                                          "identifierName": "std_dev"
                                                        },
                                                        "name": "std_dev"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 10882,
                                                        "end": 10906,
                                                        "loc": {
                                                          "start": {
                                                            "line": 296,
                                                            "column": 22
                                                          },
                                                          "end": {
                                                            "line": 296,
                                                            "column": 46
                                                          },
                                                          "identifierName": "minus_standard_deviation"
                                                        },
                                                        "name": "minus_standard_deviation"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 10907,
                                                      "end": 10925,
                                                      "loc": {
                                                        "start": {
                                                          "line": 296,
                                                          "column": 47
                                                        },
                                                        "end": {
                                                          "line": 296,
                                                          "column": 65
                                                        },
                                                        "identifierName": "std_dev_error_mean"
                                                      },
                                                      "name": "std_dev_error_mean"
                                                    },
                                                    "computed": false
                                                  },
                                                  "alternate": {
                                                    "type": "MemberExpression",
                                                    "start": 10940,
                                                    "end": 10966,
                                                    "loc": {
                                                      "start": {
                                                        "line": 297,
                                                        "column": 14
                                                      },
                                                      "end": {
                                                        "line": 297,
                                                        "column": 40
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 10940,
                                                      "end": 10947,
                                                      "loc": {
                                                        "start": {
                                                          "line": 297,
                                                          "column": 14
                                                        },
                                                        "end": {
                                                          "line": 297,
                                                          "column": 21
                                                        },
                                                        "identifierName": "std_dev"
                                                      },
                                                      "name": "std_dev"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 10948,
                                                      "end": 10966,
                                                      "loc": {
                                                        "start": {
                                                          "line": 297,
                                                          "column": 22
                                                        },
                                                        "end": {
                                                          "line": 297,
                                                          "column": 40
                                                        },
                                                        "identifierName": "std_dev_error_mean"
                                                      },
                                                      "name": "std_dev_error_mean"
                                                    },
                                                    "computed": false
                                                  }
                                                }
                                              }
                                            },
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 10980,
                                              "end": 11204,
                                              "loc": {
                                                "start": {
                                                  "line": 298,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 300,
                                                  "column": 36
                                                }
                                              },
                                              "expression": {
                                                "type": "AssignmentExpression",
                                                "start": 10980,
                                                "end": 11203,
                                                "loc": {
                                                  "start": {
                                                    "line": 298,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 300,
                                                    "column": 35
                                                  }
                                                },
                                                "operator": "=",
                                                "left": {
                                                  "type": "Identifier",
                                                  "start": 10980,
                                                  "end": 10993,
                                                  "loc": {
                                                    "start": {
                                                      "line": 298,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 298,
                                                      "column": 25
                                                    },
                                                    "identifierName": "std_dev_error"
                                                  },
                                                  "name": "std_dev_error"
                                                },
                                                "right": {
                                                  "type": "ConditionalExpression",
                                                  "start": 10996,
                                                  "end": 11203,
                                                  "loc": {
                                                    "start": {
                                                      "line": 298,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 300,
                                                      "column": 35
                                                    }
                                                  },
                                                  "test": {
                                                    "type": "LogicalExpression",
                                                    "start": 10996,
                                                    "end": 11106,
                                                    "loc": {
                                                      "start": {
                                                        "line": 298,
                                                        "column": 28
                                                      },
                                                      "end": {
                                                        "line": 298,
                                                        "column": 138
                                                      }
                                                    },
                                                    "left": {
                                                      "type": "BinaryExpression",
                                                      "start": 10996,
                                                      "end": 11042,
                                                      "loc": {
                                                        "start": {
                                                          "line": 298,
                                                          "column": 28
                                                        },
                                                        "end": {
                                                          "line": 298,
                                                          "column": 74
                                                        }
                                                      },
                                                      "left": {
                                                        "type": "MemberExpression",
                                                        "start": 10996,
                                                        "end": 11028,
                                                        "loc": {
                                                          "start": {
                                                            "line": 298,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 298,
                                                            "column": 60
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 10996,
                                                          "end": 11003,
                                                          "loc": {
                                                            "start": {
                                                              "line": 298,
                                                              "column": 28
                                                            },
                                                            "end": {
                                                              "line": 298,
                                                              "column": 35
                                                            },
                                                            "identifierName": "std_dev"
                                                          },
                                                          "name": "std_dev"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 11004,
                                                          "end": 11028,
                                                          "loc": {
                                                            "start": {
                                                              "line": 298,
                                                              "column": 36
                                                            },
                                                            "end": {
                                                              "line": 298,
                                                              "column": 60
                                                            },
                                                            "identifierName": "minus_standard_deviation"
                                                          },
                                                          "name": "minus_standard_deviation"
                                                        },
                                                        "computed": false
                                                      },
                                                      "operator": "!==",
                                                      "right": {
                                                        "type": "Identifier",
                                                        "start": 11033,
                                                        "end": 11042,
                                                        "loc": {
                                                          "start": {
                                                            "line": 298,
                                                            "column": 65
                                                          },
                                                          "end": {
                                                            "line": 298,
                                                            "column": 74
                                                          },
                                                          "identifierName": "undefined"
                                                        },
                                                        "name": "undefined"
                                                      }
                                                    },
                                                    "operator": "&&",
                                                    "right": {
                                                      "type": "BinaryExpression",
                                                      "start": 11046,
                                                      "end": 11106,
                                                      "loc": {
                                                        "start": {
                                                          "line": 298,
                                                          "column": 78
                                                        },
                                                        "end": {
                                                          "line": 298,
                                                          "column": 138
                                                        }
                                                      },
                                                      "left": {
                                                        "type": "MemberExpression",
                                                        "start": 11046,
                                                        "end": 11092,
                                                        "loc": {
                                                          "start": {
                                                            "line": 298,
                                                            "column": 78
                                                          },
                                                          "end": {
                                                            "line": 298,
                                                            "column": 124
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 11046,
                                                          "end": 11078,
                                                          "loc": {
                                                            "start": {
                                                              "line": 298,
                                                              "column": 78
                                                            },
                                                            "end": {
                                                              "line": 298,
                                                              "column": 110
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 11046,
                                                            "end": 11053,
                                                            "loc": {
                                                              "start": {
                                                                "line": 298,
                                                                "column": 78
                                                              },
                                                              "end": {
                                                                "line": 298,
                                                                "column": 85
                                                              },
                                                              "identifierName": "std_dev"
                                                            },
                                                            "name": "std_dev"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 11054,
                                                            "end": 11078,
                                                            "loc": {
                                                              "start": {
                                                                "line": 298,
                                                                "column": 86
                                                              },
                                                              "end": {
                                                                "line": 298,
                                                                "column": 110
                                                              },
                                                              "identifierName": "minus_standard_deviation"
                                                            },
                                                            "name": "minus_standard_deviation"
                                                          },
                                                          "computed": false
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 11079,
                                                          "end": 11092,
                                                          "loc": {
                                                            "start": {
                                                              "line": 298,
                                                              "column": 111
                                                            },
                                                            "end": {
                                                              "line": 298,
                                                              "column": 124
                                                            },
                                                            "identifierName": "std_dev_error"
                                                          },
                                                          "name": "std_dev_error"
                                                        },
                                                        "computed": false
                                                      },
                                                      "operator": "!==",
                                                      "right": {
                                                        "type": "Identifier",
                                                        "start": 11097,
                                                        "end": 11106,
                                                        "loc": {
                                                          "start": {
                                                            "line": 298,
                                                            "column": 129
                                                          },
                                                          "end": {
                                                            "line": 298,
                                                            "column": 138
                                                          },
                                                          "identifierName": "undefined"
                                                        },
                                                        "name": "undefined"
                                                      }
                                                    }
                                                  },
                                                  "consequent": {
                                                    "type": "MemberExpression",
                                                    "start": 11121,
                                                    "end": 11167,
                                                    "loc": {
                                                      "start": {
                                                        "line": 299,
                                                        "column": 14
                                                      },
                                                      "end": {
                                                        "line": 299,
                                                        "column": 60
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 11121,
                                                      "end": 11153,
                                                      "loc": {
                                                        "start": {
                                                          "line": 299,
                                                          "column": 14
                                                        },
                                                        "end": {
                                                          "line": 299,
                                                          "column": 46
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 11121,
                                                        "end": 11128,
                                                        "loc": {
                                                          "start": {
                                                            "line": 299,
                                                            "column": 14
                                                          },
                                                          "end": {
                                                            "line": 299,
                                                            "column": 21
                                                          },
                                                          "identifierName": "std_dev"
                                                        },
                                                        "name": "std_dev"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 11129,
                                                        "end": 11153,
                                                        "loc": {
                                                          "start": {
                                                            "line": 299,
                                                            "column": 22
                                                          },
                                                          "end": {
                                                            "line": 299,
                                                            "column": 46
                                                          },
                                                          "identifierName": "minus_standard_deviation"
                                                        },
                                                        "name": "minus_standard_deviation"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 11154,
                                                      "end": 11167,
                                                      "loc": {
                                                        "start": {
                                                          "line": 299,
                                                          "column": 47
                                                        },
                                                        "end": {
                                                          "line": 299,
                                                          "column": 60
                                                        },
                                                        "identifierName": "std_dev_error"
                                                      },
                                                      "name": "std_dev_error"
                                                    },
                                                    "computed": false
                                                  },
                                                  "alternate": {
                                                    "type": "MemberExpression",
                                                    "start": 11182,
                                                    "end": 11203,
                                                    "loc": {
                                                      "start": {
                                                        "line": 300,
                                                        "column": 14
                                                      },
                                                      "end": {
                                                        "line": 300,
                                                        "column": 35
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 11182,
                                                      "end": 11189,
                                                      "loc": {
                                                        "start": {
                                                          "line": 300,
                                                          "column": 14
                                                        },
                                                        "end": {
                                                          "line": 300,
                                                          "column": 21
                                                        },
                                                        "identifierName": "std_dev"
                                                      },
                                                      "name": "std_dev"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 11190,
                                                      "end": 11203,
                                                      "loc": {
                                                        "start": {
                                                          "line": 300,
                                                          "column": 22
                                                        },
                                                        "end": {
                                                          "line": 300,
                                                          "column": 35
                                                        },
                                                        "identifierName": "std_dev_error"
                                                      },
                                                      "name": "std_dev_error"
                                                    },
                                                    "computed": false
                                                  }
                                                }
                                              }
                                            }
                                          ],
                                          "directives": []
                                        }
                                      },
                                      {
                                        "type": "VariableDeclaration",
                                        "start": 11227,
                                        "end": 11338,
                                        "loc": {
                                          "start": {
                                            "line": 302,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 302,
                                            "column": 121
                                          }
                                        },
                                        "declarations": [
                                          {
                                            "type": "VariableDeclarator",
                                            "start": 11233,
                                            "end": 11338,
                                            "loc": {
                                              "start": {
                                                "line": 302,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 302,
                                                "column": 121
                                              }
                                            },
                                            "id": {
                                              "type": "Identifier",
                                              "start": 11233,
                                              "end": 11250,
                                              "loc": {
                                                "start": {
                                                  "line": 302,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 302,
                                                  "column": 33
                                                },
                                                "identifierName": "boundsCalculation"
                                              },
                                              "name": "boundsCalculation"
                                            },
                                            "init": {
                                              "type": "BinaryExpression",
                                              "start": 11253,
                                              "end": 11338,
                                              "loc": {
                                                "start": {
                                                  "line": 302,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 302,
                                                  "column": 121
                                                }
                                              },
                                              "left": {
                                                "type": "BinaryExpression",
                                                "start": 11254,
                                                "end": 11324,
                                                "loc": {
                                                  "start": {
                                                    "line": 302,
                                                    "column": 37
                                                  },
                                                  "end": {
                                                    "line": 302,
                                                    "column": 107
                                                  }
                                                },
                                                "left": {
                                                  "type": "CallExpression",
                                                  "start": 11254,
                                                  "end": 11320,
                                                  "loc": {
                                                    "start": {
                                                      "line": 302,
                                                      "column": 37
                                                    },
                                                    "end": {
                                                      "line": 302,
                                                      "column": 103
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 11254,
                                                    "end": 11270,
                                                    "loc": {
                                                      "start": {
                                                        "line": 302,
                                                        "column": 37
                                                      },
                                                      "end": {
                                                        "line": 302,
                                                        "column": 53
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 11254,
                                                      "end": 11266,
                                                      "loc": {
                                                        "start": {
                                                          "line": 302,
                                                          "column": 37
                                                        },
                                                        "end": {
                                                          "line": 302,
                                                          "column": 49
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 11254,
                                                        "end": 11259,
                                                        "loc": {
                                                          "start": {
                                                            "line": 302,
                                                            "column": 37
                                                          },
                                                          "end": {
                                                            "line": 302,
                                                            "column": 42
                                                          },
                                                          "identifierName": "jStat"
                                                        },
                                                        "name": "jStat"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 11260,
                                                        "end": 11266,
                                                        "loc": {
                                                          "start": {
                                                            "line": 302,
                                                            "column": 43
                                                          },
                                                          "end": {
                                                            "line": 302,
                                                            "column": 49
                                                          },
                                                          "identifierName": "normal"
                                                        },
                                                        "name": "normal"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 11267,
                                                      "end": 11270,
                                                      "loc": {
                                                        "start": {
                                                          "line": 302,
                                                          "column": 50
                                                        },
                                                        "end": {
                                                          "line": 302,
                                                          "column": 53
                                                        },
                                                        "identifierName": "inv"
                                                      },
                                                      "name": "inv"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "BinaryExpression",
                                                      "start": 11272,
                                                      "end": 11283,
                                                      "loc": {
                                                        "start": {
                                                          "line": 302,
                                                          "column": 55
                                                        },
                                                        "end": {
                                                          "line": 302,
                                                          "column": 66
                                                        }
                                                      },
                                                      "left": {
                                                        "type": "Identifier",
                                                        "start": 11272,
                                                        "end": 11277,
                                                        "loc": {
                                                          "start": {
                                                            "line": 302,
                                                            "column": 55
                                                          },
                                                          "end": {
                                                            "line": 302,
                                                            "column": 60
                                                          },
                                                          "identifierName": "range"
                                                        },
                                                        "name": "range"
                                                      },
                                                      "operator": "/",
                                                      "right": {
                                                        "type": "NumericLiteral",
                                                        "start": 11280,
                                                        "end": 11283,
                                                        "loc": {
                                                          "start": {
                                                            "line": 302,
                                                            "column": 63
                                                          },
                                                          "end": {
                                                            "line": 302,
                                                            "column": 66
                                                          }
                                                        },
                                                        "extra": {
                                                          "rawValue": 100,
                                                          "raw": "100"
                                                        },
                                                        "value": 100
                                                      },
                                                      "extra": {
                                                        "parenthesized": true,
                                                        "parenStart": 11271
                                                      }
                                                    },
                                                    {
                                                      "type": "Identifier",
                                                      "start": 11286,
                                                      "end": 11304,
                                                      "loc": {
                                                        "start": {
                                                          "line": 302,
                                                          "column": 69
                                                        },
                                                        "end": {
                                                          "line": 302,
                                                          "column": 87
                                                        },
                                                        "identifierName": "std_dev_error_mean"
                                                      },
                                                      "name": "std_dev_error_mean"
                                                    },
                                                    {
                                                      "type": "Identifier",
                                                      "start": 11306,
                                                      "end": 11319,
                                                      "loc": {
                                                        "start": {
                                                          "line": 302,
                                                          "column": 89
                                                        },
                                                        "end": {
                                                          "line": 302,
                                                          "column": 102
                                                        },
                                                        "identifierName": "std_dev_error"
                                                      },
                                                      "name": "std_dev_error"
                                                    }
                                                  ]
                                                },
                                                "operator": "+",
                                                "right": {
                                                  "type": "NumericLiteral",
                                                  "start": 11323,
                                                  "end": 11324,
                                                  "loc": {
                                                    "start": {
                                                      "line": 302,
                                                      "column": 106
                                                    },
                                                    "end": {
                                                      "line": 302,
                                                      "column": 107
                                                    }
                                                  },
                                                  "extra": {
                                                    "rawValue": 1,
                                                    "raw": "1"
                                                  },
                                                  "value": 1
                                                },
                                                "extra": {
                                                  "parenthesized": true,
                                                  "parenStart": 11253
                                                }
                                              },
                                              "operator": "*",
                                              "right": {
                                                "type": "Identifier",
                                                "start": 11328,
                                                "end": 11338,
                                                "loc": {
                                                  "start": {
                                                    "line": 302,
                                                    "column": 111
                                                  },
                                                  "end": {
                                                    "line": 302,
                                                    "column": 121
                                                  },
                                                  "identifierName": "modelValue"
                                                },
                                                "name": "modelValue"
                                              }
                                            }
                                          }
                                        ],
                                        "kind": "const"
                                      },
                                      {
                                        "type": "IfStatement",
                                        "start": 11350,
                                        "end": 11954,
                                        "loc": {
                                          "start": {
                                            "line": 304,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 314,
                                            "column": 11
                                          }
                                        },
                                        "test": {
                                          "type": "BinaryExpression",
                                          "start": 11354,
                                          "end": 11382,
                                          "loc": {
                                            "start": {
                                              "line": 304,
                                              "column": 14
                                            },
                                            "end": {
                                              "line": 304,
                                              "column": 42
                                            }
                                          },
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 11354,
                                            "end": 11370,
                                            "loc": {
                                              "start": {
                                                "line": 304,
                                                "column": 14
                                              },
                                              "end": {
                                                "line": 304,
                                                "column": 30
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 11354,
                                              "end": 11367,
                                              "loc": {
                                                "start": {
                                                  "line": 304,
                                                  "column": 14
                                                },
                                                "end": {
                                                  "line": 304,
                                                  "column": 27
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 11354,
                                                "end": 11358,
                                                "loc": {
                                                  "start": {
                                                    "line": 304,
                                                    "column": 14
                                                  },
                                                  "end": {
                                                    "line": 304,
                                                    "column": 18
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 11359,
                                                "end": 11367,
                                                "loc": {
                                                  "start": {
                                                    "line": 304,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 304,
                                                    "column": 27
                                                  },
                                                  "identifierName": "lineItem"
                                                },
                                                "name": "lineItem"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 11368,
                                              "end": 11370,
                                              "loc": {
                                                "start": {
                                                  "line": 304,
                                                  "column": 28
                                                },
                                                "end": {
                                                  "line": 304,
                                                  "column": 30
                                                },
                                                "identifierName": "id"
                                              },
                                              "name": "id"
                                            },
                                            "computed": false
                                          },
                                          "operator": "==",
                                          "right": {
                                            "type": "NumericLiteral",
                                            "start": 11374,
                                            "end": 11382,
                                            "loc": {
                                              "start": {
                                                "line": 304,
                                                "column": 34
                                              },
                                              "end": {
                                                "line": 304,
                                                "column": 42
                                              }
                                            },
                                            "extra": {
                                              "rawValue": 36454962,
                                              "raw": "36454962"
                                            },
                                            "value": 36454962
                                          }
                                        },
                                        "consequent": {
                                          "type": "BlockStatement",
                                          "start": 11384,
                                          "end": 11954,
                                          "loc": {
                                            "start": {
                                              "line": 304,
                                              "column": 44
                                            },
                                            "end": {
                                              "line": 314,
                                              "column": 11
                                            }
                                          },
                                          "body": [],
                                          "directives": [],
                                          "leadingComments": null,
                                          "innerComments": [
                                            {
                                              "type": "CommentBlock",
                                              "value": " console.log('range', range);\n            console.log('r2', model.model.r2);\n            console.log('std_dev_error_mean', std_dev_error_mean);\n            console.log('std_dev_error', std_dev_error);\n            console.log('equation', model.model.equation);\n            console.log('dependencyValues', dependencyValues);\n            console.log('jstat', jStat.normal.inv((range / 100), std_dev_error_mean, std_dev_error));\n            console.log('modelValue', modelValue);\n            console.log('boundsCalculation', boundsCalculation);",
                                              "start": 11398,
                                              "end": 11942,
                                              "loc": {
                                                "start": {
                                                  "line": 305,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 313,
                                                  "column": 66
                                                }
                                              }
                                            }
                                          ]
                                        },
                                        "alternate": null
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 11965,
                                        "end": 11996,
                                        "loc": {
                                          "start": {
                                            "line": 315,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 315,
                                            "column": 41
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 11965,
                                          "end": 11995,
                                          "loc": {
                                            "start": {
                                              "line": 315,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 315,
                                              "column": 40
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 11965,
                                            "end": 11976,
                                            "loc": {
                                              "start": {
                                                "line": 315,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 315,
                                                "column": 21
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 11965,
                                              "end": 11971,
                                              "loc": {
                                                "start": {
                                                  "line": 315,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 315,
                                                  "column": 16
                                                },
                                                "identifierName": "bounds"
                                              },
                                              "name": "bounds"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 11972,
                                              "end": 11976,
                                              "loc": {
                                                "start": {
                                                  "line": 315,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 315,
                                                  "column": 21
                                                },
                                                "identifierName": "push"
                                              },
                                              "name": "push"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 11977,
                                              "end": 11994,
                                              "loc": {
                                                "start": {
                                                  "line": 315,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 315,
                                                  "column": 39
                                                },
                                                "identifierName": "boundsCalculation"
                                              },
                                              "name": "boundsCalculation"
                                            }
                                          ]
                                        }
                                      }
                                    ],
                                    "directives": []
                                  }
                                },
                                {
                                  "type": "IfStatement",
                                  "start": 12015,
                                  "end": 12104,
                                  "loc": {
                                    "start": {
                                      "line": 317,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 319,
                                      "column": 9
                                    }
                                  },
                                  "test": {
                                    "type": "BinaryExpression",
                                    "start": 12019,
                                    "end": 12047,
                                    "loc": {
                                      "start": {
                                        "line": 317,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 317,
                                        "column": 40
                                      }
                                    },
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 12019,
                                      "end": 12035,
                                      "loc": {
                                        "start": {
                                          "line": 317,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 317,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 12019,
                                        "end": 12032,
                                        "loc": {
                                          "start": {
                                            "line": 317,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 317,
                                            "column": 25
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 12019,
                                          "end": 12023,
                                          "loc": {
                                            "start": {
                                              "line": 317,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 317,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 12024,
                                          "end": 12032,
                                          "loc": {
                                            "start": {
                                              "line": 317,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 317,
                                              "column": 25
                                            },
                                            "identifierName": "lineItem"
                                          },
                                          "name": "lineItem"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 12033,
                                        "end": 12035,
                                        "loc": {
                                          "start": {
                                            "line": 317,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 317,
                                            "column": 28
                                          },
                                          "identifierName": "id"
                                        },
                                        "name": "id"
                                      },
                                      "computed": false
                                    },
                                    "operator": "==",
                                    "right": {
                                      "type": "NumericLiteral",
                                      "start": 12039,
                                      "end": 12047,
                                      "loc": {
                                        "start": {
                                          "line": 317,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 317,
                                          "column": 40
                                        }
                                      },
                                      "extra": {
                                        "rawValue": 36453602,
                                        "raw": "36453602"
                                      },
                                      "value": 36453602
                                    }
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 12049,
                                    "end": 12104,
                                    "loc": {
                                      "start": {
                                        "line": 317,
                                        "column": 42
                                      },
                                      "end": {
                                        "line": 319,
                                        "column": 9
                                      }
                                    },
                                    "body": [],
                                    "directives": [],
                                    "leadingComments": null,
                                    "innerComments": [
                                      {
                                        "type": "CommentLine",
                                        "value": " console.log('bounds', bounds);",
                                        "start": 12061,
                                        "end": 12094,
                                        "loc": {
                                          "start": {
                                            "line": 318,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 318,
                                            "column": 43
                                          }
                                        }
                                      }
                                    ]
                                  },
                                  "alternate": null
                                },
                                {
                                  "type": "ReturnStatement",
                                  "start": 12113,
                                  "end": 12190,
                                  "loc": {
                                    "start": {
                                      "line": 320,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 320,
                                      "column": 85
                                    }
                                  },
                                  "argument": {
                                    "type": "ObjectExpression",
                                    "start": 12120,
                                    "end": 12189,
                                    "loc": {
                                      "start": {
                                        "line": 320,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 320,
                                        "column": 84
                                      }
                                    },
                                    "properties": [
                                      {
                                        "type": "ObjectProperty",
                                        "start": 12122,
                                        "end": 12139,
                                        "loc": {
                                          "start": {
                                            "line": 320,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 320,
                                            "column": 34
                                          }
                                        },
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 12122,
                                          "end": 12127,
                                          "loc": {
                                            "start": {
                                              "line": 320,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 320,
                                              "column": 22
                                            },
                                            "identifierName": "value"
                                          },
                                          "name": "value"
                                        },
                                        "value": {
                                          "type": "Identifier",
                                          "start": 12129,
                                          "end": 12139,
                                          "loc": {
                                            "start": {
                                              "line": 320,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 320,
                                              "column": 34
                                            },
                                            "identifierName": "modelValue"
                                          },
                                          "name": "modelValue"
                                        }
                                      },
                                      {
                                        "type": "ObjectProperty",
                                        "start": 12141,
                                        "end": 12151,
                                        "loc": {
                                          "start": {
                                            "line": 320,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 320,
                                            "column": 46
                                          }
                                        },
                                        "method": false,
                                        "shorthand": true,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 12141,
                                          "end": 12151,
                                          "loc": {
                                            "start": {
                                              "line": 320,
                                              "column": 36
                                            },
                                            "end": {
                                              "line": 320,
                                              "column": 46
                                            },
                                            "identifierName": "isInBounds"
                                          },
                                          "name": "isInBounds"
                                        },
                                        "value": {
                                          "type": "Identifier",
                                          "start": 12141,
                                          "end": 12151,
                                          "loc": {
                                            "start": {
                                              "line": 320,
                                              "column": 36
                                            },
                                            "end": {
                                              "line": 320,
                                              "column": 46
                                            },
                                            "identifierName": "isInBounds"
                                          },
                                          "name": "isInBounds"
                                        },
                                        "extra": {
                                          "shorthand": true
                                        }
                                      },
                                      {
                                        "type": "ObjectProperty",
                                        "start": 12153,
                                        "end": 12171,
                                        "loc": {
                                          "start": {
                                            "line": 320,
                                            "column": 48
                                          },
                                          "end": {
                                            "line": 320,
                                            "column": 66
                                          }
                                        },
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 12153,
                                          "end": 12155,
                                          "loc": {
                                            "start": {
                                              "line": 320,
                                              "column": 48
                                            },
                                            "end": {
                                              "line": 320,
                                              "column": 50
                                            },
                                            "identifierName": "r2"
                                          },
                                          "name": "r2"
                                        },
                                        "value": {
                                          "type": "MemberExpression",
                                          "start": 12157,
                                          "end": 12171,
                                          "loc": {
                                            "start": {
                                              "line": 320,
                                              "column": 52
                                            },
                                            "end": {
                                              "line": 320,
                                              "column": 66
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 12157,
                                            "end": 12168,
                                            "loc": {
                                              "start": {
                                                "line": 320,
                                                "column": 52
                                              },
                                              "end": {
                                                "line": 320,
                                                "column": 63
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 12157,
                                              "end": 12162,
                                              "loc": {
                                                "start": {
                                                  "line": 320,
                                                  "column": 52
                                                },
                                                "end": {
                                                  "line": 320,
                                                  "column": 57
                                                },
                                                "identifierName": "model"
                                              },
                                              "name": "model"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 12163,
                                              "end": 12168,
                                              "loc": {
                                                "start": {
                                                  "line": 320,
                                                  "column": 58
                                                },
                                                "end": {
                                                  "line": 320,
                                                  "column": 63
                                                },
                                                "identifierName": "model"
                                              },
                                              "name": "model"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 12169,
                                            "end": 12171,
                                            "loc": {
                                              "start": {
                                                "line": 320,
                                                "column": 64
                                              },
                                              "end": {
                                                "line": 320,
                                                "column": 66
                                              },
                                              "identifierName": "r2"
                                            },
                                            "name": "r2"
                                          },
                                          "computed": false
                                        }
                                      },
                                      {
                                        "type": "ObjectProperty",
                                        "start": 12173,
                                        "end": 12187,
                                        "loc": {
                                          "start": {
                                            "line": 320,
                                            "column": 68
                                          },
                                          "end": {
                                            "line": 320,
                                            "column": 82
                                          }
                                        },
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 12173,
                                          "end": 12179,
                                          "loc": {
                                            "start": {
                                              "line": 320,
                                              "column": 68
                                            },
                                            "end": {
                                              "line": 320,
                                              "column": 74
                                            },
                                            "identifierName": "bounds"
                                          },
                                          "name": "bounds"
                                        },
                                        "value": {
                                          "type": "Identifier",
                                          "start": 12181,
                                          "end": 12187,
                                          "loc": {
                                            "start": {
                                              "line": 320,
                                              "column": 76
                                            },
                                            "end": {
                                              "line": 320,
                                              "column": 82
                                            },
                                            "identifierName": "bounds"
                                          },
                                          "name": "bounds"
                                        }
                                      }
                                    ]
                                  }
                                }
                              ],
                              "directives": []
                            },
                            "alternate": null
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 12209,
                      "end": 12222,
                      "loc": {
                        "start": {
                          "line": 323,
                          "column": 4
                        },
                        "end": {
                          "line": 323,
                          "column": 17
                        }
                      },
                      "argument": {
                        "type": "BooleanLiteral",
                        "start": 12216,
                        "end": 12221,
                        "loc": {
                          "start": {
                            "line": 323,
                            "column": 11
                          },
                          "end": {
                            "line": 323,
                            "column": 16
                          }
                        },
                        "value": false
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * @typedef {Object} EvaluatedModel\n   * @property {number|null} value\n   * @property {boolean} isInBounds\n   * @property {number} r2\n   ",
                    "start": 8072,
                    "end": 8217,
                    "loc": {
                      "start": {
                        "line": 229,
                        "column": 2
                      },
                      "end": {
                        "line": 234,
                        "column": 5
                      }
                    }
                  },
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Evaluates a single prediction model\n   *\n   * @param {object} model A prediction model to evaluate\n   * @return {EvaluatedModel} The result of evaluating the model\n   ",
                    "start": 8221,
                    "end": 8399,
                    "loc": {
                      "start": {
                        "line": 236,
                        "column": 2
                      },
                      "end": {
                        "line": 241,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Evaluates all the given models and returns a weighted average of the significant results\n   *\n   * @param {object[]} models The models to evaluate\n   * @return {number} The weighted avg of evaluating the given models\n   ",
                    "start": 12230,
                    "end": 12461,
                    "loc": {
                      "start": {
                        "line": 326,
                        "column": 2
                      },
                      "end": {
                        "line": 331,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 12464,
                "end": 13127,
                "loc": {
                  "start": {
                    "line": 332,
                    "column": 2
                  },
                  "end": {
                    "line": 348,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 12464,
                  "end": 12478,
                  "loc": {
                    "start": {
                      "line": 332,
                      "column": 2
                    },
                    "end": {
                      "line": 332,
                      "column": 16
                    },
                    "identifierName": "evaluateModels"
                  },
                  "name": "evaluateModels",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 12479,
                    "end": 12485,
                    "loc": {
                      "start": {
                        "line": 332,
                        "column": 17
                      },
                      "end": {
                        "line": 332,
                        "column": 23
                      },
                      "identifierName": "models"
                    },
                    "name": "models"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 12487,
                  "end": 13127,
                  "loc": {
                    "start": {
                      "line": 332,
                      "column": 25
                    },
                    "end": {
                      "line": 348,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 12493,
                      "end": 12550,
                      "loc": {
                        "start": {
                          "line": 333,
                          "column": 4
                        },
                        "end": {
                          "line": 333,
                          "column": 61
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 12499,
                          "end": 12549,
                          "loc": {
                            "start": {
                              "line": 333,
                              "column": 10
                            },
                            "end": {
                              "line": 333,
                              "column": 60
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 12499,
                            "end": 12514,
                            "loc": {
                              "start": {
                                "line": 333,
                                "column": 10
                              },
                              "end": {
                                "line": 333,
                                "column": 25
                              },
                              "identifierName": "evaluatedModels"
                            },
                            "name": "evaluatedModels"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 12517,
                            "end": 12549,
                            "loc": {
                              "start": {
                                "line": 333,
                                "column": 28
                              },
                              "end": {
                                "line": 333,
                                "column": 60
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 12517,
                              "end": 12541,
                              "loc": {
                                "start": {
                                  "line": 333,
                                  "column": 28
                                },
                                "end": {
                                  "line": 333,
                                  "column": 52
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 12517,
                                "end": 12521,
                                "loc": {
                                  "start": {
                                    "line": 333,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 333,
                                    "column": 32
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 12522,
                                "end": 12541,
                                "loc": {
                                  "start": {
                                    "line": 333,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 333,
                                    "column": 52
                                  },
                                  "identifierName": "_getEvaluatedModels"
                                },
                                "name": "_getEvaluatedModels"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 12542,
                                "end": 12548,
                                "loc": {
                                  "start": {
                                    "line": 333,
                                    "column": 53
                                  },
                                  "end": {
                                    "line": 333,
                                    "column": 59
                                  },
                                  "identifierName": "models"
                                },
                                "name": "models"
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 12555,
                      "end": 12625,
                      "loc": {
                        "start": {
                          "line": 334,
                          "column": 4
                        },
                        "end": {
                          "line": 334,
                          "column": 74
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 12561,
                          "end": 12624,
                          "loc": {
                            "start": {
                              "line": 334,
                              "column": 10
                            },
                            "end": {
                              "line": 334,
                              "column": 73
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 12561,
                            "end": 12578,
                            "loc": {
                              "start": {
                                "line": 334,
                                "column": 10
                              },
                              "end": {
                                "line": 334,
                                "column": 27
                              },
                              "identifierName": "weightedBoundsAvg"
                            },
                            "name": "weightedBoundsAvg"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 12581,
                            "end": 12624,
                            "loc": {
                              "start": {
                                "line": 334,
                                "column": 30
                              },
                              "end": {
                                "line": 334,
                                "column": 73
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 12581,
                              "end": 12607,
                              "loc": {
                                "start": {
                                  "line": 334,
                                  "column": 30
                                },
                                "end": {
                                  "line": 334,
                                  "column": 56
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 12581,
                                "end": 12585,
                                "loc": {
                                  "start": {
                                    "line": 334,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 334,
                                    "column": 34
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 12586,
                                "end": 12607,
                                "loc": {
                                  "start": {
                                    "line": 334,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 334,
                                    "column": 56
                                  },
                                  "identifierName": "_getWeightedBoundsAvg"
                                },
                                "name": "_getWeightedBoundsAvg"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 12608,
                                "end": 12623,
                                "loc": {
                                  "start": {
                                    "line": 334,
                                    "column": 57
                                  },
                                  "end": {
                                    "line": 334,
                                    "column": 72
                                  },
                                  "identifierName": "evaluatedModels"
                                },
                                "name": "evaluatedModels"
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "IfStatement",
                      "start": 12631,
                      "end": 12784,
                      "loc": {
                        "start": {
                          "line": 336,
                          "column": 4
                        },
                        "end": {
                          "line": 339,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 12635,
                        "end": 12663,
                        "loc": {
                          "start": {
                            "line": 336,
                            "column": 8
                          },
                          "end": {
                            "line": 336,
                            "column": 36
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 12635,
                          "end": 12651,
                          "loc": {
                            "start": {
                              "line": 336,
                              "column": 8
                            },
                            "end": {
                              "line": 336,
                              "column": 24
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 12635,
                            "end": 12648,
                            "loc": {
                              "start": {
                                "line": 336,
                                "column": 8
                              },
                              "end": {
                                "line": 336,
                                "column": 21
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 12635,
                              "end": 12639,
                              "loc": {
                                "start": {
                                  "line": 336,
                                  "column": 8
                                },
                                "end": {
                                  "line": 336,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 12640,
                              "end": 12648,
                              "loc": {
                                "start": {
                                  "line": 336,
                                  "column": 13
                                },
                                "end": {
                                  "line": 336,
                                  "column": 21
                                },
                                "identifierName": "lineItem"
                              },
                              "name": "lineItem"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 12649,
                            "end": 12651,
                            "loc": {
                              "start": {
                                "line": 336,
                                "column": 22
                              },
                              "end": {
                                "line": 336,
                                "column": 24
                              },
                              "identifierName": "id"
                            },
                            "name": "id"
                          },
                          "computed": false
                        },
                        "operator": "==",
                        "right": {
                          "type": "NumericLiteral",
                          "start": 12655,
                          "end": 12663,
                          "loc": {
                            "start": {
                              "line": 336,
                              "column": 28
                            },
                            "end": {
                              "line": 336,
                              "column": 36
                            }
                          },
                          "extra": {
                            "rawValue": 36453602,
                            "raw": "36453602"
                          },
                          "value": 36453602
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 12665,
                        "end": 12784,
                        "loc": {
                          "start": {
                            "line": 336,
                            "column": 38
                          },
                          "end": {
                            "line": 339,
                            "column": 5
                          }
                        },
                        "body": [],
                        "directives": [],
                        "leadingComments": null,
                        "innerComments": [
                          {
                            "type": "CommentLine",
                            "value": " console.log('line item', this.lineItem);",
                            "start": 12673,
                            "end": 12716,
                            "loc": {
                              "start": {
                                "line": 337,
                                "column": 6
                              },
                              "end": {
                                "line": 337,
                                "column": 49
                              }
                            }
                          },
                          {
                            "type": "CommentLine",
                            "value": " console.log('weightedBoundsAvg', weightedBoundsAvg);",
                            "start": 12723,
                            "end": 12778,
                            "loc": {
                              "start": {
                                "line": 338,
                                "column": 6
                              },
                              "end": {
                                "line": 338,
                                "column": 61
                              }
                            }
                          }
                        ]
                      },
                      "alternate": null
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 12790,
                      "end": 12879,
                      "loc": {
                        "start": {
                          "line": 341,
                          "column": 4
                        },
                        "end": {
                          "line": 341,
                          "column": 93
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 12790,
                        "end": 12878,
                        "loc": {
                          "start": {
                            "line": 341,
                            "column": 4
                          },
                          "end": {
                            "line": 341,
                            "column": 92
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 12790,
                          "end": 12858,
                          "loc": {
                            "start": {
                              "line": 341,
                              "column": 4
                            },
                            "end": {
                              "line": 341,
                              "column": 72
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 12790,
                            "end": 12837,
                            "loc": {
                              "start": {
                                "line": 341,
                                "column": 4
                              },
                              "end": {
                                "line": 341,
                                "column": 51
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 12790,
                              "end": 12816,
                              "loc": {
                                "start": {
                                  "line": 341,
                                  "column": 4
                                },
                                "end": {
                                  "line": 341,
                                  "column": 30
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 12790,
                                "end": 12803,
                                "loc": {
                                  "start": {
                                    "line": 341,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 341,
                                    "column": 17
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 12790,
                                  "end": 12794,
                                  "loc": {
                                    "start": {
                                      "line": 341,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 341,
                                      "column": 8
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 12795,
                                  "end": 12803,
                                  "loc": {
                                    "start": {
                                      "line": 341,
                                      "column": 9
                                    },
                                    "end": {
                                      "line": 341,
                                      "column": 17
                                    },
                                    "identifierName": "lineItem"
                                  },
                                  "name": "lineItem"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 12804,
                                "end": 12816,
                                "loc": {
                                  "start": {
                                    "line": 341,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 341,
                                    "column": 30
                                  },
                                  "identifierName": "_cacheValues"
                                },
                                "name": "_cacheValues"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "MemberExpression",
                              "start": 12817,
                              "end": 12836,
                              "loc": {
                                "start": {
                                  "line": 341,
                                  "column": 31
                                },
                                "end": {
                                  "line": 341,
                                  "column": 50
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 12817,
                                "end": 12821,
                                "loc": {
                                  "start": {
                                    "line": 341,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 341,
                                    "column": 35
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 12822,
                                "end": 12836,
                                "loc": {
                                  "start": {
                                    "line": 341,
                                    "column": 36
                                  },
                                  "end": {
                                    "line": 341,
                                    "column": 50
                                  },
                                  "identifierName": "predictionType"
                                },
                                "name": "predictionType"
                              },
                              "computed": false
                            },
                            "computed": true
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 12838,
                            "end": 12858,
                            "loc": {
                              "start": {
                                "line": 341,
                                "column": 52
                              },
                              "end": {
                                "line": 341,
                                "column": 72
                              },
                              "identifierName": "weightedNormalValues"
                            },
                            "name": "weightedNormalValues"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 12861,
                          "end": 12878,
                          "loc": {
                            "start": {
                              "line": 341,
                              "column": 75
                            },
                            "end": {
                              "line": 341,
                              "column": 92
                            },
                            "identifierName": "weightedBoundsAvg"
                          },
                          "name": "weightedBoundsAvg"
                        }
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 12885,
                      "end": 13050,
                      "loc": {
                        "start": {
                          "line": 343,
                          "column": 4
                        },
                        "end": {
                          "line": 345,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 12889,
                        "end": 12917,
                        "loc": {
                          "start": {
                            "line": 343,
                            "column": 8
                          },
                          "end": {
                            "line": 343,
                            "column": 36
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 12889,
                          "end": 12905,
                          "loc": {
                            "start": {
                              "line": 343,
                              "column": 8
                            },
                            "end": {
                              "line": 343,
                              "column": 24
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 12889,
                            "end": 12902,
                            "loc": {
                              "start": {
                                "line": 343,
                                "column": 8
                              },
                              "end": {
                                "line": 343,
                                "column": 21
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 12889,
                              "end": 12893,
                              "loc": {
                                "start": {
                                  "line": 343,
                                  "column": 8
                                },
                                "end": {
                                  "line": 343,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 12894,
                              "end": 12902,
                              "loc": {
                                "start": {
                                  "line": 343,
                                  "column": 13
                                },
                                "end": {
                                  "line": 343,
                                  "column": 21
                                },
                                "identifierName": "lineItem"
                              },
                              "name": "lineItem"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 12903,
                            "end": 12905,
                            "loc": {
                              "start": {
                                "line": 343,
                                "column": 22
                              },
                              "end": {
                                "line": 343,
                                "column": 24
                              },
                              "identifierName": "id"
                            },
                            "name": "id"
                          },
                          "computed": false
                        },
                        "operator": "==",
                        "right": {
                          "type": "NumericLiteral",
                          "start": 12909,
                          "end": 12917,
                          "loc": {
                            "start": {
                              "line": 343,
                              "column": 28
                            },
                            "end": {
                              "line": 343,
                              "column": 36
                            }
                          },
                          "extra": {
                            "rawValue": 36453602,
                            "raw": "36453602"
                          },
                          "value": 36453602
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 12919,
                        "end": 13050,
                        "loc": {
                          "start": {
                            "line": 343,
                            "column": 38
                          },
                          "end": {
                            "line": 345,
                            "column": 5
                          }
                        },
                        "body": [],
                        "directives": [],
                        "leadingComments": null,
                        "innerComments": [
                          {
                            "type": "CommentLine",
                            "value": " console.log('account weightedNormalValues', this.lineItem._cacheValues[this.predictionType].weightedNormalValues);",
                            "start": 12927,
                            "end": 13044,
                            "loc": {
                              "start": {
                                "line": 344,
                                "column": 6
                              },
                              "end": {
                                "line": 344,
                                "column": 123
                              }
                            }
                          }
                        ]
                      },
                      "alternate": null
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 13056,
                      "end": 13123,
                      "loc": {
                        "start": {
                          "line": 347,
                          "column": 4
                        },
                        "end": {
                          "line": 347,
                          "column": 71
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 13063,
                        "end": 13122,
                        "loc": {
                          "start": {
                            "line": 347,
                            "column": 11
                          },
                          "end": {
                            "line": 347,
                            "column": 70
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 13063,
                          "end": 13083,
                          "loc": {
                            "start": {
                              "line": 347,
                              "column": 11
                            },
                            "end": {
                              "line": 347,
                              "column": 31
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 13063,
                            "end": 13067,
                            "loc": {
                              "start": {
                                "line": 347,
                                "column": 11
                              },
                              "end": {
                                "line": 347,
                                "column": 15
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 13068,
                            "end": 13083,
                            "loc": {
                              "start": {
                                "line": 347,
                                "column": 16
                              },
                              "end": {
                                "line": 347,
                                "column": 31
                              },
                              "identifierName": "_getWeightedAvg"
                            },
                            "name": "_getWeightedAvg"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "CallExpression",
                            "start": 13084,
                            "end": 13121,
                            "loc": {
                              "start": {
                                "line": 347,
                                "column": 32
                              },
                              "end": {
                                "line": 347,
                                "column": 69
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 13084,
                              "end": 13104,
                              "loc": {
                                "start": {
                                  "line": 347,
                                  "column": 32
                                },
                                "end": {
                                  "line": 347,
                                  "column": 52
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 13084,
                                "end": 13088,
                                "loc": {
                                  "start": {
                                    "line": 347,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 347,
                                    "column": 36
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 13089,
                                "end": 13104,
                                "loc": {
                                  "start": {
                                    "line": 347,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 347,
                                    "column": 52
                                  },
                                  "identifierName": "_filterByBounds"
                                },
                                "name": "_filterByBounds"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 13105,
                                "end": 13120,
                                "loc": {
                                  "start": {
                                    "line": 347,
                                    "column": 53
                                  },
                                  "end": {
                                    "line": 347,
                                    "column": 68
                                  },
                                  "identifierName": "evaluatedModels"
                                },
                                "name": "evaluatedModels"
                              }
                            ]
                          }
                        ]
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Evaluates all the given models and returns a weighted average of the significant results\n   *\n   * @param {object[]} models The models to evaluate\n   * @return {number} The weighted avg of evaluating the given models\n   ",
                    "start": 12230,
                    "end": 12461,
                    "loc": {
                      "start": {
                        "line": 326,
                        "column": 2
                      },
                      "end": {
                        "line": 331,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Evaluate the models using an experimental weighting\n   *\n   * @param {object[]} models\n   * @return {number}\n   ",
                    "start": 13131,
                    "end": 13254,
                    "loc": {
                      "start": {
                        "line": 350,
                        "column": 2
                      },
                      "end": {
                        "line": 355,
                        "column": 5
                      }
                    }
                  },
                  {
                    "type": "CommentLine",
                    "value": " @todo replace method above with this one completely, make sure no leftover calls to this method name",
                    "start": 13257,
                    "end": 13360,
                    "loc": {
                      "start": {
                        "line": 356,
                        "column": 2
                      },
                      "end": {
                        "line": 356,
                        "column": 105
                      }
                    }
                  },
                  {
                    "type": "CommentLine",
                    "value": " do this as the very last task/item",
                    "start": 13363,
                    "end": 13400,
                    "loc": {
                      "start": {
                        "line": 357,
                        "column": 2
                      },
                      "end": {
                        "line": 357,
                        "column": 39
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 13403,
                "end": 13589,
                "loc": {
                  "start": {
                    "line": 358,
                    "column": 2
                  },
                  "end": {
                    "line": 361,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 13403,
                  "end": 13429,
                  "loc": {
                    "start": {
                      "line": 358,
                      "column": 2
                    },
                    "end": {
                      "line": 358,
                      "column": 28
                    },
                    "identifierName": "evaluateModelsExperimental"
                  },
                  "name": "evaluateModelsExperimental",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 13430,
                    "end": 13436,
                    "loc": {
                      "start": {
                        "line": 358,
                        "column": 29
                      },
                      "end": {
                        "line": 358,
                        "column": 35
                      },
                      "identifierName": "models"
                    },
                    "name": "models"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 13438,
                  "end": 13589,
                  "loc": {
                    "start": {
                      "line": 358,
                      "column": 37
                    },
                    "end": {
                      "line": 361,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 13444,
                      "end": 13484,
                      "loc": {
                        "start": {
                          "line": 359,
                          "column": 4
                        },
                        "end": {
                          "line": 359,
                          "column": 44
                        }
                      },
                      "test": {
                        "type": "LogicalExpression",
                        "start": 13448,
                        "end": 13473,
                        "loc": {
                          "start": {
                            "line": 359,
                            "column": 8
                          },
                          "end": {
                            "line": 359,
                            "column": 33
                          }
                        },
                        "left": {
                          "type": "UnaryExpression",
                          "start": 13448,
                          "end": 13455,
                          "loc": {
                            "start": {
                              "line": 359,
                              "column": 8
                            },
                            "end": {
                              "line": 359,
                              "column": 15
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "Identifier",
                            "start": 13449,
                            "end": 13455,
                            "loc": {
                              "start": {
                                "line": 359,
                                "column": 9
                              },
                              "end": {
                                "line": 359,
                                "column": 15
                              },
                              "identifierName": "models"
                            },
                            "name": "models"
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          }
                        },
                        "operator": "||",
                        "right": {
                          "type": "UnaryExpression",
                          "start": 13459,
                          "end": 13473,
                          "loc": {
                            "start": {
                              "line": 359,
                              "column": 19
                            },
                            "end": {
                              "line": 359,
                              "column": 33
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "MemberExpression",
                            "start": 13460,
                            "end": 13473,
                            "loc": {
                              "start": {
                                "line": 359,
                                "column": 20
                              },
                              "end": {
                                "line": 359,
                                "column": 33
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 13460,
                              "end": 13466,
                              "loc": {
                                "start": {
                                  "line": 359,
                                  "column": 20
                                },
                                "end": {
                                  "line": 359,
                                  "column": 26
                                },
                                "identifierName": "models"
                              },
                              "name": "models"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 13467,
                              "end": 13473,
                              "loc": {
                                "start": {
                                  "line": 359,
                                  "column": 27
                                },
                                "end": {
                                  "line": 359,
                                  "column": 33
                                },
                                "identifierName": "length"
                              },
                              "name": "length"
                            },
                            "computed": false
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          }
                        }
                      },
                      "consequent": {
                        "type": "ReturnStatement",
                        "start": 13475,
                        "end": 13484,
                        "loc": {
                          "start": {
                            "line": 359,
                            "column": 35
                          },
                          "end": {
                            "line": 359,
                            "column": 44
                          }
                        },
                        "argument": {
                          "type": "NumericLiteral",
                          "start": 13482,
                          "end": 13483,
                          "loc": {
                            "start": {
                              "line": 359,
                              "column": 42
                            },
                            "end": {
                              "line": 359,
                              "column": 43
                            }
                          },
                          "extra": {
                            "rawValue": 0,
                            "raw": "0"
                          },
                          "value": 0
                        }
                      },
                      "alternate": null
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 13489,
                      "end": 13585,
                      "loc": {
                        "start": {
                          "line": 360,
                          "column": 4
                        },
                        "end": {
                          "line": 360,
                          "column": 100
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 13496,
                        "end": 13584,
                        "loc": {
                          "start": {
                            "line": 360,
                            "column": 11
                          },
                          "end": {
                            "line": 360,
                            "column": 99
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 13496,
                          "end": 13528,
                          "loc": {
                            "start": {
                              "line": 360,
                              "column": 11
                            },
                            "end": {
                              "line": 360,
                              "column": 43
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 13496,
                            "end": 13500,
                            "loc": {
                              "start": {
                                "line": 360,
                                "column": 11
                              },
                              "end": {
                                "line": 360,
                                "column": 15
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 13501,
                            "end": 13528,
                            "loc": {
                              "start": {
                                "line": 360,
                                "column": 16
                              },
                              "end": {
                                "line": 360,
                                "column": 43
                              },
                              "identifierName": "_getExperimentalWeightedAvg"
                            },
                            "name": "_getExperimentalWeightedAvg"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "CallExpression",
                            "start": 13529,
                            "end": 13583,
                            "loc": {
                              "start": {
                                "line": 360,
                                "column": 44
                              },
                              "end": {
                                "line": 360,
                                "column": 98
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 13529,
                              "end": 13549,
                              "loc": {
                                "start": {
                                  "line": 360,
                                  "column": 44
                                },
                                "end": {
                                  "line": 360,
                                  "column": 64
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 13529,
                                "end": 13533,
                                "loc": {
                                  "start": {
                                    "line": 360,
                                    "column": 44
                                  },
                                  "end": {
                                    "line": 360,
                                    "column": 48
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 13534,
                                "end": 13549,
                                "loc": {
                                  "start": {
                                    "line": 360,
                                    "column": 49
                                  },
                                  "end": {
                                    "line": 360,
                                    "column": 64
                                  },
                                  "identifierName": "_filterByBounds"
                                },
                                "name": "_filterByBounds"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "CallExpression",
                                "start": 13550,
                                "end": 13582,
                                "loc": {
                                  "start": {
                                    "line": 360,
                                    "column": 65
                                  },
                                  "end": {
                                    "line": 360,
                                    "column": 97
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 13550,
                                  "end": 13574,
                                  "loc": {
                                    "start": {
                                      "line": 360,
                                      "column": 65
                                    },
                                    "end": {
                                      "line": 360,
                                      "column": 89
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 13550,
                                    "end": 13554,
                                    "loc": {
                                      "start": {
                                        "line": 360,
                                        "column": 65
                                      },
                                      "end": {
                                        "line": 360,
                                        "column": 69
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 13555,
                                    "end": 13574,
                                    "loc": {
                                      "start": {
                                        "line": 360,
                                        "column": 70
                                      },
                                      "end": {
                                        "line": 360,
                                        "column": 89
                                      },
                                      "identifierName": "_getEvaluatedModels"
                                    },
                                    "name": "_getEvaluatedModels"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 13575,
                                    "end": 13581,
                                    "loc": {
                                      "start": {
                                        "line": 360,
                                        "column": 90
                                      },
                                      "end": {
                                        "line": 360,
                                        "column": 96
                                      },
                                      "identifierName": "models"
                                    },
                                    "name": "models"
                                  }
                                ]
                              }
                            ]
                          }
                        ]
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Evaluate the models using an experimental weighting\n   *\n   * @param {object[]} models\n   * @return {number}\n   ",
                    "start": 13131,
                    "end": 13254,
                    "loc": {
                      "start": {
                        "line": 350,
                        "column": 2
                      },
                      "end": {
                        "line": 355,
                        "column": 5
                      }
                    }
                  },
                  {
                    "type": "CommentLine",
                    "value": " @todo replace method above with this one completely, make sure no leftover calls to this method name",
                    "start": 13257,
                    "end": 13360,
                    "loc": {
                      "start": {
                        "line": 356,
                        "column": 2
                      },
                      "end": {
                        "line": 356,
                        "column": 105
                      }
                    }
                  },
                  {
                    "type": "CommentLine",
                    "value": " do this as the very last task/item",
                    "start": 13363,
                    "end": 13400,
                    "loc": {
                      "start": {
                        "line": 357,
                        "column": 2
                      },
                      "end": {
                        "line": 357,
                        "column": 39
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Evaluate the given models in order of descending r2 value.\n   *\n   * @param {object[]} models\n   * @param {number} [limit=5] The maximum number of models to evaluate\n   * @return {EvaluatedModel[]}\n   ",
                    "start": 13593,
                    "end": 13805,
                    "loc": {
                      "start": {
                        "line": 363,
                        "column": 2
                      },
                      "end": {
                        "line": 369,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 13808,
                "end": 14245,
                "loc": {
                  "start": {
                    "line": 370,
                    "column": 2
                  },
                  "end": {
                    "line": 383,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 13808,
                  "end": 13827,
                  "loc": {
                    "start": {
                      "line": 370,
                      "column": 2
                    },
                    "end": {
                      "line": 370,
                      "column": 21
                    },
                    "identifierName": "_getEvaluatedModels"
                  },
                  "name": "_getEvaluatedModels",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 13828,
                    "end": 13834,
                    "loc": {
                      "start": {
                        "line": 370,
                        "column": 22
                      },
                      "end": {
                        "line": 370,
                        "column": 28
                      },
                      "identifierName": "models"
                    },
                    "name": "models"
                  },
                  {
                    "type": "AssignmentPattern",
                    "start": 13836,
                    "end": 13847,
                    "loc": {
                      "start": {
                        "line": 370,
                        "column": 30
                      },
                      "end": {
                        "line": 370,
                        "column": 41
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 13836,
                      "end": 13841,
                      "loc": {
                        "start": {
                          "line": 370,
                          "column": 30
                        },
                        "end": {
                          "line": 370,
                          "column": 35
                        },
                        "identifierName": "limit"
                      },
                      "name": "limit"
                    },
                    "right": {
                      "type": "NumericLiteral",
                      "start": 13844,
                      "end": 13847,
                      "loc": {
                        "start": {
                          "line": 370,
                          "column": 38
                        },
                        "end": {
                          "line": 370,
                          "column": 41
                        }
                      },
                      "extra": {
                        "rawValue": 100,
                        "raw": "100"
                      },
                      "value": 100
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 13849,
                  "end": 14245,
                  "loc": {
                    "start": {
                      "line": 370,
                      "column": 43
                    },
                    "end": {
                      "line": 383,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 13855,
                      "end": 13882,
                      "loc": {
                        "start": {
                          "line": 371,
                          "column": 4
                        },
                        "end": {
                          "line": 371,
                          "column": 31
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 13861,
                          "end": 13881,
                          "loc": {
                            "start": {
                              "line": 371,
                              "column": 10
                            },
                            "end": {
                              "line": 371,
                              "column": 30
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 13861,
                            "end": 13876,
                            "loc": {
                              "start": {
                                "line": 371,
                                "column": 10
                              },
                              "end": {
                                "line": 371,
                                "column": 25
                              },
                              "identifierName": "evaluatedModels"
                            },
                            "name": "evaluatedModels"
                          },
                          "init": {
                            "type": "ArrayExpression",
                            "start": 13879,
                            "end": 13881,
                            "loc": {
                              "start": {
                                "line": 371,
                                "column": 28
                              },
                              "end": {
                                "line": 371,
                                "column": 30
                              }
                            },
                            "elements": []
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 13887,
                      "end": 13945,
                      "loc": {
                        "start": {
                          "line": 372,
                          "column": 4
                        },
                        "end": {
                          "line": 372,
                          "column": 62
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 13893,
                          "end": 13944,
                          "loc": {
                            "start": {
                              "line": 372,
                              "column": 10
                            },
                            "end": {
                              "line": 372,
                              "column": 61
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 13893,
                            "end": 13906,
                            "loc": {
                              "start": {
                                "line": 372,
                                "column": 10
                              },
                              "end": {
                                "line": 372,
                                "column": 23
                              },
                              "identifierName": "orderedModels"
                            },
                            "name": "orderedModels"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 13909,
                            "end": 13944,
                            "loc": {
                              "start": {
                                "line": 372,
                                "column": 26
                              },
                              "end": {
                                "line": 372,
                                "column": 61
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 13909,
                              "end": 13916,
                              "loc": {
                                "start": {
                                  "line": 372,
                                  "column": 26
                                },
                                "end": {
                                  "line": 372,
                                  "column": 33
                                },
                                "identifierName": "orderBy"
                              },
                              "name": "orderBy"
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 13917,
                                "end": 13923,
                                "loc": {
                                  "start": {
                                    "line": 372,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 372,
                                    "column": 40
                                  },
                                  "identifierName": "models"
                                },
                                "name": "models"
                              },
                              {
                                "type": "StringLiteral",
                                "start": 13925,
                                "end": 13935,
                                "loc": {
                                  "start": {
                                    "line": 372,
                                    "column": 42
                                  },
                                  "end": {
                                    "line": 372,
                                    "column": 52
                                  }
                                },
                                "extra": {
                                  "rawValue": "model.r2",
                                  "raw": "\"model.r2\""
                                },
                                "value": "model.r2"
                              },
                              {
                                "type": "StringLiteral",
                                "start": 13937,
                                "end": 13943,
                                "loc": {
                                  "start": {
                                    "line": 372,
                                    "column": 54
                                  },
                                  "end": {
                                    "line": 372,
                                    "column": 60
                                  }
                                },
                                "extra": {
                                  "rawValue": "desc",
                                  "raw": "\"desc\""
                                },
                                "value": "desc"
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "ForOfStatement",
                      "start": 13950,
                      "end": 14212,
                      "loc": {
                        "start": {
                          "line": 373,
                          "column": 4
                        },
                        "end": {
                          "line": 380,
                          "column": 5
                        }
                      },
                      "left": {
                        "type": "VariableDeclaration",
                        "start": 13955,
                        "end": 13964,
                        "loc": {
                          "start": {
                            "line": 373,
                            "column": 9
                          },
                          "end": {
                            "line": 373,
                            "column": 18
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 13959,
                            "end": 13964,
                            "loc": {
                              "start": {
                                "line": 373,
                                "column": 13
                              },
                              "end": {
                                "line": 373,
                                "column": 18
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 13959,
                              "end": 13964,
                              "loc": {
                                "start": {
                                  "line": 373,
                                  "column": 13
                                },
                                "end": {
                                  "line": 373,
                                  "column": 18
                                },
                                "identifierName": "model"
                              },
                              "name": "model"
                            },
                            "init": null
                          }
                        ],
                        "kind": "let"
                      },
                      "right": {
                        "type": "Identifier",
                        "start": 13968,
                        "end": 13981,
                        "loc": {
                          "start": {
                            "line": 373,
                            "column": 22
                          },
                          "end": {
                            "line": 373,
                            "column": 35
                          },
                          "identifierName": "orderedModels"
                        },
                        "name": "orderedModels"
                      },
                      "body": {
                        "type": "BlockStatement",
                        "start": 13983,
                        "end": 14212,
                        "loc": {
                          "start": {
                            "line": 373,
                            "column": 37
                          },
                          "end": {
                            "line": 380,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "IfStatement",
                            "start": 13991,
                            "end": 14206,
                            "loc": {
                              "start": {
                                "line": 374,
                                "column": 6
                              },
                              "end": {
                                "line": 379,
                                "column": 7
                              }
                            },
                            "test": {
                              "type": "BinaryExpression",
                              "start": 13995,
                              "end": 14025,
                              "loc": {
                                "start": {
                                  "line": 374,
                                  "column": 10
                                },
                                "end": {
                                  "line": 374,
                                  "column": 40
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 13995,
                                "end": 14017,
                                "loc": {
                                  "start": {
                                    "line": 374,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 374,
                                    "column": 32
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 13995,
                                  "end": 14010,
                                  "loc": {
                                    "start": {
                                      "line": 374,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 374,
                                      "column": 25
                                    },
                                    "identifierName": "evaluatedModels"
                                  },
                                  "name": "evaluatedModels"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 14011,
                                  "end": 14017,
                                  "loc": {
                                    "start": {
                                      "line": 374,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 374,
                                      "column": 32
                                    },
                                    "identifierName": "length"
                                  },
                                  "name": "length"
                                },
                                "computed": false
                              },
                              "operator": "<",
                              "right": {
                                "type": "Identifier",
                                "start": 14020,
                                "end": 14025,
                                "loc": {
                                  "start": {
                                    "line": 374,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 374,
                                    "column": 40
                                  },
                                  "identifierName": "limit"
                                },
                                "name": "limit"
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 14027,
                              "end": 14206,
                              "loc": {
                                "start": {
                                  "line": 374,
                                  "column": 42
                                },
                                "end": {
                                  "line": 379,
                                  "column": 7
                                }
                              },
                              "body": [
                                {
                                  "type": "VariableDeclaration",
                                  "start": 14037,
                                  "end": 14086,
                                  "loc": {
                                    "start": {
                                      "line": 375,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 375,
                                      "column": 57
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 14043,
                                      "end": 14085,
                                      "loc": {
                                        "start": {
                                          "line": 375,
                                          "column": 14
                                        },
                                        "end": {
                                          "line": 375,
                                          "column": 56
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 14043,
                                        "end": 14057,
                                        "loc": {
                                          "start": {
                                            "line": 375,
                                            "column": 14
                                          },
                                          "end": {
                                            "line": 375,
                                            "column": 28
                                          },
                                          "identifierName": "evaluatedModel"
                                        },
                                        "name": "evaluatedModel"
                                      },
                                      "init": {
                                        "type": "CallExpression",
                                        "start": 14060,
                                        "end": 14085,
                                        "loc": {
                                          "start": {
                                            "line": 375,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 375,
                                            "column": 56
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 14060,
                                          "end": 14078,
                                          "loc": {
                                            "start": {
                                              "line": 375,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 375,
                                              "column": 49
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 14060,
                                            "end": 14064,
                                            "loc": {
                                              "start": {
                                                "line": 375,
                                                "column": 31
                                              },
                                              "end": {
                                                "line": 375,
                                                "column": 35
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 14065,
                                            "end": 14078,
                                            "loc": {
                                              "start": {
                                                "line": 375,
                                                "column": 36
                                              },
                                              "end": {
                                                "line": 375,
                                                "column": 49
                                              },
                                              "identifierName": "evaluateModel"
                                            },
                                            "name": "evaluateModel"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 14079,
                                            "end": 14084,
                                            "loc": {
                                              "start": {
                                                "line": 375,
                                                "column": 50
                                              },
                                              "end": {
                                                "line": 375,
                                                "column": 55
                                              },
                                              "identifierName": "model"
                                            },
                                            "name": "model"
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "kind": "const"
                                },
                                {
                                  "type": "IfStatement",
                                  "start": 14095,
                                  "end": 14198,
                                  "loc": {
                                    "start": {
                                      "line": 376,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 378,
                                      "column": 9
                                    }
                                  },
                                  "test": {
                                    "type": "CallExpression",
                                    "start": 14099,
                                    "end": 14137,
                                    "loc": {
                                      "start": {
                                        "line": 376,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 376,
                                        "column": 50
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 14099,
                                      "end": 14115,
                                      "loc": {
                                        "start": {
                                          "line": 376,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 376,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 14099,
                                        "end": 14106,
                                        "loc": {
                                          "start": {
                                            "line": 376,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 376,
                                            "column": 19
                                          },
                                          "identifierName": "Helpers"
                                        },
                                        "name": "Helpers"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 14107,
                                        "end": 14115,
                                        "loc": {
                                          "start": {
                                            "line": 376,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 376,
                                            "column": 28
                                          },
                                          "identifierName": "isNumber"
                                        },
                                        "name": "isNumber"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 14116,
                                        "end": 14136,
                                        "loc": {
                                          "start": {
                                            "line": 376,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 376,
                                            "column": 49
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 14116,
                                          "end": 14130,
                                          "loc": {
                                            "start": {
                                              "line": 376,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 376,
                                              "column": 43
                                            },
                                            "identifierName": "evaluatedModel"
                                          },
                                          "name": "evaluatedModel"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 14131,
                                          "end": 14136,
                                          "loc": {
                                            "start": {
                                              "line": 376,
                                              "column": 44
                                            },
                                            "end": {
                                              "line": 376,
                                              "column": 49
                                            },
                                            "identifierName": "value"
                                          },
                                          "name": "value"
                                        },
                                        "computed": false
                                      }
                                    ]
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 14139,
                                    "end": 14198,
                                    "loc": {
                                      "start": {
                                        "line": 376,
                                        "column": 52
                                      },
                                      "end": {
                                        "line": 378,
                                        "column": 9
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 14151,
                                        "end": 14188,
                                        "loc": {
                                          "start": {
                                            "line": 377,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 377,
                                            "column": 47
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 14151,
                                          "end": 14187,
                                          "loc": {
                                            "start": {
                                              "line": 377,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 377,
                                              "column": 46
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 14151,
                                            "end": 14171,
                                            "loc": {
                                              "start": {
                                                "line": 377,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 377,
                                                "column": 30
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 14151,
                                              "end": 14166,
                                              "loc": {
                                                "start": {
                                                  "line": 377,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 377,
                                                  "column": 25
                                                },
                                                "identifierName": "evaluatedModels"
                                              },
                                              "name": "evaluatedModels"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 14167,
                                              "end": 14171,
                                              "loc": {
                                                "start": {
                                                  "line": 377,
                                                  "column": 26
                                                },
                                                "end": {
                                                  "line": 377,
                                                  "column": 30
                                                },
                                                "identifierName": "push"
                                              },
                                              "name": "push"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 14172,
                                              "end": 14186,
                                              "loc": {
                                                "start": {
                                                  "line": 377,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 377,
                                                  "column": 45
                                                },
                                                "identifierName": "evaluatedModel"
                                              },
                                              "name": "evaluatedModel"
                                            }
                                          ]
                                        }
                                      }
                                    ],
                                    "directives": []
                                  },
                                  "alternate": null
                                }
                              ],
                              "directives": []
                            },
                            "alternate": null
                          }
                        ],
                        "directives": []
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 14218,
                      "end": 14241,
                      "loc": {
                        "start": {
                          "line": 382,
                          "column": 4
                        },
                        "end": {
                          "line": 382,
                          "column": 27
                        }
                      },
                      "argument": {
                        "type": "Identifier",
                        "start": 14225,
                        "end": 14240,
                        "loc": {
                          "start": {
                            "line": 382,
                            "column": 11
                          },
                          "end": {
                            "line": 382,
                            "column": 26
                          },
                          "identifierName": "evaluatedModels"
                        },
                        "name": "evaluatedModels"
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Evaluate the given models in order of descending r2 value.\n   *\n   * @param {object[]} models\n   * @param {number} [limit=5] The maximum number of models to evaluate\n   * @return {EvaluatedModel[]}\n   ",
                    "start": 13593,
                    "end": 13805,
                    "loc": {
                      "start": {
                        "line": 363,
                        "column": 2
                      },
                      "end": {
                        "line": 369,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * If any models are in bounds, filter out-of-bounds models from the given models.\n   * TODO: indicate if out-of-bounds models are used as this could reduce the quality of prediction\n   *\n   * @param {EvaluatedModel[]} models\n   * @return {EvaluatedModel[]}\n   ",
                    "start": 14249,
                    "end": 14518,
                    "loc": {
                      "start": {
                        "line": 385,
                        "column": 2
                      },
                      "end": {
                        "line": 391,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 14521,
                "end": 14708,
                "loc": {
                  "start": {
                    "line": 392,
                    "column": 2
                  },
                  "end": {
                    "line": 395,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 14521,
                  "end": 14536,
                  "loc": {
                    "start": {
                      "line": 392,
                      "column": 2
                    },
                    "end": {
                      "line": 392,
                      "column": 17
                    },
                    "identifierName": "_filterByBounds"
                  },
                  "name": "_filterByBounds",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 14537,
                    "end": 14543,
                    "loc": {
                      "start": {
                        "line": 392,
                        "column": 18
                      },
                      "end": {
                        "line": 392,
                        "column": 24
                      },
                      "identifierName": "models"
                    },
                    "name": "models"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 14545,
                  "end": 14708,
                  "loc": {
                    "start": {
                      "line": 392,
                      "column": 26
                    },
                    "end": {
                      "line": 395,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 14551,
                      "end": 14614,
                      "loc": {
                        "start": {
                          "line": 393,
                          "column": 4
                        },
                        "end": {
                          "line": 393,
                          "column": 67
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 14557,
                          "end": 14613,
                          "loc": {
                            "start": {
                              "line": 393,
                              "column": 10
                            },
                            "end": {
                              "line": 393,
                              "column": 66
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 14557,
                            "end": 14565,
                            "loc": {
                              "start": {
                                "line": 393,
                                "column": 10
                              },
                              "end": {
                                "line": 393,
                                "column": 18
                              },
                              "identifierName": "inBounds"
                            },
                            "name": "inBounds"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 14568,
                            "end": 14613,
                            "loc": {
                              "start": {
                                "line": 393,
                                "column": 21
                              },
                              "end": {
                                "line": 393,
                                "column": 66
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 14568,
                              "end": 14581,
                              "loc": {
                                "start": {
                                  "line": 393,
                                  "column": 21
                                },
                                "end": {
                                  "line": 393,
                                  "column": 34
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 14568,
                                "end": 14574,
                                "loc": {
                                  "start": {
                                    "line": 393,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 393,
                                    "column": 27
                                  },
                                  "identifierName": "models"
                                },
                                "name": "models"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 14575,
                                "end": 14581,
                                "loc": {
                                  "start": {
                                    "line": 393,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 393,
                                    "column": 34
                                  },
                                  "identifierName": "filter"
                                },
                                "name": "filter"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ArrowFunctionExpression",
                                "start": 14582,
                                "end": 14612,
                                "loc": {
                                  "start": {
                                    "line": 393,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 393,
                                    "column": 65
                                  }
                                },
                                "id": null,
                                "generator": false,
                                "expression": true,
                                "async": false,
                                "params": [
                                  {
                                    "type": "ObjectPattern",
                                    "start": 14583,
                                    "end": 14597,
                                    "loc": {
                                      "start": {
                                        "line": 393,
                                        "column": 36
                                      },
                                      "end": {
                                        "line": 393,
                                        "column": 50
                                      }
                                    },
                                    "properties": [
                                      {
                                        "type": "ObjectProperty",
                                        "start": 14585,
                                        "end": 14595,
                                        "loc": {
                                          "start": {
                                            "line": 393,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 393,
                                            "column": 48
                                          }
                                        },
                                        "method": false,
                                        "shorthand": true,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 14585,
                                          "end": 14595,
                                          "loc": {
                                            "start": {
                                              "line": 393,
                                              "column": 38
                                            },
                                            "end": {
                                              "line": 393,
                                              "column": 48
                                            },
                                            "identifierName": "isInBounds"
                                          },
                                          "name": "isInBounds"
                                        },
                                        "value": {
                                          "type": "Identifier",
                                          "start": 14585,
                                          "end": 14595,
                                          "loc": {
                                            "start": {
                                              "line": 393,
                                              "column": 38
                                            },
                                            "end": {
                                              "line": 393,
                                              "column": 48
                                            },
                                            "identifierName": "isInBounds"
                                          },
                                          "name": "isInBounds"
                                        },
                                        "extra": {
                                          "shorthand": true
                                        }
                                      }
                                    ]
                                  }
                                ],
                                "body": {
                                  "type": "Identifier",
                                  "start": 14602,
                                  "end": 14612,
                                  "loc": {
                                    "start": {
                                      "line": 393,
                                      "column": 55
                                    },
                                    "end": {
                                      "line": 393,
                                      "column": 65
                                    },
                                    "identifierName": "isInBounds"
                                  },
                                  "name": "isInBounds"
                                }
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 14619,
                      "end": 14704,
                      "loc": {
                        "start": {
                          "line": 394,
                          "column": 4
                        },
                        "end": {
                          "line": 394,
                          "column": 89
                        }
                      },
                      "argument": {
                        "type": "ConditionalExpression",
                        "start": 14626,
                        "end": 14703,
                        "loc": {
                          "start": {
                            "line": 394,
                            "column": 11
                          },
                          "end": {
                            "line": 394,
                            "column": 88
                          }
                        },
                        "test": {
                          "type": "BinaryExpression",
                          "start": 14626,
                          "end": 14645,
                          "loc": {
                            "start": {
                              "line": 394,
                              "column": 11
                            },
                            "end": {
                              "line": 394,
                              "column": 30
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 14626,
                            "end": 14641,
                            "loc": {
                              "start": {
                                "line": 394,
                                "column": 11
                              },
                              "end": {
                                "line": 394,
                                "column": 26
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 14626,
                              "end": 14634,
                              "loc": {
                                "start": {
                                  "line": 394,
                                  "column": 11
                                },
                                "end": {
                                  "line": 394,
                                  "column": 19
                                },
                                "identifierName": "inBounds"
                              },
                              "name": "inBounds"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 14635,
                              "end": 14641,
                              "loc": {
                                "start": {
                                  "line": 394,
                                  "column": 20
                                },
                                "end": {
                                  "line": 394,
                                  "column": 26
                                },
                                "identifierName": "length"
                              },
                              "name": "length"
                            },
                            "computed": false
                          },
                          "operator": ">",
                          "right": {
                            "type": "NumericLiteral",
                            "start": 14644,
                            "end": 14645,
                            "loc": {
                              "start": {
                                "line": 394,
                                "column": 29
                              },
                              "end": {
                                "line": 394,
                                "column": 30
                              }
                            },
                            "extra": {
                              "rawValue": 0,
                              "raw": "0"
                            },
                            "value": 0
                          }
                        },
                        "consequent": {
                          "type": "Identifier",
                          "start": 14648,
                          "end": 14656,
                          "loc": {
                            "start": {
                              "line": 394,
                              "column": 33
                            },
                            "end": {
                              "line": 394,
                              "column": 41
                            },
                            "identifierName": "inBounds"
                          },
                          "name": "inBounds"
                        },
                        "alternate": {
                          "type": "CallExpression",
                          "start": 14659,
                          "end": 14703,
                          "loc": {
                            "start": {
                              "line": 394,
                              "column": 44
                            },
                            "end": {
                              "line": 394,
                              "column": 88
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 14659,
                            "end": 14672,
                            "loc": {
                              "start": {
                                "line": 394,
                                "column": 44
                              },
                              "end": {
                                "line": 394,
                                "column": 57
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 14659,
                              "end": 14665,
                              "loc": {
                                "start": {
                                  "line": 394,
                                  "column": 44
                                },
                                "end": {
                                  "line": 394,
                                  "column": 50
                                },
                                "identifierName": "models"
                              },
                              "name": "models"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 14666,
                              "end": 14672,
                              "loc": {
                                "start": {
                                  "line": 394,
                                  "column": 51
                                },
                                "end": {
                                  "line": 394,
                                  "column": 57
                                },
                                "identifierName": "filter"
                              },
                              "name": "filter"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "ArrowFunctionExpression",
                              "start": 14673,
                              "end": 14702,
                              "loc": {
                                "start": {
                                  "line": 394,
                                  "column": 58
                                },
                                "end": {
                                  "line": 394,
                                  "column": 87
                                }
                              },
                              "id": null,
                              "generator": false,
                              "expression": true,
                              "async": false,
                              "params": [
                                {
                                  "type": "ObjectPattern",
                                  "start": 14674,
                                  "end": 14683,
                                  "loc": {
                                    "start": {
                                      "line": 394,
                                      "column": 59
                                    },
                                    "end": {
                                      "line": 394,
                                      "column": 68
                                    }
                                  },
                                  "properties": [
                                    {
                                      "type": "ObjectProperty",
                                      "start": 14676,
                                      "end": 14681,
                                      "loc": {
                                        "start": {
                                          "line": 394,
                                          "column": 61
                                        },
                                        "end": {
                                          "line": 394,
                                          "column": 66
                                        }
                                      },
                                      "method": false,
                                      "shorthand": true,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 14676,
                                        "end": 14681,
                                        "loc": {
                                          "start": {
                                            "line": 394,
                                            "column": 61
                                          },
                                          "end": {
                                            "line": 394,
                                            "column": 66
                                          },
                                          "identifierName": "value"
                                        },
                                        "name": "value"
                                      },
                                      "value": {
                                        "type": "Identifier",
                                        "start": 14676,
                                        "end": 14681,
                                        "loc": {
                                          "start": {
                                            "line": 394,
                                            "column": 61
                                          },
                                          "end": {
                                            "line": 394,
                                            "column": 66
                                          },
                                          "identifierName": "value"
                                        },
                                        "name": "value"
                                      },
                                      "extra": {
                                        "shorthand": true
                                      }
                                    }
                                  ]
                                }
                              ],
                              "body": {
                                "type": "BinaryExpression",
                                "start": 14688,
                                "end": 14702,
                                "loc": {
                                  "start": {
                                    "line": 394,
                                    "column": 73
                                  },
                                  "end": {
                                    "line": 394,
                                    "column": 87
                                  }
                                },
                                "left": {
                                  "type": "Identifier",
                                  "start": 14688,
                                  "end": 14693,
                                  "loc": {
                                    "start": {
                                      "line": 394,
                                      "column": 73
                                    },
                                    "end": {
                                      "line": 394,
                                      "column": 78
                                    },
                                    "identifierName": "value"
                                  },
                                  "name": "value"
                                },
                                "operator": "!==",
                                "right": {
                                  "type": "NullLiteral",
                                  "start": 14698,
                                  "end": 14702,
                                  "loc": {
                                    "start": {
                                      "line": 394,
                                      "column": 83
                                    },
                                    "end": {
                                      "line": 394,
                                      "column": 87
                                    }
                                  }
                                }
                              }
                            }
                          ]
                        }
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * If any models are in bounds, filter out-of-bounds models from the given models.\n   * TODO: indicate if out-of-bounds models are used as this could reduce the quality of prediction\n   *\n   * @param {EvaluatedModel[]} models\n   * @return {EvaluatedModel[]}\n   ",
                    "start": 14249,
                    "end": 14518,
                    "loc": {
                      "start": {
                        "line": 385,
                        "column": 2
                      },
                      "end": {
                        "line": 391,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Gets the dependencies used in the prediction models for the given line item def id\n   *\n   * @return {bidEntity[]} The prediction model dependencies\n   ",
                    "start": 14712,
                    "end": 14875,
                    "loc": {
                      "start": {
                        "line": 397,
                        "column": 2
                      },
                      "end": {
                        "line": 401,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 14878,
                "end": 15349,
                "loc": {
                  "start": {
                    "line": 402,
                    "column": 2
                  },
                  "end": {
                    "line": 417,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 14878,
                  "end": 14903,
                  "loc": {
                    "start": {
                      "line": 402,
                      "column": 2
                    },
                    "end": {
                      "line": 402,
                      "column": 27
                    },
                    "identifierName": "getPredictionDependencies"
                  },
                  "name": "getPredictionDependencies",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 14906,
                  "end": 15349,
                  "loc": {
                    "start": {
                      "line": 402,
                      "column": 30
                    },
                    "end": {
                      "line": 417,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 14912,
                      "end": 14936,
                      "loc": {
                        "start": {
                          "line": 403,
                          "column": 4
                        },
                        "end": {
                          "line": 403,
                          "column": 28
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 14918,
                          "end": 14935,
                          "loc": {
                            "start": {
                              "line": 403,
                              "column": 10
                            },
                            "end": {
                              "line": 403,
                              "column": 27
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 14918,
                            "end": 14930,
                            "loc": {
                              "start": {
                                "line": 403,
                                "column": 10
                              },
                              "end": {
                                "line": 403,
                                "column": 22
                              },
                              "identifierName": "dependencies"
                            },
                            "name": "dependencies"
                          },
                          "init": {
                            "type": "ArrayExpression",
                            "start": 14933,
                            "end": 14935,
                            "loc": {
                              "start": {
                                "line": 403,
                                "column": 25
                              },
                              "end": {
                                "line": 403,
                                "column": 27
                              }
                            },
                            "elements": []
                          }
                        }
                      ],
                      "kind": "const"
                    },
                    {
                      "type": "ForOfStatement",
                      "start": 14942,
                      "end": 15320,
                      "loc": {
                        "start": {
                          "line": 405,
                          "column": 4
                        },
                        "end": {
                          "line": 415,
                          "column": 5
                        }
                      },
                      "left": {
                        "type": "VariableDeclaration",
                        "start": 14947,
                        "end": 14956,
                        "loc": {
                          "start": {
                            "line": 405,
                            "column": 9
                          },
                          "end": {
                            "line": 405,
                            "column": 18
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 14951,
                            "end": 14956,
                            "loc": {
                              "start": {
                                "line": 405,
                                "column": 13
                              },
                              "end": {
                                "line": 405,
                                "column": 18
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 14951,
                              "end": 14956,
                              "loc": {
                                "start": {
                                  "line": 405,
                                  "column": 13
                                },
                                "end": {
                                  "line": 405,
                                  "column": 18
                                },
                                "identifierName": "model"
                              },
                              "name": "model"
                            },
                            "init": null
                          }
                        ],
                        "kind": "let"
                      },
                      "right": {
                        "type": "MemberExpression",
                        "start": 14960,
                        "end": 14971,
                        "loc": {
                          "start": {
                            "line": 405,
                            "column": 22
                          },
                          "end": {
                            "line": 405,
                            "column": 33
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 14960,
                          "end": 14964,
                          "loc": {
                            "start": {
                              "line": 405,
                              "column": 22
                            },
                            "end": {
                              "line": 405,
                              "column": 26
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 14965,
                          "end": 14971,
                          "loc": {
                            "start": {
                              "line": 405,
                              "column": 27
                            },
                            "end": {
                              "line": 405,
                              "column": 33
                            },
                            "identifierName": "models"
                          },
                          "name": "models"
                        },
                        "computed": false
                      },
                      "body": {
                        "type": "BlockStatement",
                        "start": 14973,
                        "end": 15320,
                        "loc": {
                          "start": {
                            "line": 405,
                            "column": 35
                          },
                          "end": {
                            "line": 415,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 14981,
                            "end": 15314,
                            "loc": {
                              "start": {
                                "line": 406,
                                "column": 6
                              },
                              "end": {
                                "line": 414,
                                "column": 9
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 14981,
                              "end": 15313,
                              "loc": {
                                "start": {
                                  "line": 406,
                                  "column": 6
                                },
                                "end": {
                                  "line": 414,
                                  "column": 8
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 14981,
                                "end": 15020,
                                "loc": {
                                  "start": {
                                    "line": 406,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 406,
                                    "column": 45
                                  }
                                },
                                "object": {
                                  "type": "CallExpression",
                                  "start": 14981,
                                  "end": 15012,
                                  "loc": {
                                    "start": {
                                      "line": 406,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 406,
                                      "column": 37
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 14981,
                                    "end": 14992,
                                    "loc": {
                                      "start": {
                                        "line": 406,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 406,
                                        "column": 17
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 14981,
                                      "end": 14987,
                                      "loc": {
                                        "start": {
                                          "line": 406,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 406,
                                          "column": 12
                                        },
                                        "identifierName": "Object"
                                      },
                                      "name": "Object"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 14988,
                                      "end": 14992,
                                      "loc": {
                                        "start": {
                                          "line": 406,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 406,
                                          "column": 17
                                        },
                                        "identifierName": "keys"
                                      },
                                      "name": "keys"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "MemberExpression",
                                      "start": 14993,
                                      "end": 15011,
                                      "loc": {
                                        "start": {
                                          "line": 406,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 406,
                                          "column": 36
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 14993,
                                        "end": 14998,
                                        "loc": {
                                          "start": {
                                            "line": 406,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 406,
                                            "column": 23
                                          },
                                          "identifierName": "model"
                                        },
                                        "name": "model"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 14999,
                                        "end": 15011,
                                        "loc": {
                                          "start": {
                                            "line": 406,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 406,
                                            "column": 36
                                          },
                                          "identifierName": "dependencies"
                                        },
                                        "name": "dependencies"
                                      },
                                      "computed": false
                                    }
                                  ]
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 15013,
                                  "end": 15020,
                                  "loc": {
                                    "start": {
                                      "line": 406,
                                      "column": 38
                                    },
                                    "end": {
                                      "line": 406,
                                      "column": 45
                                    },
                                    "identifierName": "forEach"
                                  },
                                  "name": "forEach"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "ArrowFunctionExpression",
                                  "start": 15021,
                                  "end": 15312,
                                  "loc": {
                                    "start": {
                                      "line": 406,
                                      "column": 46
                                    },
                                    "end": {
                                      "line": 414,
                                      "column": 7
                                    }
                                  },
                                  "id": null,
                                  "generator": false,
                                  "expression": false,
                                  "async": false,
                                  "params": [
                                    {
                                      "type": "Identifier",
                                      "start": 15021,
                                      "end": 15024,
                                      "loc": {
                                        "start": {
                                          "line": 406,
                                          "column": 46
                                        },
                                        "end": {
                                          "line": 406,
                                          "column": 49
                                        },
                                        "identifierName": "key"
                                      },
                                      "name": "key"
                                    }
                                  ],
                                  "body": {
                                    "type": "BlockStatement",
                                    "start": 15028,
                                    "end": 15312,
                                    "loc": {
                                      "start": {
                                        "line": 406,
                                        "column": 53
                                      },
                                      "end": {
                                        "line": 414,
                                        "column": 7
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "IfStatement",
                                        "start": 15038,
                                        "end": 15304,
                                        "loc": {
                                          "start": {
                                            "line": 407,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 413,
                                            "column": 9
                                          }
                                        },
                                        "test": {
                                          "type": "BinaryExpression",
                                          "start": 15042,
                                          "end": 15053,
                                          "loc": {
                                            "start": {
                                              "line": 407,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 407,
                                              "column": 23
                                            }
                                          },
                                          "left": {
                                            "type": "Identifier",
                                            "start": 15042,
                                            "end": 15045,
                                            "loc": {
                                              "start": {
                                                "line": 407,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 407,
                                                "column": 15
                                              },
                                              "identifierName": "key"
                                            },
                                            "name": "key"
                                          },
                                          "operator": "!==",
                                          "right": {
                                            "type": "StringLiteral",
                                            "start": 15050,
                                            "end": 15053,
                                            "loc": {
                                              "start": {
                                                "line": 407,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 407,
                                                "column": 23
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "y",
                                              "raw": "\"y\""
                                            },
                                            "value": "y"
                                          }
                                        },
                                        "consequent": {
                                          "type": "BlockStatement",
                                          "start": 15055,
                                          "end": 15304,
                                          "loc": {
                                            "start": {
                                              "line": 407,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 413,
                                              "column": 9
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "VariableDeclaration",
                                              "start": 15067,
                                              "end": 15123,
                                              "loc": {
                                                "start": {
                                                  "line": 408,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 408,
                                                  "column": 66
                                                }
                                              },
                                              "declarations": [
                                                {
                                                  "type": "VariableDeclarator",
                                                  "start": 15073,
                                                  "end": 15122,
                                                  "loc": {
                                                    "start": {
                                                      "line": 408,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 408,
                                                      "column": 65
                                                    }
                                                  },
                                                  "id": {
                                                    "type": "ObjectPattern",
                                                    "start": 15073,
                                                    "end": 15096,
                                                    "loc": {
                                                      "start": {
                                                        "line": 408,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 408,
                                                        "column": 39
                                                      }
                                                    },
                                                    "properties": [
                                                      {
                                                        "type": "ObjectProperty",
                                                        "start": 15075,
                                                        "end": 15079,
                                                        "loc": {
                                                          "start": {
                                                            "line": 408,
                                                            "column": 18
                                                          },
                                                          "end": {
                                                            "line": 408,
                                                            "column": 22
                                                          }
                                                        },
                                                        "method": false,
                                                        "shorthand": true,
                                                        "computed": false,
                                                        "key": {
                                                          "type": "Identifier",
                                                          "start": 15075,
                                                          "end": 15079,
                                                          "loc": {
                                                            "start": {
                                                              "line": 408,
                                                              "column": 18
                                                            },
                                                            "end": {
                                                              "line": 408,
                                                              "column": 22
                                                            },
                                                            "identifierName": "type"
                                                          },
                                                          "name": "type"
                                                        },
                                                        "value": {
                                                          "type": "Identifier",
                                                          "start": 15075,
                                                          "end": 15079,
                                                          "loc": {
                                                            "start": {
                                                              "line": 408,
                                                              "column": 18
                                                            },
                                                            "end": {
                                                              "line": 408,
                                                              "column": 22
                                                            },
                                                            "identifierName": "type"
                                                          },
                                                          "name": "type"
                                                        },
                                                        "extra": {
                                                          "shorthand": true
                                                        }
                                                      },
                                                      {
                                                        "type": "ObjectProperty",
                                                        "start": 15081,
                                                        "end": 15094,
                                                        "loc": {
                                                          "start": {
                                                            "line": 408,
                                                            "column": 24
                                                          },
                                                          "end": {
                                                            "line": 408,
                                                            "column": 37
                                                          }
                                                        },
                                                        "method": false,
                                                        "shorthand": true,
                                                        "computed": false,
                                                        "key": {
                                                          "type": "Identifier",
                                                          "start": 15081,
                                                          "end": 15094,
                                                          "loc": {
                                                            "start": {
                                                              "line": 408,
                                                              "column": 24
                                                            },
                                                            "end": {
                                                              "line": 408,
                                                              "column": 37
                                                            },
                                                            "identifierName": "definition_id"
                                                          },
                                                          "name": "definition_id"
                                                        },
                                                        "value": {
                                                          "type": "Identifier",
                                                          "start": 15081,
                                                          "end": 15094,
                                                          "loc": {
                                                            "start": {
                                                              "line": 408,
                                                              "column": 24
                                                            },
                                                            "end": {
                                                              "line": 408,
                                                              "column": 37
                                                            },
                                                            "identifierName": "definition_id"
                                                          },
                                                          "name": "definition_id"
                                                        },
                                                        "extra": {
                                                          "shorthand": true
                                                        }
                                                      }
                                                    ]
                                                  },
                                                  "init": {
                                                    "type": "MemberExpression",
                                                    "start": 15099,
                                                    "end": 15122,
                                                    "loc": {
                                                      "start": {
                                                        "line": 408,
                                                        "column": 42
                                                      },
                                                      "end": {
                                                        "line": 408,
                                                        "column": 65
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 15099,
                                                      "end": 15117,
                                                      "loc": {
                                                        "start": {
                                                          "line": 408,
                                                          "column": 42
                                                        },
                                                        "end": {
                                                          "line": 408,
                                                          "column": 60
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 15099,
                                                        "end": 15104,
                                                        "loc": {
                                                          "start": {
                                                            "line": 408,
                                                            "column": 42
                                                          },
                                                          "end": {
                                                            "line": 408,
                                                            "column": 47
                                                          },
                                                          "identifierName": "model"
                                                        },
                                                        "name": "model"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 15105,
                                                        "end": 15117,
                                                        "loc": {
                                                          "start": {
                                                            "line": 408,
                                                            "column": 48
                                                          },
                                                          "end": {
                                                            "line": 408,
                                                            "column": 60
                                                          },
                                                          "identifierName": "dependencies"
                                                        },
                                                        "name": "dependencies"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 15118,
                                                      "end": 15121,
                                                      "loc": {
                                                        "start": {
                                                          "line": 408,
                                                          "column": 61
                                                        },
                                                        "end": {
                                                          "line": 408,
                                                          "column": 64
                                                        },
                                                        "identifierName": "key"
                                                      },
                                                      "name": "key"
                                                    },
                                                    "computed": true
                                                  }
                                                }
                                              ],
                                              "kind": "const"
                                            },
                                            {
                                              "type": "VariableDeclaration",
                                              "start": 15134,
                                              "end": 15212,
                                              "loc": {
                                                "start": {
                                                  "line": 409,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 409,
                                                  "column": 88
                                                }
                                              },
                                              "declarations": [
                                                {
                                                  "type": "VariableDeclarator",
                                                  "start": 15140,
                                                  "end": 15211,
                                                  "loc": {
                                                    "start": {
                                                      "line": 409,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 409,
                                                      "column": 87
                                                    }
                                                  },
                                                  "id": {
                                                    "type": "Identifier",
                                                    "start": 15140,
                                                    "end": 15148,
                                                    "loc": {
                                                      "start": {
                                                        "line": 409,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 409,
                                                        "column": 24
                                                      },
                                                      "identifierName": "entities"
                                                    },
                                                    "name": "entities"
                                                  },
                                                  "init": {
                                                    "type": "CallExpression",
                                                    "start": 15151,
                                                    "end": 15211,
                                                    "loc": {
                                                      "start": {
                                                        "line": 409,
                                                        "column": 27
                                                      },
                                                      "end": {
                                                        "line": 409,
                                                        "column": 87
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 15151,
                                                      "end": 15190,
                                                      "loc": {
                                                        "start": {
                                                          "line": 409,
                                                          "column": 27
                                                        },
                                                        "end": {
                                                          "line": 409,
                                                          "column": 66
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 15151,
                                                        "end": 15168,
                                                        "loc": {
                                                          "start": {
                                                            "line": 409,
                                                            "column": 27
                                                          },
                                                          "end": {
                                                            "line": 409,
                                                            "column": 44
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 15151,
                                                          "end": 15159,
                                                          "loc": {
                                                            "start": {
                                                              "line": 409,
                                                              "column": 27
                                                            },
                                                            "end": {
                                                              "line": 409,
                                                              "column": 35
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "ThisExpression",
                                                            "start": 15151,
                                                            "end": 15155,
                                                            "loc": {
                                                              "start": {
                                                                "line": 409,
                                                                "column": 27
                                                              },
                                                              "end": {
                                                                "line": 409,
                                                                "column": 31
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 15156,
                                                            "end": 15159,
                                                            "loc": {
                                                              "start": {
                                                                "line": 409,
                                                                "column": 32
                                                              },
                                                              "end": {
                                                                "line": 409,
                                                                "column": 35
                                                              },
                                                              "identifierName": "bid"
                                                            },
                                                            "name": "bid"
                                                          },
                                                          "computed": false
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 15160,
                                                          "end": 15168,
                                                          "loc": {
                                                            "start": {
                                                              "line": 409,
                                                              "column": 36
                                                            },
                                                            "end": {
                                                              "line": 409,
                                                              "column": 44
                                                            },
                                                            "identifierName": "entities"
                                                          },
                                                          "name": "entities"
                                                        },
                                                        "computed": false
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 15169,
                                                        "end": 15190,
                                                        "loc": {
                                                          "start": {
                                                            "line": 409,
                                                            "column": 45
                                                          },
                                                          "end": {
                                                            "line": 409,
                                                            "column": 66
                                                          },
                                                          "identifierName": "getBidEntitiesByDefId"
                                                        },
                                                        "name": "getBidEntitiesByDefId"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Identifier",
                                                        "start": 15191,
                                                        "end": 15195,
                                                        "loc": {
                                                          "start": {
                                                            "line": 409,
                                                            "column": 67
                                                          },
                                                          "end": {
                                                            "line": 409,
                                                            "column": 71
                                                          },
                                                          "identifierName": "type"
                                                        },
                                                        "name": "type"
                                                      },
                                                      {
                                                        "type": "Identifier",
                                                        "start": 15197,
                                                        "end": 15210,
                                                        "loc": {
                                                          "start": {
                                                            "line": 409,
                                                            "column": 73
                                                          },
                                                          "end": {
                                                            "line": 409,
                                                            "column": 86
                                                          },
                                                          "identifierName": "definition_id"
                                                        },
                                                        "name": "definition_id"
                                                      }
                                                    ]
                                                  }
                                                }
                                              ],
                                              "kind": "const"
                                            },
                                            {
                                              "type": "IfStatement",
                                              "start": 15223,
                                              "end": 15294,
                                              "loc": {
                                                "start": {
                                                  "line": 410,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 412,
                                                  "column": 11
                                                }
                                              },
                                              "test": {
                                                "type": "Identifier",
                                                "start": 15227,
                                                "end": 15235,
                                                "loc": {
                                                  "start": {
                                                    "line": 410,
                                                    "column": 14
                                                  },
                                                  "end": {
                                                    "line": 410,
                                                    "column": 22
                                                  },
                                                  "identifierName": "entities"
                                                },
                                                "name": "entities"
                                              },
                                              "consequent": {
                                                "type": "BlockStatement",
                                                "start": 15237,
                                                "end": 15294,
                                                "loc": {
                                                  "start": {
                                                    "line": 410,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 412,
                                                    "column": 11
                                                  }
                                                },
                                                "body": [
                                                  {
                                                    "type": "ExpressionStatement",
                                                    "start": 15251,
                                                    "end": 15282,
                                                    "loc": {
                                                      "start": {
                                                        "line": 411,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 411,
                                                        "column": 43
                                                      }
                                                    },
                                                    "expression": {
                                                      "type": "CallExpression",
                                                      "start": 15251,
                                                      "end": 15281,
                                                      "loc": {
                                                        "start": {
                                                          "line": 411,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 411,
                                                          "column": 42
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 15251,
                                                        "end": 15268,
                                                        "loc": {
                                                          "start": {
                                                            "line": 411,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 411,
                                                            "column": 29
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 15251,
                                                          "end": 15263,
                                                          "loc": {
                                                            "start": {
                                                              "line": 411,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 411,
                                                              "column": 24
                                                            },
                                                            "identifierName": "dependencies"
                                                          },
                                                          "name": "dependencies"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 15264,
                                                          "end": 15268,
                                                          "loc": {
                                                            "start": {
                                                              "line": 411,
                                                              "column": 25
                                                            },
                                                            "end": {
                                                              "line": 411,
                                                              "column": 29
                                                            },
                                                            "identifierName": "push"
                                                          },
                                                          "name": "push"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "SpreadElement",
                                                          "start": 15269,
                                                          "end": 15280,
                                                          "loc": {
                                                            "start": {
                                                              "line": 411,
                                                              "column": 30
                                                            },
                                                            "end": {
                                                              "line": 411,
                                                              "column": 41
                                                            }
                                                          },
                                                          "argument": {
                                                            "type": "Identifier",
                                                            "start": 15272,
                                                            "end": 15280,
                                                            "loc": {
                                                              "start": {
                                                                "line": 411,
                                                                "column": 33
                                                              },
                                                              "end": {
                                                                "line": 411,
                                                                "column": 41
                                                              },
                                                              "identifierName": "entities"
                                                            },
                                                            "name": "entities"
                                                          }
                                                        }
                                                      ]
                                                    }
                                                  }
                                                ],
                                                "directives": []
                                              },
                                              "alternate": null
                                            }
                                          ],
                                          "directives": []
                                        },
                                        "alternate": null
                                      }
                                    ],
                                    "directives": []
                                  }
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 15325,
                      "end": 15345,
                      "loc": {
                        "start": {
                          "line": 416,
                          "column": 4
                        },
                        "end": {
                          "line": 416,
                          "column": 24
                        }
                      },
                      "argument": {
                        "type": "Identifier",
                        "start": 15332,
                        "end": 15344,
                        "loc": {
                          "start": {
                            "line": 416,
                            "column": 11
                          },
                          "end": {
                            "line": 416,
                            "column": 23
                          },
                          "identifierName": "dependencies"
                        },
                        "name": "dependencies"
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Gets the dependencies used in the prediction models for the given line item def id\n   *\n   * @return {bidEntity[]} The prediction model dependencies\n   ",
                    "start": 14712,
                    "end": 14875,
                    "loc": {
                      "start": {
                        "line": 397,
                        "column": 2
                      },
                      "end": {
                        "line": 401,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Get the Z-Factor for this Bid Line Item\n   *\n   * @param {object[]} lineItem\n   * @return {number}\n   ",
                    "start": 15353,
                    "end": 15466,
                    "loc": {
                      "start": {
                        "line": 419,
                        "column": 2
                      },
                      "end": {
                        "line": 424,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 15469,
                "end": 16141,
                "loc": {
                  "start": {
                    "line": 425,
                    "column": 2
                  },
                  "end": {
                    "line": 448,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 15469,
                  "end": 15480,
                  "loc": {
                    "start": {
                      "line": 425,
                      "column": 2
                    },
                    "end": {
                      "line": 425,
                      "column": 13
                    },
                    "identifierName": "_getZFactor"
                  },
                  "name": "_getZFactor",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 15481,
                    "end": 15489,
                    "loc": {
                      "start": {
                        "line": 425,
                        "column": 14
                      },
                      "end": {
                        "line": 425,
                        "column": 22
                      },
                      "identifierName": "lineItem"
                    },
                    "name": "lineItem"
                  },
                  {
                    "type": "Identifier",
                    "start": 15491,
                    "end": 15499,
                    "loc": {
                      "start": {
                        "line": 425,
                        "column": 24
                      },
                      "end": {
                        "line": 425,
                        "column": 32
                      },
                      "identifierName": "zFactors"
                    },
                    "name": "zFactors"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 15501,
                  "end": 16141,
                  "loc": {
                    "start": {
                      "line": 425,
                      "column": 34
                    },
                    "end": {
                      "line": 448,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 15507,
                      "end": 15553,
                      "loc": {
                        "start": {
                          "line": 426,
                          "column": 4
                        },
                        "end": {
                          "line": 426,
                          "column": 50
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 15511,
                          "end": 15552,
                          "loc": {
                            "start": {
                              "line": 426,
                              "column": 8
                            },
                            "end": {
                              "line": 426,
                              "column": 49
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 15511,
                            "end": 15523,
                            "loc": {
                              "start": {
                                "line": 426,
                                "column": 8
                              },
                              "end": {
                                "line": 426,
                                "column": 20
                              },
                              "identifierName": "lineItemType"
                            },
                            "name": "lineItemType"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 15526,
                            "end": 15552,
                            "loc": {
                              "start": {
                                "line": 426,
                                "column": 23
                              },
                              "end": {
                                "line": 426,
                                "column": 49
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 15526,
                              "end": 15547,
                              "loc": {
                                "start": {
                                  "line": 426,
                                  "column": 23
                                },
                                "end": {
                                  "line": 426,
                                  "column": 44
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 15526,
                                "end": 15540,
                                "loc": {
                                  "start": {
                                    "line": 426,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 426,
                                    "column": 37
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 15526,
                                  "end": 15534,
                                  "loc": {
                                    "start": {
                                      "line": 426,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 426,
                                      "column": 31
                                    },
                                    "identifierName": "lineItem"
                                  },
                                  "name": "lineItem"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 15535,
                                  "end": 15540,
                                  "loc": {
                                    "start": {
                                      "line": 426,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 426,
                                      "column": 37
                                    },
                                    "identifierName": "_data"
                                  },
                                  "name": "_data"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 15541,
                                "end": 15547,
                                "loc": {
                                  "start": {
                                    "line": 426,
                                    "column": 38
                                  },
                                  "end": {
                                    "line": 426,
                                    "column": 44
                                  },
                                  "identifierName": "config"
                                },
                                "name": "config"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 15548,
                              "end": 15552,
                              "loc": {
                                "start": {
                                  "line": 426,
                                  "column": 45
                                },
                                "end": {
                                  "line": 426,
                                  "column": 49
                                },
                                "identifierName": "type"
                              },
                              "name": "type"
                            },
                            "computed": false
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 15558,
                      "end": 15621,
                      "loc": {
                        "start": {
                          "line": 427,
                          "column": 4
                        },
                        "end": {
                          "line": 427,
                          "column": 67
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 15562,
                          "end": 15620,
                          "loc": {
                            "start": {
                              "line": 427,
                              "column": 8
                            },
                            "end": {
                              "line": 427,
                              "column": 66
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 15562,
                            "end": 15582,
                            "loc": {
                              "start": {
                                "line": 427,
                                "column": 8
                              },
                              "end": {
                                "line": 427,
                                "column": 28
                              },
                              "identifierName": "lineItemProviderType"
                            },
                            "name": "lineItemProviderType"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 15585,
                            "end": 15620,
                            "loc": {
                              "start": {
                                "line": 427,
                                "column": 31
                              },
                              "end": {
                                "line": 427,
                                "column": 66
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 15585,
                              "end": 15606,
                              "loc": {
                                "start": {
                                  "line": 427,
                                  "column": 31
                                },
                                "end": {
                                  "line": 427,
                                  "column": 52
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 15585,
                                "end": 15599,
                                "loc": {
                                  "start": {
                                    "line": 427,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 427,
                                    "column": 45
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 15585,
                                  "end": 15593,
                                  "loc": {
                                    "start": {
                                      "line": 427,
                                      "column": 31
                                    },
                                    "end": {
                                      "line": 427,
                                      "column": 39
                                    },
                                    "identifierName": "lineItem"
                                  },
                                  "name": "lineItem"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 15594,
                                  "end": 15599,
                                  "loc": {
                                    "start": {
                                      "line": 427,
                                      "column": 40
                                    },
                                    "end": {
                                      "line": 427,
                                      "column": 45
                                    },
                                    "identifierName": "_data"
                                  },
                                  "name": "_data"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 15600,
                                "end": 15606,
                                "loc": {
                                  "start": {
                                    "line": 427,
                                    "column": 46
                                  },
                                  "end": {
                                    "line": 427,
                                    "column": 52
                                  },
                                  "identifierName": "config"
                                },
                                "name": "config"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 15607,
                              "end": 15620,
                              "loc": {
                                "start": {
                                  "line": 427,
                                  "column": 53
                                },
                                "end": {
                                  "line": 427,
                                  "column": 66
                                },
                                "identifierName": "provider_type"
                              },
                              "name": "provider_type"
                            },
                            "computed": false
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "IfStatement",
                      "start": 15627,
                      "end": 16123,
                      "loc": {
                        "start": {
                          "line": 429,
                          "column": 4
                        },
                        "end": {
                          "line": 446,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "LogicalExpression",
                        "start": 15631,
                        "end": 15685,
                        "loc": {
                          "start": {
                            "line": 429,
                            "column": 8
                          },
                          "end": {
                            "line": 429,
                            "column": 62
                          }
                        },
                        "left": {
                          "type": "BinaryExpression",
                          "start": 15631,
                          "end": 15652,
                          "loc": {
                            "start": {
                              "line": 429,
                              "column": 8
                            },
                            "end": {
                              "line": 429,
                              "column": 29
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 15631,
                            "end": 15643,
                            "loc": {
                              "start": {
                                "line": 429,
                                "column": 8
                              },
                              "end": {
                                "line": 429,
                                "column": 20
                              },
                              "identifierName": "lineItemType"
                            },
                            "name": "lineItemType"
                          },
                          "operator": "!==",
                          "right": {
                            "type": "NullLiteral",
                            "start": 15648,
                            "end": 15652,
                            "loc": {
                              "start": {
                                "line": 429,
                                "column": 25
                              },
                              "end": {
                                "line": 429,
                                "column": 29
                              }
                            }
                          }
                        },
                        "operator": "&&",
                        "right": {
                          "type": "BinaryExpression",
                          "start": 15656,
                          "end": 15685,
                          "loc": {
                            "start": {
                              "line": 429,
                              "column": 33
                            },
                            "end": {
                              "line": 429,
                              "column": 62
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 15656,
                            "end": 15676,
                            "loc": {
                              "start": {
                                "line": 429,
                                "column": 33
                              },
                              "end": {
                                "line": 429,
                                "column": 53
                              },
                              "identifierName": "lineItemProviderType"
                            },
                            "name": "lineItemProviderType"
                          },
                          "operator": "!==",
                          "right": {
                            "type": "NullLiteral",
                            "start": 15681,
                            "end": 15685,
                            "loc": {
                              "start": {
                                "line": 429,
                                "column": 58
                              },
                              "end": {
                                "line": 429,
                                "column": 62
                              }
                            }
                          }
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 15687,
                        "end": 16123,
                        "loc": {
                          "start": {
                            "line": 429,
                            "column": 64
                          },
                          "end": {
                            "line": 446,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "VariableDeclaration",
                            "start": 15695,
                            "end": 15790,
                            "loc": {
                              "start": {
                                "line": 430,
                                "column": 6
                              },
                              "end": {
                                "line": 433,
                                "column": 8
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 15699,
                                "end": 15789,
                                "loc": {
                                  "start": {
                                    "line": 430,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 433,
                                    "column": 7
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 15699,
                                  "end": 15705,
                                  "loc": {
                                    "start": {
                                      "line": 430,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 430,
                                      "column": 16
                                    },
                                    "identifierName": "filter"
                                  },
                                  "name": "filter"
                                },
                                "init": {
                                  "type": "ObjectExpression",
                                  "start": 15708,
                                  "end": 15789,
                                  "loc": {
                                    "start": {
                                      "line": 430,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 433,
                                      "column": 7
                                    }
                                  },
                                  "properties": [
                                    {
                                      "type": "ObjectProperty",
                                      "start": 15718,
                                      "end": 15736,
                                      "loc": {
                                        "start": {
                                          "line": 431,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 431,
                                          "column": 26
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 15718,
                                        "end": 15722,
                                        "loc": {
                                          "start": {
                                            "line": 431,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 431,
                                            "column": 12
                                          },
                                          "identifierName": "type"
                                        },
                                        "name": "type"
                                      },
                                      "value": {
                                        "type": "Identifier",
                                        "start": 15724,
                                        "end": 15736,
                                        "loc": {
                                          "start": {
                                            "line": 431,
                                            "column": 14
                                          },
                                          "end": {
                                            "line": 431,
                                            "column": 26
                                          },
                                          "identifierName": "lineItemType"
                                        },
                                        "name": "lineItemType"
                                      }
                                    },
                                    {
                                      "type": "ObjectProperty",
                                      "start": 15746,
                                      "end": 15781,
                                      "loc": {
                                        "start": {
                                          "line": 432,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 432,
                                          "column": 43
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 15746,
                                        "end": 15759,
                                        "loc": {
                                          "start": {
                                            "line": 432,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 432,
                                            "column": 21
                                          },
                                          "identifierName": "provider_type"
                                        },
                                        "name": "provider_type"
                                      },
                                      "value": {
                                        "type": "Identifier",
                                        "start": 15761,
                                        "end": 15781,
                                        "loc": {
                                          "start": {
                                            "line": 432,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 432,
                                            "column": 43
                                          },
                                          "identifierName": "lineItemProviderType"
                                        },
                                        "name": "lineItemProviderType"
                                      }
                                    }
                                  ]
                                }
                              }
                            ],
                            "kind": "var"
                          },
                          {
                            "type": "VariableDeclaration",
                            "start": 15798,
                            "end": 16021,
                            "loc": {
                              "start": {
                                "line": 435,
                                "column": 6
                              },
                              "end": {
                                "line": 441,
                                "column": 9
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 15802,
                                "end": 16020,
                                "loc": {
                                  "start": {
                                    "line": 435,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 441,
                                    "column": 8
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 15802,
                                  "end": 15818,
                                  "loc": {
                                    "start": {
                                      "line": 435,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 435,
                                      "column": 26
                                    },
                                    "identifierName": "zFactorsFiltered"
                                  },
                                  "name": "zFactorsFiltered"
                                },
                                "init": {
                                  "type": "CallExpression",
                                  "start": 15821,
                                  "end": 16020,
                                  "loc": {
                                    "start": {
                                      "line": 435,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 441,
                                      "column": 8
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 15821,
                                    "end": 15836,
                                    "loc": {
                                      "start": {
                                        "line": 435,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 435,
                                        "column": 44
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 15821,
                                      "end": 15829,
                                      "loc": {
                                        "start": {
                                          "line": 435,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 435,
                                          "column": 37
                                        },
                                        "identifierName": "zFactors"
                                      },
                                      "name": "zFactors"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 15830,
                                      "end": 15836,
                                      "loc": {
                                        "start": {
                                          "line": 435,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 435,
                                          "column": 44
                                        },
                                        "identifierName": "filter"
                                      },
                                      "name": "filter"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "FunctionExpression",
                                      "start": 15837,
                                      "end": 16019,
                                      "loc": {
                                        "start": {
                                          "line": 435,
                                          "column": 45
                                        },
                                        "end": {
                                          "line": 441,
                                          "column": 7
                                        }
                                      },
                                      "id": null,
                                      "generator": false,
                                      "expression": false,
                                      "async": false,
                                      "params": [
                                        {
                                          "type": "Identifier",
                                          "start": 15846,
                                          "end": 15850,
                                          "loc": {
                                            "start": {
                                              "line": 435,
                                              "column": 54
                                            },
                                            "end": {
                                              "line": 435,
                                              "column": 58
                                            },
                                            "identifierName": "item"
                                          },
                                          "name": "item"
                                        }
                                      ],
                                      "body": {
                                        "type": "BlockStatement",
                                        "start": 15852,
                                        "end": 16019,
                                        "loc": {
                                          "start": {
                                            "line": 435,
                                            "column": 60
                                          },
                                          "end": {
                                            "line": 441,
                                            "column": 7
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "ForInStatement",
                                            "start": 15862,
                                            "end": 15990,
                                            "loc": {
                                              "start": {
                                                "line": 436,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 439,
                                                "column": 9
                                              }
                                            },
                                            "left": {
                                              "type": "VariableDeclaration",
                                              "start": 15867,
                                              "end": 15874,
                                              "loc": {
                                                "start": {
                                                  "line": 436,
                                                  "column": 13
                                                },
                                                "end": {
                                                  "line": 436,
                                                  "column": 20
                                                }
                                              },
                                              "declarations": [
                                                {
                                                  "type": "VariableDeclarator",
                                                  "start": 15871,
                                                  "end": 15874,
                                                  "loc": {
                                                    "start": {
                                                      "line": 436,
                                                      "column": 17
                                                    },
                                                    "end": {
                                                      "line": 436,
                                                      "column": 20
                                                    }
                                                  },
                                                  "id": {
                                                    "type": "Identifier",
                                                    "start": 15871,
                                                    "end": 15874,
                                                    "loc": {
                                                      "start": {
                                                        "line": 436,
                                                        "column": 17
                                                      },
                                                      "end": {
                                                        "line": 436,
                                                        "column": 20
                                                      },
                                                      "identifierName": "key"
                                                    },
                                                    "name": "key"
                                                  },
                                                  "init": null
                                                }
                                              ],
                                              "kind": "var"
                                            },
                                            "right": {
                                              "type": "Identifier",
                                              "start": 15878,
                                              "end": 15884,
                                              "loc": {
                                                "start": {
                                                  "line": 436,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 436,
                                                  "column": 30
                                                },
                                                "identifierName": "filter"
                                              },
                                              "name": "filter"
                                            },
                                            "body": {
                                              "type": "BlockStatement",
                                              "start": 15886,
                                              "end": 15990,
                                              "loc": {
                                                "start": {
                                                  "line": 436,
                                                  "column": 32
                                                },
                                                "end": {
                                                  "line": 439,
                                                  "column": 9
                                                }
                                              },
                                              "body": [
                                                {
                                                  "type": "IfStatement",
                                                  "start": 15898,
                                                  "end": 15980,
                                                  "loc": {
                                                    "start": {
                                                      "line": 437,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 438,
                                                      "column": 25
                                                    }
                                                  },
                                                  "test": {
                                                    "type": "LogicalExpression",
                                                    "start": 15902,
                                                    "end": 15953,
                                                    "loc": {
                                                      "start": {
                                                        "line": 437,
                                                        "column": 14
                                                      },
                                                      "end": {
                                                        "line": 437,
                                                        "column": 65
                                                      }
                                                    },
                                                    "left": {
                                                      "type": "BinaryExpression",
                                                      "start": 15902,
                                                      "end": 15925,
                                                      "loc": {
                                                        "start": {
                                                          "line": 437,
                                                          "column": 14
                                                        },
                                                        "end": {
                                                          "line": 437,
                                                          "column": 37
                                                        }
                                                      },
                                                      "left": {
                                                        "type": "MemberExpression",
                                                        "start": 15902,
                                                        "end": 15911,
                                                        "loc": {
                                                          "start": {
                                                            "line": 437,
                                                            "column": 14
                                                          },
                                                          "end": {
                                                            "line": 437,
                                                            "column": 23
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 15902,
                                                          "end": 15906,
                                                          "loc": {
                                                            "start": {
                                                              "line": 437,
                                                              "column": 14
                                                            },
                                                            "end": {
                                                              "line": 437,
                                                              "column": 18
                                                            },
                                                            "identifierName": "item"
                                                          },
                                                          "name": "item"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 15907,
                                                          "end": 15910,
                                                          "loc": {
                                                            "start": {
                                                              "line": 437,
                                                              "column": 19
                                                            },
                                                            "end": {
                                                              "line": 437,
                                                              "column": 22
                                                            },
                                                            "identifierName": "key"
                                                          },
                                                          "name": "key"
                                                        },
                                                        "computed": true
                                                      },
                                                      "operator": "===",
                                                      "right": {
                                                        "type": "Identifier",
                                                        "start": 15916,
                                                        "end": 15925,
                                                        "loc": {
                                                          "start": {
                                                            "line": 437,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 437,
                                                            "column": 37
                                                          },
                                                          "identifierName": "undefined"
                                                        },
                                                        "name": "undefined"
                                                      }
                                                    },
                                                    "operator": "||",
                                                    "right": {
                                                      "type": "BinaryExpression",
                                                      "start": 15929,
                                                      "end": 15953,
                                                      "loc": {
                                                        "start": {
                                                          "line": 437,
                                                          "column": 41
                                                        },
                                                        "end": {
                                                          "line": 437,
                                                          "column": 65
                                                        }
                                                      },
                                                      "left": {
                                                        "type": "MemberExpression",
                                                        "start": 15929,
                                                        "end": 15938,
                                                        "loc": {
                                                          "start": {
                                                            "line": 437,
                                                            "column": 41
                                                          },
                                                          "end": {
                                                            "line": 437,
                                                            "column": 50
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 15929,
                                                          "end": 15933,
                                                          "loc": {
                                                            "start": {
                                                              "line": 437,
                                                              "column": 41
                                                            },
                                                            "end": {
                                                              "line": 437,
                                                              "column": 45
                                                            },
                                                            "identifierName": "item"
                                                          },
                                                          "name": "item"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 15934,
                                                          "end": 15937,
                                                          "loc": {
                                                            "start": {
                                                              "line": 437,
                                                              "column": 46
                                                            },
                                                            "end": {
                                                              "line": 437,
                                                              "column": 49
                                                            },
                                                            "identifierName": "key"
                                                          },
                                                          "name": "key"
                                                        },
                                                        "computed": true
                                                      },
                                                      "operator": "!=",
                                                      "right": {
                                                        "type": "MemberExpression",
                                                        "start": 15942,
                                                        "end": 15953,
                                                        "loc": {
                                                          "start": {
                                                            "line": 437,
                                                            "column": 54
                                                          },
                                                          "end": {
                                                            "line": 437,
                                                            "column": 65
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 15942,
                                                          "end": 15948,
                                                          "loc": {
                                                            "start": {
                                                              "line": 437,
                                                              "column": 54
                                                            },
                                                            "end": {
                                                              "line": 437,
                                                              "column": 60
                                                            },
                                                            "identifierName": "filter"
                                                          },
                                                          "name": "filter"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 15949,
                                                          "end": 15952,
                                                          "loc": {
                                                            "start": {
                                                              "line": 437,
                                                              "column": 61
                                                            },
                                                            "end": {
                                                              "line": 437,
                                                              "column": 64
                                                            },
                                                            "identifierName": "key"
                                                          },
                                                          "name": "key"
                                                        },
                                                        "computed": true
                                                      }
                                                    }
                                                  },
                                                  "consequent": {
                                                    "type": "ReturnStatement",
                                                    "start": 15967,
                                                    "end": 15980,
                                                    "loc": {
                                                      "start": {
                                                        "line": 438,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 438,
                                                        "column": 25
                                                      }
                                                    },
                                                    "argument": {
                                                      "type": "BooleanLiteral",
                                                      "start": 15974,
                                                      "end": 15979,
                                                      "loc": {
                                                        "start": {
                                                          "line": 438,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 438,
                                                          "column": 24
                                                        }
                                                      },
                                                      "value": false
                                                    }
                                                  },
                                                  "alternate": null
                                                }
                                              ],
                                              "directives": []
                                            }
                                          },
                                          {
                                            "type": "ReturnStatement",
                                            "start": 15999,
                                            "end": 16011,
                                            "loc": {
                                              "start": {
                                                "line": 440,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 440,
                                                "column": 20
                                              }
                                            },
                                            "argument": {
                                              "type": "BooleanLiteral",
                                              "start": 16006,
                                              "end": 16010,
                                              "loc": {
                                                "start": {
                                                  "line": 440,
                                                  "column": 15
                                                },
                                                "end": {
                                                  "line": 440,
                                                  "column": 19
                                                }
                                              },
                                              "value": true
                                            }
                                          }
                                        ],
                                        "directives": []
                                      }
                                    }
                                  ]
                                }
                              }
                            ],
                            "kind": "let"
                          },
                          {
                            "type": "IfStatement",
                            "start": 16029,
                            "end": 16117,
                            "loc": {
                              "start": {
                                "line": 443,
                                "column": 6
                              },
                              "end": {
                                "line": 445,
                                "column": 7
                              }
                            },
                            "test": {
                              "type": "BinaryExpression",
                              "start": 16033,
                              "end": 16061,
                              "loc": {
                                "start": {
                                  "line": 443,
                                  "column": 10
                                },
                                "end": {
                                  "line": 443,
                                  "column": 38
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 16033,
                                "end": 16056,
                                "loc": {
                                  "start": {
                                    "line": 443,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 443,
                                    "column": 33
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 16033,
                                  "end": 16049,
                                  "loc": {
                                    "start": {
                                      "line": 443,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 443,
                                      "column": 26
                                    },
                                    "identifierName": "zFactorsFiltered"
                                  },
                                  "name": "zFactorsFiltered"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 16050,
                                  "end": 16056,
                                  "loc": {
                                    "start": {
                                      "line": 443,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 443,
                                      "column": 33
                                    },
                                    "identifierName": "length"
                                  },
                                  "name": "length"
                                },
                                "computed": false
                              },
                              "operator": "==",
                              "right": {
                                "type": "NumericLiteral",
                                "start": 16060,
                                "end": 16061,
                                "loc": {
                                  "start": {
                                    "line": 443,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 443,
                                    "column": 38
                                  }
                                },
                                "extra": {
                                  "rawValue": 1,
                                  "raw": "1"
                                },
                                "value": 1
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 16063,
                              "end": 16117,
                              "loc": {
                                "start": {
                                  "line": 443,
                                  "column": 40
                                },
                                "end": {
                                  "line": 445,
                                  "column": 7
                                }
                              },
                              "body": [
                                {
                                  "type": "ReturnStatement",
                                  "start": 16073,
                                  "end": 16109,
                                  "loc": {
                                    "start": {
                                      "line": 444,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 444,
                                      "column": 44
                                    }
                                  },
                                  "argument": {
                                    "type": "MemberExpression",
                                    "start": 16080,
                                    "end": 16108,
                                    "loc": {
                                      "start": {
                                        "line": 444,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 444,
                                        "column": 43
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 16080,
                                      "end": 16099,
                                      "loc": {
                                        "start": {
                                          "line": 444,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 444,
                                          "column": 34
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 16080,
                                        "end": 16096,
                                        "loc": {
                                          "start": {
                                            "line": 444,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 444,
                                            "column": 31
                                          },
                                          "identifierName": "zFactorsFiltered"
                                        },
                                        "name": "zFactorsFiltered"
                                      },
                                      "property": {
                                        "type": "NumericLiteral",
                                        "start": 16097,
                                        "end": 16098,
                                        "loc": {
                                          "start": {
                                            "line": 444,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 444,
                                            "column": 33
                                          }
                                        },
                                        "extra": {
                                          "rawValue": 0,
                                          "raw": "0"
                                        },
                                        "value": 0
                                      },
                                      "computed": true
                                    },
                                    "property": {
                                      "type": "StringLiteral",
                                      "start": 16100,
                                      "end": 16107,
                                      "loc": {
                                        "start": {
                                          "line": 444,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 444,
                                          "column": 42
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "value",
                                        "raw": "'value'"
                                      },
                                      "value": "value"
                                    },
                                    "computed": true
                                  }
                                }
                              ],
                              "directives": []
                            },
                            "alternate": null
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 16128,
                      "end": 16137,
                      "loc": {
                        "start": {
                          "line": 447,
                          "column": 4
                        },
                        "end": {
                          "line": 447,
                          "column": 13
                        }
                      },
                      "argument": {
                        "type": "NumericLiteral",
                        "start": 16135,
                        "end": 16136,
                        "loc": {
                          "start": {
                            "line": 447,
                            "column": 11
                          },
                          "end": {
                            "line": 447,
                            "column": 12
                          }
                        },
                        "extra": {
                          "rawValue": 1,
                          "raw": "1"
                        },
                        "value": 1
                      }
                    }
                  ],
                  "directives": []
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Get the Z-Factor for this Bid Line Item\n   *\n   * @param {object[]} lineItem\n   * @return {number}\n   ",
                    "start": 15353,
                    "end": 15466,
                    "loc": {
                      "start": {
                        "line": 419,
                        "column": 2
                      },
                      "end": {
                        "line": 424,
                        "column": 5
                      }
                    }
                  }
                ]
              }
            ]
          },
          "leadingComments": [],
          "trailingComments": []
        }
      }
    ],
    "directives": []
  },
  "comments": [
    {
      "type": "CommentBlock",
      "value": "*\n   * Constructor\n   * @param {LineItem} lineItem\n   ",
      "start": 193,
      "end": 251,
      "loc": {
        "start": {
          "line": 7,
          "column": 2
        },
        "end": {
          "line": 10,
          "column": 5
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " determine if a patch can be used by the model's created_at timestamp",
      "start": 858,
      "end": 929,
      "loc": {
        "start": {
          "line": 31,
          "column": 4
        },
        "end": {
          "line": 31,
          "column": 75
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " this is necessary to prevent estimates from changing in bids that use models created before the fix was released",
      "start": 934,
      "end": 1049,
      "loc": {
        "start": {
          "line": 32,
          "column": 4
        },
        "end": {
          "line": 32,
          "column": 119
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " ignores prediction models that rely on entities that are not fully defined",
      "start": 1250,
      "end": 1327,
      "loc": {
        "start": {
          "line": 35,
          "column": 94
        },
        "end": {
          "line": 35,
          "column": 171
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " ignores prediction models that have non-numeric results",
      "start": 1418,
      "end": 1476,
      "loc": {
        "start": {
          "line": 36,
          "column": 90
        },
        "end": {
          "line": 36,
          "column": 148
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " ensures assembly context is correctly considered",
      "start": 1576,
      "end": 1627,
      "loc": {
        "start": {
          "line": 37,
          "column": 99
        },
        "end": {
          "line": 37,
          "column": 150
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Retrieves a filtered list of prediction models\n   *\n   * @param {string} filterByType 'cost' or 'labor_hours' the type of models to retrieve\n   * @return {object[]} List of models filtered by the filterType\n   ",
      "start": 1642,
      "end": 1863,
      "loc": {
        "start": {
          "line": 41,
          "column": 2
        },
        "end": {
          "line": 46,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Determine if the line item has any prediction models\n   *\n   * @return {boolean}\n   ",
      "start": 1993,
      "end": 2088,
      "loc": {
        "start": {
          "line": 51,
          "column": 2
        },
        "end": {
          "line": 55,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Returns the distribution ranges\n   *\n   * @return {number[]} The distribution ranges\n   ",
      "start": 2217,
      "end": 2316,
      "loc": {
        "start": {
          "line": 60,
          "column": 2
        },
        "end": {
          "line": 64,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Retrieves a list of cost prediction models\n   *\n   * @return {Object[]} cost prediction models\n   ",
      "start": 2388,
      "end": 2497,
      "loc": {
        "start": {
          "line": 69,
          "column": 2
        },
        "end": {
          "line": 73,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Retrieves a list of labor prediction models\n   *\n   * @return {Object[]} labor prediction models\n   ",
      "start": 2579,
      "end": 2690,
      "loc": {
        "start": {
          "line": 78,
          "column": 2
        },
        "end": {
          "line": 82,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Retrieves the contribution weight for the line item\n   *\n   * @return {number} The contribution weight\n   ",
      "start": 2780,
      "end": 2897,
      "loc": {
        "start": {
          "line": 87,
          "column": 2
        },
        "end": {
          "line": 91,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Gets average model value weighted by r2 for the given evaluated models\n   *\n   * @param {EvaluatedModel[]} evaluatedModels The evaluated model object. Must include the model's evaluated 'value' and 'r2'\n   * @return {number} Weighted average\n   ",
      "start": 3025,
      "end": 3281,
      "loc": {
        "start": {
          "line": 96,
          "column": 2
        },
        "end": {
          "line": 101,
          "column": 5
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " @todo-justin comment this method properly",
      "start": 3680,
      "end": 3724,
      "loc": {
        "start": {
          "line": 116,
          "column": 2
        },
        "end": {
          "line": 116,
          "column": 46
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " console.log('evaluatedModels', evaluatedModels);",
      "start": 3936,
      "end": 3987,
      "loc": {
        "start": {
          "line": 123,
          "column": 6
        },
        "end": {
          "line": 123,
          "column": 57
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Get the weighted average result of the prediction models based on scaled r2\n   *\n   * @param {EvaluatedModel[]} evaluatedModels\n   * @return {number}\n   ",
      "start": 4548,
      "end": 4712,
      "loc": {
        "start": {
          "line": 142,
          "column": 2
        },
        "end": {
          "line": 147,
          "column": 5
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " @todo replace the method above with this one completely, make sure no calls to this method are left",
      "start": 4715,
      "end": 4817,
      "loc": {
        "start": {
          "line": 148,
          "column": 2
        },
        "end": {
          "line": 148,
          "column": 104
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " hold this for very last work item/task",
      "start": 4820,
      "end": 4861,
      "loc": {
        "start": {
          "line": 149,
          "column": 2
        },
        "end": {
          "line": 149,
          "column": 43
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " scale r2 to weight .9 twice as high as .8",
      "start": 5029,
      "end": 5073,
      "loc": {
        "start": {
          "line": 152,
          "column": 75
        },
        "end": {
          "line": 152,
          "column": 119
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Evaluates a prediction model dependency. Returns null if it cannot be evaluated.\n   *\n   * @param {object} modelDependency A prediction model dependency\n   * @param {string} modelDependency.type The type of dependency. Either 'field' or 'metric'\n   * @param {number} modelDependency.definition_id The definition id of the dependency\n   * @param {string} modelDependency.field The dependencies value field. Typically 'value'\n   * @param {boolean} isBaseModel Whether or not this is the base model for the line item.\n   *            If it is, the value should be given even if the dependency is not fully defined.\n   * @return {number|null} The evaluated value of the dependency\n   ",
      "start": 5266,
      "end": 5957,
      "loc": {
        "start": {
          "line": 157,
          "column": 2
        },
        "end": {
          "line": 167,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Get the dependency used by the prediction model\n   *\n   * @param {string} type\n   * @param {number} definitionId\n   * @return {object|undefined} bid entity\n   ",
      "start": 6340,
      "end": 6510,
      "loc": {
        "start": {
          "line": 176,
          "column": 2
        },
        "end": {
          "line": 182,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Determine if the entity should be used to evaluate a prediction model.\n   * Because of the need to maintain the integrity of old estimates,\n   *  a date check is used here to ensure only prediction models generated\n   *  after the fix date get the fix\n   *\n   * @param {object} entity\n   * @param {?object} field\n   * @return {boolean}\n   ",
      "start": 6948,
      "end": 7298,
      "loc": {
        "start": {
          "line": 197,
          "column": 2
        },
        "end": {
          "line": 206,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Determines whether the given value is within the given range (including a 15% factor)\n   * Range is defined as the lowest and highest values in the dataset for the given model\n   *\n   * @param {number[]} bounds the upper and lower bounds\n   * @param {number} value the value to be evaluated\n   * @return {boolean} Whether or not the value is in bounds\n   ",
      "start": 7457,
      "end": 7823,
      "loc": {
        "start": {
          "line": 212,
          "column": 2
        },
        "end": {
          "line": 219,
          "column": 5
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " the base_model can have no bounds for y=0a",
      "start": 7880,
      "end": 7925,
      "loc": {
        "start": {
          "line": 222,
          "column": 6
        },
        "end": {
          "line": 222,
          "column": 51
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * @typedef {Object} EvaluatedModel\n   * @property {number|null} value\n   * @property {boolean} isInBounds\n   * @property {number} r2\n   ",
      "start": 8072,
      "end": 8217,
      "loc": {
        "start": {
          "line": 229,
          "column": 2
        },
        "end": {
          "line": 234,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Evaluates a single prediction model\n   *\n   * @param {object} model A prediction model to evaluate\n   * @return {EvaluatedModel} The result of evaluating the model\n   ",
      "start": 8221,
      "end": 8399,
      "loc": {
        "start": {
          "line": 236,
          "column": 2
        },
        "end": {
          "line": 241,
          "column": 5
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " get the z-factor for this prediction model for each calculation",
      "start": 8667,
      "end": 8733,
      "loc": {
        "start": {
          "line": 248,
          "column": 4
        },
        "end": {
          "line": 248,
          "column": 70
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": " console.log('OUT OF BOUNDS');\n          console.log('model', model);\n          console.log('dependencyValues', dependencyValues);\n          console.log('modelValue', modelValue); ",
      "start": 9537,
      "end": 9721,
      "loc": {
        "start": {
          "line": 267,
          "column": 10
        },
        "end": {
          "line": 270,
          "column": 51
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": " console.log('range', range);\n            console.log('r2', model.model.r2);\n            console.log('std_dev_error_mean', std_dev_error_mean);\n            console.log('std_dev_error', std_dev_error);\n            console.log('equation', model.model.equation);\n            console.log('dependencyValues', dependencyValues);\n            console.log('jstat', jStat.normal.inv((range / 100), std_dev_error_mean, std_dev_error));\n            console.log('modelValue', modelValue);\n            console.log('boundsCalculation', boundsCalculation);",
      "start": 11398,
      "end": 11942,
      "loc": {
        "start": {
          "line": 305,
          "column": 12
        },
        "end": {
          "line": 313,
          "column": 66
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " console.log('bounds', bounds);",
      "start": 12061,
      "end": 12094,
      "loc": {
        "start": {
          "line": 318,
          "column": 10
        },
        "end": {
          "line": 318,
          "column": 43
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Evaluates all the given models and returns a weighted average of the significant results\n   *\n   * @param {object[]} models The models to evaluate\n   * @return {number} The weighted avg of evaluating the given models\n   ",
      "start": 12230,
      "end": 12461,
      "loc": {
        "start": {
          "line": 326,
          "column": 2
        },
        "end": {
          "line": 331,
          "column": 5
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " console.log('line item', this.lineItem);",
      "start": 12673,
      "end": 12716,
      "loc": {
        "start": {
          "line": 337,
          "column": 6
        },
        "end": {
          "line": 337,
          "column": 49
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " console.log('weightedBoundsAvg', weightedBoundsAvg);",
      "start": 12723,
      "end": 12778,
      "loc": {
        "start": {
          "line": 338,
          "column": 6
        },
        "end": {
          "line": 338,
          "column": 61
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " console.log('account weightedNormalValues', this.lineItem._cacheValues[this.predictionType].weightedNormalValues);",
      "start": 12927,
      "end": 13044,
      "loc": {
        "start": {
          "line": 344,
          "column": 6
        },
        "end": {
          "line": 344,
          "column": 123
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Evaluate the models using an experimental weighting\n   *\n   * @param {object[]} models\n   * @return {number}\n   ",
      "start": 13131,
      "end": 13254,
      "loc": {
        "start": {
          "line": 350,
          "column": 2
        },
        "end": {
          "line": 355,
          "column": 5
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " @todo replace method above with this one completely, make sure no leftover calls to this method name",
      "start": 13257,
      "end": 13360,
      "loc": {
        "start": {
          "line": 356,
          "column": 2
        },
        "end": {
          "line": 356,
          "column": 105
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " do this as the very last task/item",
      "start": 13363,
      "end": 13400,
      "loc": {
        "start": {
          "line": 357,
          "column": 2
        },
        "end": {
          "line": 357,
          "column": 39
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Evaluate the given models in order of descending r2 value.\n   *\n   * @param {object[]} models\n   * @param {number} [limit=5] The maximum number of models to evaluate\n   * @return {EvaluatedModel[]}\n   ",
      "start": 13593,
      "end": 13805,
      "loc": {
        "start": {
          "line": 363,
          "column": 2
        },
        "end": {
          "line": 369,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * If any models are in bounds, filter out-of-bounds models from the given models.\n   * TODO: indicate if out-of-bounds models are used as this could reduce the quality of prediction\n   *\n   * @param {EvaluatedModel[]} models\n   * @return {EvaluatedModel[]}\n   ",
      "start": 14249,
      "end": 14518,
      "loc": {
        "start": {
          "line": 385,
          "column": 2
        },
        "end": {
          "line": 391,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Gets the dependencies used in the prediction models for the given line item def id\n   *\n   * @return {bidEntity[]} The prediction model dependencies\n   ",
      "start": 14712,
      "end": 14875,
      "loc": {
        "start": {
          "line": 397,
          "column": 2
        },
        "end": {
          "line": 401,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Get the Z-Factor for this Bid Line Item\n   *\n   * @param {object[]} lineItem\n   * @return {number}\n   ",
      "start": 15353,
      "end": 15466,
      "loc": {
        "start": {
          "line": 419,
          "column": 2
        },
        "end": {
          "line": 424,
          "column": 5
        }
      }
    }
  ],
  "tokens": [
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 0,
      "end": 6,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7,
      "end": 8,
      "loc": {
        "start": {
          "line": 1,
          "column": 7
        },
        "end": {
          "line": 1,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isNil",
      "start": 9,
      "end": 14,
      "loc": {
        "start": {
          "line": 1,
          "column": 9
        },
        "end": {
          "line": 1,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14,
      "end": 15,
      "loc": {
        "start": {
          "line": 1,
          "column": 14
        },
        "end": {
          "line": 1,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "orderBy",
      "start": 16,
      "end": 23,
      "loc": {
        "start": {
          "line": 1,
          "column": 16
        },
        "end": {
          "line": 1,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 24,
      "end": 25,
      "loc": {
        "start": {
          "line": 1,
          "column": 24
        },
        "end": {
          "line": 1,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 26,
      "end": 30,
      "loc": {
        "start": {
          "line": 1,
          "column": 26
        },
        "end": {
          "line": 1,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "lodash",
      "start": 31,
      "end": 39,
      "loc": {
        "start": {
          "line": 1,
          "column": 31
        },
        "end": {
          "line": 1,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 39,
      "end": 40,
      "loc": {
        "start": {
          "line": 1,
          "column": 39
        },
        "end": {
          "line": 1,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 41,
      "end": 47,
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Helpers",
      "start": 48,
      "end": 55,
      "loc": {
        "start": {
          "line": 2,
          "column": 7
        },
        "end": {
          "line": 2,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 56,
      "end": 60,
      "loc": {
        "start": {
          "line": 2,
          "column": 15
        },
        "end": {
          "line": 2,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "@/utils/Helpers",
      "start": 61,
      "end": 78,
      "loc": {
        "start": {
          "line": 2,
          "column": 20
        },
        "end": {
          "line": 2,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 78,
      "end": 79,
      "loc": {
        "start": {
          "line": 2,
          "column": 37
        },
        "end": {
          "line": 2,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 80,
      "end": 86,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "LineItem",
      "start": 87,
      "end": 95,
      "loc": {
        "start": {
          "line": 3,
          "column": 7
        },
        "end": {
          "line": 3,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 96,
      "end": 100,
      "loc": {
        "start": {
          "line": 3,
          "column": 16
        },
        "end": {
          "line": 3,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "@/domain/LineItem",
      "start": 101,
      "end": 120,
      "loc": {
        "start": {
          "line": 3,
          "column": 21
        },
        "end": {
          "line": 3,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 120,
      "end": 121,
      "loc": {
        "start": {
          "line": 3,
          "column": 40
        },
        "end": {
          "line": 3,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 122,
      "end": 128,
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "jStat",
      "start": 129,
      "end": 134,
      "loc": {
        "start": {
          "line": 4,
          "column": 7
        },
        "end": {
          "line": 4,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 135,
      "end": 139,
      "loc": {
        "start": {
          "line": 4,
          "column": 13
        },
        "end": {
          "line": 4,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "jstat",
      "start": 140,
      "end": 147,
      "loc": {
        "start": {
          "line": 4,
          "column": 18
        },
        "end": {
          "line": 4,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 147,
      "end": 148,
      "loc": {
        "start": {
          "line": 4,
          "column": 25
        },
        "end": {
          "line": 4,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "export",
        "keyword": "export",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "export",
      "start": 150,
      "end": 156,
      "loc": {
        "start": {
          "line": 6,
          "column": 0
        },
        "end": {
          "line": 6,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "default",
        "keyword": "default",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "default",
      "start": 157,
      "end": 164,
      "loc": {
        "start": {
          "line": 6,
          "column": 7
        },
        "end": {
          "line": 6,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "class",
        "keyword": "class",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "class",
      "start": 165,
      "end": 170,
      "loc": {
        "start": {
          "line": 6,
          "column": 15
        },
        "end": {
          "line": 6,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "PredictionService",
      "start": 171,
      "end": 188,
      "loc": {
        "start": {
          "line": 6,
          "column": 21
        },
        "end": {
          "line": 6,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 189,
      "end": 190,
      "loc": {
        "start": {
          "line": 6,
          "column": 39
        },
        "end": {
          "line": 6,
          "column": 40
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Constructor\n   * @param {LineItem} lineItem\n   ",
      "start": 193,
      "end": 251,
      "loc": {
        "start": {
          "line": 7,
          "column": 2
        },
        "end": {
          "line": 10,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constructor",
      "start": 254,
      "end": 265,
      "loc": {
        "start": {
          "line": 11,
          "column": 2
        },
        "end": {
          "line": 11,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 265,
      "end": 266,
      "loc": {
        "start": {
          "line": 11,
          "column": 13
        },
        "end": {
          "line": 11,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineItem",
      "start": 266,
      "end": 274,
      "loc": {
        "start": {
          "line": 11,
          "column": 14
        },
        "end": {
          "line": 11,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 274,
      "end": 275,
      "loc": {
        "start": {
          "line": 11,
          "column": 22
        },
        "end": {
          "line": 11,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 276,
      "end": 277,
      "loc": {
        "start": {
          "line": 11,
          "column": 24
        },
        "end": {
          "line": 11,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 282,
      "end": 286,
      "loc": {
        "start": {
          "line": 12,
          "column": 4
        },
        "end": {
          "line": 12,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 286,
      "end": 287,
      "loc": {
        "start": {
          "line": 12,
          "column": 8
        },
        "end": {
          "line": 12,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineItem",
      "start": 287,
      "end": 295,
      "loc": {
        "start": {
          "line": 12,
          "column": 9
        },
        "end": {
          "line": 12,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 296,
      "end": 297,
      "loc": {
        "start": {
          "line": 12,
          "column": 18
        },
        "end": {
          "line": 12,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineItem",
      "start": 298,
      "end": 306,
      "loc": {
        "start": {
          "line": 12,
          "column": 20
        },
        "end": {
          "line": 12,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 306,
      "end": 307,
      "loc": {
        "start": {
          "line": 12,
          "column": 28
        },
        "end": {
          "line": 12,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 312,
      "end": 314,
      "loc": {
        "start": {
          "line": 13,
          "column": 4
        },
        "end": {
          "line": 13,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 315,
      "end": 316,
      "loc": {
        "start": {
          "line": 13,
          "column": 7
        },
        "end": {
          "line": 13,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 316,
      "end": 317,
      "loc": {
        "start": {
          "line": 13,
          "column": 8
        },
        "end": {
          "line": 13,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 317,
      "end": 321,
      "loc": {
        "start": {
          "line": 13,
          "column": 9
        },
        "end": {
          "line": 13,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 321,
      "end": 322,
      "loc": {
        "start": {
          "line": 13,
          "column": 13
        },
        "end": {
          "line": 13,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineItem",
      "start": 322,
      "end": 330,
      "loc": {
        "start": {
          "line": 13,
          "column": 14
        },
        "end": {
          "line": 13,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 330,
      "end": 331,
      "loc": {
        "start": {
          "line": 13,
          "column": 22
        },
        "end": {
          "line": 13,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 332,
      "end": 333,
      "loc": {
        "start": {
          "line": 13,
          "column": 24
        },
        "end": {
          "line": 13,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "throw",
        "keyword": "throw",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "throw",
      "start": 340,
      "end": 345,
      "loc": {
        "start": {
          "line": 14,
          "column": 6
        },
        "end": {
          "line": 14,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 346,
      "end": 349,
      "loc": {
        "start": {
          "line": 14,
          "column": 12
        },
        "end": {
          "line": 14,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Error",
      "start": 350,
      "end": 355,
      "loc": {
        "start": {
          "line": 14,
          "column": 16
        },
        "end": {
          "line": 14,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 355,
      "end": 356,
      "loc": {
        "start": {
          "line": 14,
          "column": 21
        },
        "end": {
          "line": 14,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "Line Item is not set",
      "start": 356,
      "end": 378,
      "loc": {
        "start": {
          "line": 14,
          "column": 22
        },
        "end": {
          "line": 14,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 378,
      "end": 379,
      "loc": {
        "start": {
          "line": 14,
          "column": 44
        },
        "end": {
          "line": 14,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 379,
      "end": 380,
      "loc": {
        "start": {
          "line": 14,
          "column": 45
        },
        "end": {
          "line": 14,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 385,
      "end": 386,
      "loc": {
        "start": {
          "line": 15,
          "column": 4
        },
        "end": {
          "line": 15,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 392,
      "end": 396,
      "loc": {
        "start": {
          "line": 17,
          "column": 4
        },
        "end": {
          "line": 17,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 396,
      "end": 397,
      "loc": {
        "start": {
          "line": 17,
          "column": 8
        },
        "end": {
          "line": 17,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bid",
      "start": 397,
      "end": 400,
      "loc": {
        "start": {
          "line": 17,
          "column": 9
        },
        "end": {
          "line": 17,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 401,
      "end": 402,
      "loc": {
        "start": {
          "line": 17,
          "column": 13
        },
        "end": {
          "line": 17,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 403,
      "end": 407,
      "loc": {
        "start": {
          "line": 17,
          "column": 15
        },
        "end": {
          "line": 17,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 407,
      "end": 408,
      "loc": {
        "start": {
          "line": 17,
          "column": 19
        },
        "end": {
          "line": 17,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineItem",
      "start": 408,
      "end": 416,
      "loc": {
        "start": {
          "line": 17,
          "column": 20
        },
        "end": {
          "line": 17,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 416,
      "end": 417,
      "loc": {
        "start": {
          "line": 17,
          "column": 28
        },
        "end": {
          "line": 17,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bid",
      "start": 417,
      "end": 420,
      "loc": {
        "start": {
          "line": 17,
          "column": 29
        },
        "end": {
          "line": 17,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 420,
      "end": 421,
      "loc": {
        "start": {
          "line": 17,
          "column": 32
        },
        "end": {
          "line": 17,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 426,
      "end": 431,
      "loc": {
        "start": {
          "line": 18,
          "column": 4
        },
        "end": {
          "line": 18,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "predictionModel",
      "start": 432,
      "end": 447,
      "loc": {
        "start": {
          "line": 18,
          "column": 10
        },
        "end": {
          "line": 18,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 448,
      "end": 449,
      "loc": {
        "start": {
          "line": 18,
          "column": 26
        },
        "end": {
          "line": 18,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 450,
      "end": 454,
      "loc": {
        "start": {
          "line": 18,
          "column": 28
        },
        "end": {
          "line": 18,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 454,
      "end": 455,
      "loc": {
        "start": {
          "line": 18,
          "column": 32
        },
        "end": {
          "line": 18,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineItem",
      "start": 455,
      "end": 463,
      "loc": {
        "start": {
          "line": 18,
          "column": 33
        },
        "end": {
          "line": 18,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 463,
      "end": 464,
      "loc": {
        "start": {
          "line": 18,
          "column": 41
        },
        "end": {
          "line": 18,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_data",
      "start": 464,
      "end": 469,
      "loc": {
        "start": {
          "line": 18,
          "column": 42
        },
        "end": {
          "line": 18,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 469,
      "end": 470,
      "loc": {
        "start": {
          "line": 18,
          "column": 47
        },
        "end": {
          "line": 18,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "prediction_model",
      "start": 470,
      "end": 486,
      "loc": {
        "start": {
          "line": 18,
          "column": 48
        },
        "end": {
          "line": 18,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 486,
      "end": 487,
      "loc": {
        "start": {
          "line": 18,
          "column": 64
        },
        "end": {
          "line": 18,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 492,
      "end": 496,
      "loc": {
        "start": {
          "line": 19,
          "column": 4
        },
        "end": {
          "line": 19,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 496,
      "end": 497,
      "loc": {
        "start": {
          "line": 19,
          "column": 8
        },
        "end": {
          "line": 19,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "models",
      "start": 497,
      "end": 503,
      "loc": {
        "start": {
          "line": 19,
          "column": 9
        },
        "end": {
          "line": 19,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 504,
      "end": 505,
      "loc": {
        "start": {
          "line": 19,
          "column": 16
        },
        "end": {
          "line": 19,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 506,
      "end": 507,
      "loc": {
        "start": {
          "line": 19,
          "column": 18
        },
        "end": {
          "line": 19,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "predictionModel",
      "start": 507,
      "end": 522,
      "loc": {
        "start": {
          "line": 19,
          "column": 19
        },
        "end": {
          "line": 19,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 523,
      "end": 525,
      "loc": {
        "start": {
          "line": 19,
          "column": 35
        },
        "end": {
          "line": 19,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "predictionModel",
      "start": 526,
      "end": 541,
      "loc": {
        "start": {
          "line": 19,
          "column": 38
        },
        "end": {
          "line": 19,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 541,
      "end": 542,
      "loc": {
        "start": {
          "line": 19,
          "column": 53
        },
        "end": {
          "line": 19,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "models",
      "start": 542,
      "end": 548,
      "loc": {
        "start": {
          "line": 19,
          "column": 54
        },
        "end": {
          "line": 19,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 548,
      "end": 549,
      "loc": {
        "start": {
          "line": 19,
          "column": 60
        },
        "end": {
          "line": 19,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 550,
      "end": 552,
      "loc": {
        "start": {
          "line": 19,
          "column": 62
        },
        "end": {
          "line": 19,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 553,
      "end": 554,
      "loc": {
        "start": {
          "line": 19,
          "column": 65
        },
        "end": {
          "line": 19,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 554,
      "end": 555,
      "loc": {
        "start": {
          "line": 19,
          "column": 66
        },
        "end": {
          "line": 19,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 555,
      "end": 556,
      "loc": {
        "start": {
          "line": 19,
          "column": 67
        },
        "end": {
          "line": 19,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 562,
      "end": 566,
      "loc": {
        "start": {
          "line": 21,
          "column": 4
        },
        "end": {
          "line": 21,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 566,
      "end": 567,
      "loc": {
        "start": {
          "line": 21,
          "column": 8
        },
        "end": {
          "line": 21,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "distributionRanges",
      "start": 567,
      "end": 585,
      "loc": {
        "start": {
          "line": 21,
          "column": 9
        },
        "end": {
          "line": 21,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 586,
      "end": 587,
      "loc": {
        "start": {
          "line": 21,
          "column": 28
        },
        "end": {
          "line": 21,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 588,
      "end": 592,
      "loc": {
        "start": {
          "line": 21,
          "column": 30
        },
        "end": {
          "line": 21,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 592,
      "end": 593,
      "loc": {
        "start": {
          "line": 21,
          "column": 34
        },
        "end": {
          "line": 21,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bid",
      "start": 593,
      "end": 596,
      "loc": {
        "start": {
          "line": 21,
          "column": 35
        },
        "end": {
          "line": 21,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 596,
      "end": 597,
      "loc": {
        "start": {
          "line": 21,
          "column": 38
        },
        "end": {
          "line": 21,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entities",
      "start": 597,
      "end": 605,
      "loc": {
        "start": {
          "line": 21,
          "column": 39
        },
        "end": {
          "line": 21,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 605,
      "end": 606,
      "loc": {
        "start": {
          "line": 21,
          "column": 47
        },
        "end": {
          "line": 21,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "variables",
      "start": 606,
      "end": 615,
      "loc": {
        "start": {
          "line": 21,
          "column": 48
        },
        "end": {
          "line": 21,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 615,
      "end": 616,
      "loc": {
        "start": {
          "line": 21,
          "column": 57
        },
        "end": {
          "line": 21,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 616,
      "end": 617,
      "loc": {
        "start": {
          "line": 21,
          "column": 58
        },
        "end": {
          "line": 21,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 617,
      "end": 618,
      "loc": {
        "start": {
          "line": 21,
          "column": 59
        },
        "end": {
          "line": 21,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "distribution_ranges",
      "start": 618,
      "end": 637,
      "loc": {
        "start": {
          "line": 21,
          "column": 60
        },
        "end": {
          "line": 21,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 637,
      "end": 638,
      "loc": {
        "start": {
          "line": 21,
          "column": 79
        },
        "end": {
          "line": 21,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 638,
      "end": 643,
      "loc": {
        "start": {
          "line": 21,
          "column": 80
        },
        "end": {
          "line": 21,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 643,
      "end": 644,
      "loc": {
        "start": {
          "line": 21,
          "column": 85
        },
        "end": {
          "line": 21,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 644,
      "end": 647,
      "loc": {
        "start": {
          "line": 21,
          "column": 86
        },
        "end": {
          "line": 21,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 647,
      "end": 648,
      "loc": {
        "start": {
          "line": 21,
          "column": 89
        },
        "end": {
          "line": 21,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 648,
      "end": 649,
      "loc": {
        "start": {
          "line": 21,
          "column": 90
        },
        "end": {
          "line": 21,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 650,
      "end": 652,
      "loc": {
        "start": {
          "line": 21,
          "column": 92
        },
        "end": {
          "line": 21,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 653,
      "end": 654,
      "loc": {
        "start": {
          "line": 21,
          "column": 95
        },
        "end": {
          "line": 21,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 661,
      "end": 667,
      "loc": {
        "start": {
          "line": 22,
          "column": 6
        },
        "end": {
          "line": 22,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 668,
      "end": 669,
      "loc": {
        "start": {
          "line": 22,
          "column": 13
        },
        "end": {
          "line": 22,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 669,
      "end": 670,
      "loc": {
        "start": {
          "line": 22,
          "column": 14
        },
        "end": {
          "line": 22,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 675,
      "end": 676,
      "loc": {
        "start": {
          "line": 23,
          "column": 4
        },
        "end": {
          "line": 23,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 676,
      "end": 677,
      "loc": {
        "start": {
          "line": 23,
          "column": 5
        },
        "end": {
          "line": 23,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 677,
      "end": 678,
      "loc": {
        "start": {
          "line": 23,
          "column": 6
        },
        "end": {
          "line": 23,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 684,
      "end": 688,
      "loc": {
        "start": {
          "line": 25,
          "column": 4
        },
        "end": {
          "line": 25,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 688,
      "end": 689,
      "loc": {
        "start": {
          "line": 25,
          "column": 8
        },
        "end": {
          "line": 25,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "zFactor",
      "start": 689,
      "end": 696,
      "loc": {
        "start": {
          "line": 25,
          "column": 9
        },
        "end": {
          "line": 25,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 697,
      "end": 698,
      "loc": {
        "start": {
          "line": 25,
          "column": 17
        },
        "end": {
          "line": 25,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 699,
      "end": 703,
      "loc": {
        "start": {
          "line": 25,
          "column": 19
        },
        "end": {
          "line": 25,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 703,
      "end": 704,
      "loc": {
        "start": {
          "line": 25,
          "column": 23
        },
        "end": {
          "line": 25,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bid",
      "start": 704,
      "end": 707,
      "loc": {
        "start": {
          "line": 25,
          "column": 24
        },
        "end": {
          "line": 25,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 707,
      "end": 708,
      "loc": {
        "start": {
          "line": 25,
          "column": 27
        },
        "end": {
          "line": 25,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_data",
      "start": 708,
      "end": 713,
      "loc": {
        "start": {
          "line": 25,
          "column": 28
        },
        "end": {
          "line": 25,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 713,
      "end": 714,
      "loc": {
        "start": {
          "line": 25,
          "column": 33
        },
        "end": {
          "line": 25,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "zfactors",
      "start": 714,
      "end": 722,
      "loc": {
        "start": {
          "line": 25,
          "column": 34
        },
        "end": {
          "line": 25,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 723,
      "end": 726,
      "loc": {
        "start": {
          "line": 25,
          "column": 43
        },
        "end": {
          "line": 25,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 727,
      "end": 736,
      "loc": {
        "start": {
          "line": 25,
          "column": 47
        },
        "end": {
          "line": 25,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 744,
      "end": 745,
      "loc": {
        "start": {
          "line": 26,
          "column": 6
        },
        "end": {
          "line": 26,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 746,
      "end": 750,
      "loc": {
        "start": {
          "line": 26,
          "column": 8
        },
        "end": {
          "line": 26,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 750,
      "end": 751,
      "loc": {
        "start": {
          "line": 26,
          "column": 12
        },
        "end": {
          "line": 26,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_getZFactor",
      "start": 751,
      "end": 762,
      "loc": {
        "start": {
          "line": 26,
          "column": 13
        },
        "end": {
          "line": 26,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 762,
      "end": 763,
      "loc": {
        "start": {
          "line": 26,
          "column": 24
        },
        "end": {
          "line": 26,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 763,
      "end": 767,
      "loc": {
        "start": {
          "line": 26,
          "column": 25
        },
        "end": {
          "line": 26,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 767,
      "end": 768,
      "loc": {
        "start": {
          "line": 26,
          "column": 29
        },
        "end": {
          "line": 26,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineItem",
      "start": 768,
      "end": 776,
      "loc": {
        "start": {
          "line": 26,
          "column": 30
        },
        "end": {
          "line": 26,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 776,
      "end": 777,
      "loc": {
        "start": {
          "line": 26,
          "column": 38
        },
        "end": {
          "line": 26,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 778,
      "end": 782,
      "loc": {
        "start": {
          "line": 26,
          "column": 40
        },
        "end": {
          "line": 26,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 782,
      "end": 783,
      "loc": {
        "start": {
          "line": 26,
          "column": 44
        },
        "end": {
          "line": 26,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bid",
      "start": 783,
      "end": 786,
      "loc": {
        "start": {
          "line": 26,
          "column": 45
        },
        "end": {
          "line": 26,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 786,
      "end": 787,
      "loc": {
        "start": {
          "line": 26,
          "column": 48
        },
        "end": {
          "line": 26,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_data",
      "start": 787,
      "end": 792,
      "loc": {
        "start": {
          "line": 26,
          "column": 49
        },
        "end": {
          "line": 26,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 792,
      "end": 793,
      "loc": {
        "start": {
          "line": 26,
          "column": 54
        },
        "end": {
          "line": 26,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "zfactors",
      "start": 793,
      "end": 801,
      "loc": {
        "start": {
          "line": 26,
          "column": 55
        },
        "end": {
          "line": 26,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 801,
      "end": 802,
      "loc": {
        "start": {
          "line": 26,
          "column": 63
        },
        "end": {
          "line": 26,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 810,
      "end": 811,
      "loc": {
        "start": {
          "line": 27,
          "column": 6
        },
        "end": {
          "line": 27,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 812,
      "end": 813,
      "loc": {
        "start": {
          "line": 27,
          "column": 8
        },
        "end": {
          "line": 27,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 813,
      "end": 814,
      "loc": {
        "start": {
          "line": 27,
          "column": 9
        },
        "end": {
          "line": 27,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 820,
      "end": 824,
      "loc": {
        "start": {
          "line": 29,
          "column": 4
        },
        "end": {
          "line": 29,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 824,
      "end": 825,
      "loc": {
        "start": {
          "line": 29,
          "column": 8
        },
        "end": {
          "line": 29,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "predictionType",
      "start": 825,
      "end": 839,
      "loc": {
        "start": {
          "line": 29,
          "column": 9
        },
        "end": {
          "line": 29,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 840,
      "end": 841,
      "loc": {
        "start": {
          "line": 29,
          "column": 24
        },
        "end": {
          "line": 29,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "account",
      "start": 842,
      "end": 851,
      "loc": {
        "start": {
          "line": 29,
          "column": 26
        },
        "end": {
          "line": 29,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 851,
      "end": 852,
      "loc": {
        "start": {
          "line": 29,
          "column": 35
        },
        "end": {
          "line": 29,
          "column": 36
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " determine if a patch can be used by the model's created_at timestamp",
      "start": 858,
      "end": 929,
      "loc": {
        "start": {
          "line": 31,
          "column": 4
        },
        "end": {
          "line": 31,
          "column": 75
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " this is necessary to prevent estimates from changing in bids that use models created before the fix was released",
      "start": 934,
      "end": 1049,
      "loc": {
        "start": {
          "line": 32,
          "column": 4
        },
        "end": {
          "line": 32,
          "column": 119
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 1054,
      "end": 1059,
      "loc": {
        "start": {
          "line": 33,
          "column": 4
        },
        "end": {
          "line": 33,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "timestamp",
      "start": 1060,
      "end": 1069,
      "loc": {
        "start": {
          "line": 33,
          "column": 10
        },
        "end": {
          "line": 33,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1070,
      "end": 1071,
      "loc": {
        "start": {
          "line": 33,
          "column": 20
        },
        "end": {
          "line": 33,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "predictionModel",
      "start": 1072,
      "end": 1087,
      "loc": {
        "start": {
          "line": 33,
          "column": 22
        },
        "end": {
          "line": 33,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1088,
      "end": 1089,
      "loc": {
        "start": {
          "line": 33,
          "column": 38
        },
        "end": {
          "line": 33,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "predictionModel",
      "start": 1090,
      "end": 1105,
      "loc": {
        "start": {
          "line": 33,
          "column": 40
        },
        "end": {
          "line": 33,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1105,
      "end": 1106,
      "loc": {
        "start": {
          "line": 33,
          "column": 55
        },
        "end": {
          "line": 33,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "created_at",
      "start": 1106,
      "end": 1116,
      "loc": {
        "start": {
          "line": 33,
          "column": 56
        },
        "end": {
          "line": 33,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1117,
      "end": 1118,
      "loc": {
        "start": {
          "line": 33,
          "column": 67
        },
        "end": {
          "line": 33,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 1119,
      "end": 1128,
      "loc": {
        "start": {
          "line": 33,
          "column": 69
        },
        "end": {
          "line": 33,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1128,
      "end": 1129,
      "loc": {
        "start": {
          "line": 33,
          "column": 78
        },
        "end": {
          "line": 33,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1134,
      "end": 1138,
      "loc": {
        "start": {
          "line": 34,
          "column": 4
        },
        "end": {
          "line": 34,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1138,
      "end": 1139,
      "loc": {
        "start": {
          "line": 34,
          "column": 8
        },
        "end": {
          "line": 34,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_canUsePatch",
      "start": 1139,
      "end": 1151,
      "loc": {
        "start": {
          "line": 34,
          "column": 9
        },
        "end": {
          "line": 34,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1152,
      "end": 1153,
      "loc": {
        "start": {
          "line": 34,
          "column": 22
        },
        "end": {
          "line": 34,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1154,
      "end": 1155,
      "loc": {
        "start": {
          "line": 34,
          "column": 24
        },
        "end": {
          "line": 34,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ignoreNullDependency",
      "start": 1162,
      "end": 1182,
      "loc": {
        "start": {
          "line": 35,
          "column": 6
        },
        "end": {
          "line": 35,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1182,
      "end": 1183,
      "loc": {
        "start": {
          "line": 35,
          "column": 26
        },
        "end": {
          "line": 35,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "timestamp",
      "start": 1184,
      "end": 1193,
      "loc": {
        "start": {
          "line": 35,
          "column": 28
        },
        "end": {
          "line": 35,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1194,
      "end": 1195,
      "loc": {
        "start": {
          "line": 35,
          "column": 38
        },
        "end": {
          "line": 35,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 1196,
      "end": 1199,
      "loc": {
        "start": {
          "line": 35,
          "column": 40
        },
        "end": {
          "line": 35,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Date",
      "start": 1200,
      "end": 1204,
      "loc": {
        "start": {
          "line": 35,
          "column": 44
        },
        "end": {
          "line": 35,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1204,
      "end": 1205,
      "loc": {
        "start": {
          "line": 35,
          "column": 48
        },
        "end": {
          "line": 35,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "timestamp",
      "start": 1205,
      "end": 1214,
      "loc": {
        "start": {
          "line": 35,
          "column": 49
        },
        "end": {
          "line": 35,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1214,
      "end": 1215,
      "loc": {
        "start": {
          "line": 35,
          "column": 58
        },
        "end": {
          "line": 35,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": ">",
      "start": 1216,
      "end": 1217,
      "loc": {
        "start": {
          "line": 35,
          "column": 60
        },
        "end": {
          "line": 35,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 1218,
      "end": 1221,
      "loc": {
        "start": {
          "line": 35,
          "column": 62
        },
        "end": {
          "line": 35,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Date",
      "start": 1222,
      "end": 1226,
      "loc": {
        "start": {
          "line": 35,
          "column": 66
        },
        "end": {
          "line": 35,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1226,
      "end": 1227,
      "loc": {
        "start": {
          "line": 35,
          "column": 70
        },
        "end": {
          "line": 35,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "2019-12-16",
      "start": 1227,
      "end": 1239,
      "loc": {
        "start": {
          "line": 35,
          "column": 71
        },
        "end": {
          "line": 35,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1239,
      "end": 1240,
      "loc": {
        "start": {
          "line": 35,
          "column": 83
        },
        "end": {
          "line": 35,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1241,
      "end": 1242,
      "loc": {
        "start": {
          "line": 35,
          "column": 85
        },
        "end": {
          "line": 35,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 1243,
      "end": 1248,
      "loc": {
        "start": {
          "line": 35,
          "column": 87
        },
        "end": {
          "line": 35,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1248,
      "end": 1249,
      "loc": {
        "start": {
          "line": 35,
          "column": 92
        },
        "end": {
          "line": 35,
          "column": 93
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " ignores prediction models that rely on entities that are not fully defined",
      "start": 1250,
      "end": 1327,
      "loc": {
        "start": {
          "line": 35,
          "column": 94
        },
        "end": {
          "line": 35,
          "column": 171
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "nonNumericResult",
      "start": 1334,
      "end": 1350,
      "loc": {
        "start": {
          "line": 36,
          "column": 6
        },
        "end": {
          "line": 36,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1350,
      "end": 1351,
      "loc": {
        "start": {
          "line": 36,
          "column": 22
        },
        "end": {
          "line": 36,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "timestamp",
      "start": 1352,
      "end": 1361,
      "loc": {
        "start": {
          "line": 36,
          "column": 24
        },
        "end": {
          "line": 36,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1362,
      "end": 1363,
      "loc": {
        "start": {
          "line": 36,
          "column": 34
        },
        "end": {
          "line": 36,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 1364,
      "end": 1367,
      "loc": {
        "start": {
          "line": 36,
          "column": 36
        },
        "end": {
          "line": 36,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Date",
      "start": 1368,
      "end": 1372,
      "loc": {
        "start": {
          "line": 36,
          "column": 40
        },
        "end": {
          "line": 36,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1372,
      "end": 1373,
      "loc": {
        "start": {
          "line": 36,
          "column": 44
        },
        "end": {
          "line": 36,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "timestamp",
      "start": 1373,
      "end": 1382,
      "loc": {
        "start": {
          "line": 36,
          "column": 45
        },
        "end": {
          "line": 36,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1382,
      "end": 1383,
      "loc": {
        "start": {
          "line": 36,
          "column": 54
        },
        "end": {
          "line": 36,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": ">",
      "start": 1384,
      "end": 1385,
      "loc": {
        "start": {
          "line": 36,
          "column": 56
        },
        "end": {
          "line": 36,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 1386,
      "end": 1389,
      "loc": {
        "start": {
          "line": 36,
          "column": 58
        },
        "end": {
          "line": 36,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Date",
      "start": 1390,
      "end": 1394,
      "loc": {
        "start": {
          "line": 36,
          "column": 62
        },
        "end": {
          "line": 36,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1394,
      "end": 1395,
      "loc": {
        "start": {
          "line": 36,
          "column": 66
        },
        "end": {
          "line": 36,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "2020-01-17",
      "start": 1395,
      "end": 1407,
      "loc": {
        "start": {
          "line": 36,
          "column": 67
        },
        "end": {
          "line": 36,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1407,
      "end": 1408,
      "loc": {
        "start": {
          "line": 36,
          "column": 79
        },
        "end": {
          "line": 36,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1409,
      "end": 1410,
      "loc": {
        "start": {
          "line": 36,
          "column": 81
        },
        "end": {
          "line": 36,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 1411,
      "end": 1416,
      "loc": {
        "start": {
          "line": 36,
          "column": 83
        },
        "end": {
          "line": 36,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1416,
      "end": 1417,
      "loc": {
        "start": {
          "line": 36,
          "column": 88
        },
        "end": {
          "line": 36,
          "column": 89
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " ignores prediction models that have non-numeric results",
      "start": 1418,
      "end": 1476,
      "loc": {
        "start": {
          "line": 36,
          "column": 90
        },
        "end": {
          "line": 36,
          "column": 148
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyAssemblyContext",
      "start": 1483,
      "end": 1508,
      "loc": {
        "start": {
          "line": 37,
          "column": 6
        },
        "end": {
          "line": 37,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1508,
      "end": 1509,
      "loc": {
        "start": {
          "line": 37,
          "column": 31
        },
        "end": {
          "line": 37,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "timestamp",
      "start": 1510,
      "end": 1519,
      "loc": {
        "start": {
          "line": 37,
          "column": 33
        },
        "end": {
          "line": 37,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1520,
      "end": 1521,
      "loc": {
        "start": {
          "line": 37,
          "column": 43
        },
        "end": {
          "line": 37,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 1522,
      "end": 1525,
      "loc": {
        "start": {
          "line": 37,
          "column": 45
        },
        "end": {
          "line": 37,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Date",
      "start": 1526,
      "end": 1530,
      "loc": {
        "start": {
          "line": 37,
          "column": 49
        },
        "end": {
          "line": 37,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1530,
      "end": 1531,
      "loc": {
        "start": {
          "line": 37,
          "column": 53
        },
        "end": {
          "line": 37,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "timestamp",
      "start": 1531,
      "end": 1540,
      "loc": {
        "start": {
          "line": 37,
          "column": 54
        },
        "end": {
          "line": 37,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1540,
      "end": 1541,
      "loc": {
        "start": {
          "line": 37,
          "column": 63
        },
        "end": {
          "line": 37,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": ">",
      "start": 1542,
      "end": 1543,
      "loc": {
        "start": {
          "line": 37,
          "column": 65
        },
        "end": {
          "line": 37,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 1544,
      "end": 1547,
      "loc": {
        "start": {
          "line": 37,
          "column": 67
        },
        "end": {
          "line": 37,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Date",
      "start": 1548,
      "end": 1552,
      "loc": {
        "start": {
          "line": 37,
          "column": 71
        },
        "end": {
          "line": 37,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1552,
      "end": 1553,
      "loc": {
        "start": {
          "line": 37,
          "column": 75
        },
        "end": {
          "line": 37,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "2019-12-16",
      "start": 1553,
      "end": 1565,
      "loc": {
        "start": {
          "line": 37,
          "column": 76
        },
        "end": {
          "line": 37,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1565,
      "end": 1566,
      "loc": {
        "start": {
          "line": 37,
          "column": 88
        },
        "end": {
          "line": 37,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1567,
      "end": 1568,
      "loc": {
        "start": {
          "line": 37,
          "column": 90
        },
        "end": {
          "line": 37,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 1569,
      "end": 1574,
      "loc": {
        "start": {
          "line": 37,
          "column": 92
        },
        "end": {
          "line": 37,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1574,
      "end": 1575,
      "loc": {
        "start": {
          "line": 37,
          "column": 97
        },
        "end": {
          "line": 37,
          "column": 98
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " ensures assembly context is correctly considered",
      "start": 1576,
      "end": 1627,
      "loc": {
        "start": {
          "line": 37,
          "column": 99
        },
        "end": {
          "line": 37,
          "column": 150
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1632,
      "end": 1633,
      "loc": {
        "start": {
          "line": 38,
          "column": 4
        },
        "end": {
          "line": 38,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1633,
      "end": 1634,
      "loc": {
        "start": {
          "line": 38,
          "column": 5
        },
        "end": {
          "line": 38,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1637,
      "end": 1638,
      "loc": {
        "start": {
          "line": 39,
          "column": 2
        },
        "end": {
          "line": 39,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Retrieves a filtered list of prediction models\n   *\n   * @param {string} filterByType 'cost' or 'labor_hours' the type of models to retrieve\n   * @return {object[]} List of models filtered by the filterType\n   ",
      "start": 1642,
      "end": 1863,
      "loc": {
        "start": {
          "line": 41,
          "column": 2
        },
        "end": {
          "line": 46,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_getFilteredModels",
      "start": 1866,
      "end": 1884,
      "loc": {
        "start": {
          "line": 47,
          "column": 2
        },
        "end": {
          "line": 47,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1884,
      "end": 1885,
      "loc": {
        "start": {
          "line": 47,
          "column": 20
        },
        "end": {
          "line": 47,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filterByType",
      "start": 1885,
      "end": 1897,
      "loc": {
        "start": {
          "line": 47,
          "column": 21
        },
        "end": {
          "line": 47,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1897,
      "end": 1898,
      "loc": {
        "start": {
          "line": 47,
          "column": 33
        },
        "end": {
          "line": 47,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1899,
      "end": 1900,
      "loc": {
        "start": {
          "line": 47,
          "column": 35
        },
        "end": {
          "line": 47,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 1905,
      "end": 1911,
      "loc": {
        "start": {
          "line": 48,
          "column": 4
        },
        "end": {
          "line": 48,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1912,
      "end": 1916,
      "loc": {
        "start": {
          "line": 48,
          "column": 11
        },
        "end": {
          "line": 48,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1916,
      "end": 1917,
      "loc": {
        "start": {
          "line": 48,
          "column": 15
        },
        "end": {
          "line": 48,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "models",
      "start": 1917,
      "end": 1923,
      "loc": {
        "start": {
          "line": 48,
          "column": 16
        },
        "end": {
          "line": 48,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1923,
      "end": 1924,
      "loc": {
        "start": {
          "line": 48,
          "column": 22
        },
        "end": {
          "line": 48,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filter",
      "start": 1924,
      "end": 1930,
      "loc": {
        "start": {
          "line": 48,
          "column": 23
        },
        "end": {
          "line": 48,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1930,
      "end": 1931,
      "loc": {
        "start": {
          "line": 48,
          "column": 29
        },
        "end": {
          "line": 48,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 1931,
      "end": 1936,
      "loc": {
        "start": {
          "line": 48,
          "column": 30
        },
        "end": {
          "line": 48,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1937,
      "end": 1939,
      "loc": {
        "start": {
          "line": 48,
          "column": 36
        },
        "end": {
          "line": 48,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 1940,
      "end": 1945,
      "loc": {
        "start": {
          "line": 48,
          "column": 39
        },
        "end": {
          "line": 48,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1945,
      "end": 1946,
      "loc": {
        "start": {
          "line": 48,
          "column": 44
        },
        "end": {
          "line": 48,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencies",
      "start": 1946,
      "end": 1958,
      "loc": {
        "start": {
          "line": 48,
          "column": 45
        },
        "end": {
          "line": 48,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1958,
      "end": 1959,
      "loc": {
        "start": {
          "line": 48,
          "column": 57
        },
        "end": {
          "line": 48,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 1959,
      "end": 1960,
      "loc": {
        "start": {
          "line": 48,
          "column": 58
        },
        "end": {
          "line": 48,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1960,
      "end": 1961,
      "loc": {
        "start": {
          "line": 48,
          "column": 59
        },
        "end": {
          "line": 48,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 1961,
      "end": 1966,
      "loc": {
        "start": {
          "line": 48,
          "column": 60
        },
        "end": {
          "line": 48,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 1967,
      "end": 1970,
      "loc": {
        "start": {
          "line": 48,
          "column": 66
        },
        "end": {
          "line": 48,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filterByType",
      "start": 1971,
      "end": 1983,
      "loc": {
        "start": {
          "line": 48,
          "column": 70
        },
        "end": {
          "line": 48,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1983,
      "end": 1984,
      "loc": {
        "start": {
          "line": 48,
          "column": 82
        },
        "end": {
          "line": 48,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1984,
      "end": 1985,
      "loc": {
        "start": {
          "line": 48,
          "column": 83
        },
        "end": {
          "line": 48,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1988,
      "end": 1989,
      "loc": {
        "start": {
          "line": 49,
          "column": 2
        },
        "end": {
          "line": 49,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Determine if the line item has any prediction models\n   *\n   * @return {boolean}\n   ",
      "start": 1993,
      "end": 2088,
      "loc": {
        "start": {
          "line": 51,
          "column": 2
        },
        "end": {
          "line": 55,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hasPredictionModels",
      "start": 2091,
      "end": 2110,
      "loc": {
        "start": {
          "line": 56,
          "column": 2
        },
        "end": {
          "line": 56,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2110,
      "end": 2111,
      "loc": {
        "start": {
          "line": 56,
          "column": 21
        },
        "end": {
          "line": 56,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2111,
      "end": 2112,
      "loc": {
        "start": {
          "line": 56,
          "column": 22
        },
        "end": {
          "line": 56,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2113,
      "end": 2114,
      "loc": {
        "start": {
          "line": 56,
          "column": 24
        },
        "end": {
          "line": 56,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 2119,
      "end": 2125,
      "loc": {
        "start": {
          "line": 57,
          "column": 4
        },
        "end": {
          "line": 57,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2126,
      "end": 2130,
      "loc": {
        "start": {
          "line": 57,
          "column": 11
        },
        "end": {
          "line": 57,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2130,
      "end": 2131,
      "loc": {
        "start": {
          "line": 57,
          "column": 15
        },
        "end": {
          "line": 57,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineItem",
      "start": 2131,
      "end": 2139,
      "loc": {
        "start": {
          "line": 57,
          "column": 16
        },
        "end": {
          "line": 57,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 2140,
      "end": 2143,
      "loc": {
        "start": {
          "line": 57,
          "column": 25
        },
        "end": {
          "line": 57,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 2144,
      "end": 2153,
      "loc": {
        "start": {
          "line": 57,
          "column": 29
        },
        "end": {
          "line": 57,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 2154,
      "end": 2156,
      "loc": {
        "start": {
          "line": 57,
          "column": 39
        },
        "end": {
          "line": 57,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2157,
      "end": 2161,
      "loc": {
        "start": {
          "line": 57,
          "column": 42
        },
        "end": {
          "line": 57,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2161,
      "end": 2162,
      "loc": {
        "start": {
          "line": 57,
          "column": 46
        },
        "end": {
          "line": 57,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "models",
      "start": 2162,
      "end": 2168,
      "loc": {
        "start": {
          "line": 57,
          "column": 47
        },
        "end": {
          "line": 57,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 2169,
      "end": 2172,
      "loc": {
        "start": {
          "line": 57,
          "column": 54
        },
        "end": {
          "line": 57,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 2173,
      "end": 2182,
      "loc": {
        "start": {
          "line": 57,
          "column": 58
        },
        "end": {
          "line": 57,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 2183,
      "end": 2185,
      "loc": {
        "start": {
          "line": 57,
          "column": 68
        },
        "end": {
          "line": 57,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2186,
      "end": 2190,
      "loc": {
        "start": {
          "line": 57,
          "column": 71
        },
        "end": {
          "line": 57,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2190,
      "end": 2191,
      "loc": {
        "start": {
          "line": 57,
          "column": 75
        },
        "end": {
          "line": 57,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "models",
      "start": 2191,
      "end": 2197,
      "loc": {
        "start": {
          "line": 57,
          "column": 76
        },
        "end": {
          "line": 57,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2197,
      "end": 2198,
      "loc": {
        "start": {
          "line": 57,
          "column": 82
        },
        "end": {
          "line": 57,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 2198,
      "end": 2204,
      "loc": {
        "start": {
          "line": 57,
          "column": 83
        },
        "end": {
          "line": 57,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": ">",
      "start": 2205,
      "end": 2206,
      "loc": {
        "start": {
          "line": 57,
          "column": 90
        },
        "end": {
          "line": 57,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 2207,
      "end": 2208,
      "loc": {
        "start": {
          "line": 57,
          "column": 92
        },
        "end": {
          "line": 57,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2208,
      "end": 2209,
      "loc": {
        "start": {
          "line": 57,
          "column": 93
        },
        "end": {
          "line": 57,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2212,
      "end": 2213,
      "loc": {
        "start": {
          "line": 58,
          "column": 2
        },
        "end": {
          "line": 58,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Returns the distribution ranges\n   *\n   * @return {number[]} The distribution ranges\n   ",
      "start": 2217,
      "end": 2316,
      "loc": {
        "start": {
          "line": 60,
          "column": 2
        },
        "end": {
          "line": 64,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getDistributionRanges",
      "start": 2319,
      "end": 2340,
      "loc": {
        "start": {
          "line": 65,
          "column": 2
        },
        "end": {
          "line": 65,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2340,
      "end": 2341,
      "loc": {
        "start": {
          "line": 65,
          "column": 23
        },
        "end": {
          "line": 65,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2341,
      "end": 2342,
      "loc": {
        "start": {
          "line": 65,
          "column": 24
        },
        "end": {
          "line": 65,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2343,
      "end": 2344,
      "loc": {
        "start": {
          "line": 65,
          "column": 26
        },
        "end": {
          "line": 65,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 2349,
      "end": 2355,
      "loc": {
        "start": {
          "line": 66,
          "column": 4
        },
        "end": {
          "line": 66,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2356,
      "end": 2360,
      "loc": {
        "start": {
          "line": 66,
          "column": 11
        },
        "end": {
          "line": 66,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2360,
      "end": 2361,
      "loc": {
        "start": {
          "line": 66,
          "column": 15
        },
        "end": {
          "line": 66,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "distributionRanges",
      "start": 2361,
      "end": 2379,
      "loc": {
        "start": {
          "line": 66,
          "column": 16
        },
        "end": {
          "line": 66,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2379,
      "end": 2380,
      "loc": {
        "start": {
          "line": 66,
          "column": 34
        },
        "end": {
          "line": 66,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2383,
      "end": 2384,
      "loc": {
        "start": {
          "line": 67,
          "column": 2
        },
        "end": {
          "line": 67,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Retrieves a list of cost prediction models\n   *\n   * @return {Object[]} cost prediction models\n   ",
      "start": 2388,
      "end": 2497,
      "loc": {
        "start": {
          "line": 69,
          "column": 2
        },
        "end": {
          "line": 73,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getCostPredictionModels",
      "start": 2500,
      "end": 2523,
      "loc": {
        "start": {
          "line": 74,
          "column": 2
        },
        "end": {
          "line": 74,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2523,
      "end": 2524,
      "loc": {
        "start": {
          "line": 74,
          "column": 25
        },
        "end": {
          "line": 74,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2524,
      "end": 2525,
      "loc": {
        "start": {
          "line": 74,
          "column": 26
        },
        "end": {
          "line": 74,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2526,
      "end": 2527,
      "loc": {
        "start": {
          "line": 74,
          "column": 28
        },
        "end": {
          "line": 74,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 2532,
      "end": 2538,
      "loc": {
        "start": {
          "line": 75,
          "column": 4
        },
        "end": {
          "line": 75,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2539,
      "end": 2543,
      "loc": {
        "start": {
          "line": 75,
          "column": 11
        },
        "end": {
          "line": 75,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2543,
      "end": 2544,
      "loc": {
        "start": {
          "line": 75,
          "column": 15
        },
        "end": {
          "line": 75,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_getFilteredModels",
      "start": 2544,
      "end": 2562,
      "loc": {
        "start": {
          "line": 75,
          "column": 16
        },
        "end": {
          "line": 75,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2562,
      "end": 2563,
      "loc": {
        "start": {
          "line": 75,
          "column": 34
        },
        "end": {
          "line": 75,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "cost",
      "start": 2563,
      "end": 2569,
      "loc": {
        "start": {
          "line": 75,
          "column": 35
        },
        "end": {
          "line": 75,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2569,
      "end": 2570,
      "loc": {
        "start": {
          "line": 75,
          "column": 41
        },
        "end": {
          "line": 75,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2570,
      "end": 2571,
      "loc": {
        "start": {
          "line": 75,
          "column": 42
        },
        "end": {
          "line": 75,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2574,
      "end": 2575,
      "loc": {
        "start": {
          "line": 76,
          "column": 2
        },
        "end": {
          "line": 76,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Retrieves a list of labor prediction models\n   *\n   * @return {Object[]} labor prediction models\n   ",
      "start": 2579,
      "end": 2690,
      "loc": {
        "start": {
          "line": 78,
          "column": 2
        },
        "end": {
          "line": 82,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getLaborPredictionModels",
      "start": 2693,
      "end": 2717,
      "loc": {
        "start": {
          "line": 83,
          "column": 2
        },
        "end": {
          "line": 83,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2717,
      "end": 2718,
      "loc": {
        "start": {
          "line": 83,
          "column": 26
        },
        "end": {
          "line": 83,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2718,
      "end": 2719,
      "loc": {
        "start": {
          "line": 83,
          "column": 27
        },
        "end": {
          "line": 83,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2720,
      "end": 2721,
      "loc": {
        "start": {
          "line": 83,
          "column": 29
        },
        "end": {
          "line": 83,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 2726,
      "end": 2732,
      "loc": {
        "start": {
          "line": 84,
          "column": 4
        },
        "end": {
          "line": 84,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2733,
      "end": 2737,
      "loc": {
        "start": {
          "line": 84,
          "column": 11
        },
        "end": {
          "line": 84,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2737,
      "end": 2738,
      "loc": {
        "start": {
          "line": 84,
          "column": 15
        },
        "end": {
          "line": 84,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_getFilteredModels",
      "start": 2738,
      "end": 2756,
      "loc": {
        "start": {
          "line": 84,
          "column": 16
        },
        "end": {
          "line": 84,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2756,
      "end": 2757,
      "loc": {
        "start": {
          "line": 84,
          "column": 34
        },
        "end": {
          "line": 84,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "labor_hours",
      "start": 2757,
      "end": 2770,
      "loc": {
        "start": {
          "line": 84,
          "column": 35
        },
        "end": {
          "line": 84,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2770,
      "end": 2771,
      "loc": {
        "start": {
          "line": 84,
          "column": 48
        },
        "end": {
          "line": 84,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2771,
      "end": 2772,
      "loc": {
        "start": {
          "line": 84,
          "column": 49
        },
        "end": {
          "line": 84,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2775,
      "end": 2776,
      "loc": {
        "start": {
          "line": 85,
          "column": 2
        },
        "end": {
          "line": 85,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Retrieves the contribution weight for the line item\n   *\n   * @return {number} The contribution weight\n   ",
      "start": 2780,
      "end": 2897,
      "loc": {
        "start": {
          "line": 87,
          "column": 2
        },
        "end": {
          "line": 91,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getContributionWeight",
      "start": 2900,
      "end": 2921,
      "loc": {
        "start": {
          "line": 92,
          "column": 2
        },
        "end": {
          "line": 92,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2921,
      "end": 2922,
      "loc": {
        "start": {
          "line": 92,
          "column": 23
        },
        "end": {
          "line": 92,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2922,
      "end": 2923,
      "loc": {
        "start": {
          "line": 92,
          "column": 24
        },
        "end": {
          "line": 92,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2924,
      "end": 2925,
      "loc": {
        "start": {
          "line": 92,
          "column": 26
        },
        "end": {
          "line": 92,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 2930,
      "end": 2936,
      "loc": {
        "start": {
          "line": 93,
          "column": 4
        },
        "end": {
          "line": 93,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Helpers",
      "start": 2937,
      "end": 2944,
      "loc": {
        "start": {
          "line": 93,
          "column": 11
        },
        "end": {
          "line": 93,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2944,
      "end": 2945,
      "loc": {
        "start": {
          "line": 93,
          "column": 18
        },
        "end": {
          "line": 93,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "confirmNumber",
      "start": 2945,
      "end": 2958,
      "loc": {
        "start": {
          "line": 93,
          "column": 19
        },
        "end": {
          "line": 93,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2958,
      "end": 2959,
      "loc": {
        "start": {
          "line": 93,
          "column": 32
        },
        "end": {
          "line": 93,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2959,
      "end": 2963,
      "loc": {
        "start": {
          "line": 93,
          "column": 33
        },
        "end": {
          "line": 93,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2963,
      "end": 2964,
      "loc": {
        "start": {
          "line": 93,
          "column": 37
        },
        "end": {
          "line": 93,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineItem",
      "start": 2964,
      "end": 2972,
      "loc": {
        "start": {
          "line": 93,
          "column": 38
        },
        "end": {
          "line": 93,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2972,
      "end": 2973,
      "loc": {
        "start": {
          "line": 93,
          "column": 46
        },
        "end": {
          "line": 93,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_data",
      "start": 2973,
      "end": 2978,
      "loc": {
        "start": {
          "line": 93,
          "column": 47
        },
        "end": {
          "line": 93,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2978,
      "end": 2979,
      "loc": {
        "start": {
          "line": 93,
          "column": 52
        },
        "end": {
          "line": 93,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "prediction_model",
      "start": 2979,
      "end": 2995,
      "loc": {
        "start": {
          "line": 93,
          "column": 53
        },
        "end": {
          "line": 93,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2995,
      "end": 2996,
      "loc": {
        "start": {
          "line": 93,
          "column": 69
        },
        "end": {
          "line": 93,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "contribution_weight",
      "start": 2996,
      "end": 3015,
      "loc": {
        "start": {
          "line": 93,
          "column": 70
        },
        "end": {
          "line": 93,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3015,
      "end": 3016,
      "loc": {
        "start": {
          "line": 93,
          "column": 89
        },
        "end": {
          "line": 93,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3016,
      "end": 3017,
      "loc": {
        "start": {
          "line": 93,
          "column": 90
        },
        "end": {
          "line": 93,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3020,
      "end": 3021,
      "loc": {
        "start": {
          "line": 94,
          "column": 2
        },
        "end": {
          "line": 94,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Gets average model value weighted by r2 for the given evaluated models\n   *\n   * @param {EvaluatedModel[]} evaluatedModels The evaluated model object. Must include the model's evaluated 'value' and 'r2'\n   * @return {number} Weighted average\n   ",
      "start": 3025,
      "end": 3281,
      "loc": {
        "start": {
          "line": 96,
          "column": 2
        },
        "end": {
          "line": 101,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_getWeightedAvg",
      "start": 3284,
      "end": 3299,
      "loc": {
        "start": {
          "line": 102,
          "column": 2
        },
        "end": {
          "line": 102,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3299,
      "end": 3300,
      "loc": {
        "start": {
          "line": 102,
          "column": 17
        },
        "end": {
          "line": 102,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "evaluatedModels",
      "start": 3300,
      "end": 3315,
      "loc": {
        "start": {
          "line": 102,
          "column": 18
        },
        "end": {
          "line": 102,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3315,
      "end": 3316,
      "loc": {
        "start": {
          "line": 102,
          "column": 33
        },
        "end": {
          "line": 102,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3317,
      "end": 3318,
      "loc": {
        "start": {
          "line": 102,
          "column": 35
        },
        "end": {
          "line": 102,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 3323,
      "end": 3325,
      "loc": {
        "start": {
          "line": 103,
          "column": 4
        },
        "end": {
          "line": 103,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3326,
      "end": 3327,
      "loc": {
        "start": {
          "line": 103,
          "column": 7
        },
        "end": {
          "line": 103,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 3327,
      "end": 3328,
      "loc": {
        "start": {
          "line": 103,
          "column": 8
        },
        "end": {
          "line": 103,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "evaluatedModels",
      "start": 3328,
      "end": 3343,
      "loc": {
        "start": {
          "line": 103,
          "column": 9
        },
        "end": {
          "line": 103,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3343,
      "end": 3344,
      "loc": {
        "start": {
          "line": 103,
          "column": 24
        },
        "end": {
          "line": 103,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 3344,
      "end": 3350,
      "loc": {
        "start": {
          "line": 103,
          "column": 25
        },
        "end": {
          "line": 103,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3350,
      "end": 3351,
      "loc": {
        "start": {
          "line": 103,
          "column": 31
        },
        "end": {
          "line": 103,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 3352,
      "end": 3358,
      "loc": {
        "start": {
          "line": 103,
          "column": 33
        },
        "end": {
          "line": 103,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 3359,
      "end": 3360,
      "loc": {
        "start": {
          "line": 103,
          "column": 40
        },
        "end": {
          "line": 103,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3360,
      "end": 3361,
      "loc": {
        "start": {
          "line": 103,
          "column": 41
        },
        "end": {
          "line": 103,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 3367,
      "end": 3372,
      "loc": {
        "start": {
          "line": 105,
          "column": 4
        },
        "end": {
          "line": 105,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "r2Sum",
      "start": 3373,
      "end": 3378,
      "loc": {
        "start": {
          "line": 105,
          "column": 10
        },
        "end": {
          "line": 105,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3379,
      "end": 3380,
      "loc": {
        "start": {
          "line": 105,
          "column": 16
        },
        "end": {
          "line": 105,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "evaluatedModels",
      "start": 3381,
      "end": 3396,
      "loc": {
        "start": {
          "line": 105,
          "column": 18
        },
        "end": {
          "line": 105,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3396,
      "end": 3397,
      "loc": {
        "start": {
          "line": 105,
          "column": 33
        },
        "end": {
          "line": 105,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reduce",
      "start": 3397,
      "end": 3403,
      "loc": {
        "start": {
          "line": 105,
          "column": 34
        },
        "end": {
          "line": 105,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3403,
      "end": 3404,
      "loc": {
        "start": {
          "line": 105,
          "column": 40
        },
        "end": {
          "line": 105,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3404,
      "end": 3405,
      "loc": {
        "start": {
          "line": 105,
          "column": 41
        },
        "end": {
          "line": 105,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sum",
      "start": 3405,
      "end": 3408,
      "loc": {
        "start": {
          "line": 105,
          "column": 42
        },
        "end": {
          "line": 105,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3408,
      "end": 3409,
      "loc": {
        "start": {
          "line": 105,
          "column": 45
        },
        "end": {
          "line": 105,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 3410,
      "end": 3415,
      "loc": {
        "start": {
          "line": 105,
          "column": 47
        },
        "end": {
          "line": 105,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3415,
      "end": 3416,
      "loc": {
        "start": {
          "line": 105,
          "column": 52
        },
        "end": {
          "line": 105,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3417,
      "end": 3419,
      "loc": {
        "start": {
          "line": 105,
          "column": 54
        },
        "end": {
          "line": 105,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sum",
      "start": 3420,
      "end": 3423,
      "loc": {
        "start": {
          "line": 105,
          "column": 57
        },
        "end": {
          "line": 105,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3424,
      "end": 3425,
      "loc": {
        "start": {
          "line": 105,
          "column": 61
        },
        "end": {
          "line": 105,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 3426,
      "end": 3431,
      "loc": {
        "start": {
          "line": 105,
          "column": 63
        },
        "end": {
          "line": 105,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3431,
      "end": 3432,
      "loc": {
        "start": {
          "line": 105,
          "column": 68
        },
        "end": {
          "line": 105,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "r2",
      "start": 3432,
      "end": 3434,
      "loc": {
        "start": {
          "line": 105,
          "column": 69
        },
        "end": {
          "line": 105,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3434,
      "end": 3435,
      "loc": {
        "start": {
          "line": 105,
          "column": 71
        },
        "end": {
          "line": 105,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 3436,
      "end": 3437,
      "loc": {
        "start": {
          "line": 105,
          "column": 73
        },
        "end": {
          "line": 105,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3437,
      "end": 3438,
      "loc": {
        "start": {
          "line": 105,
          "column": 74
        },
        "end": {
          "line": 105,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3438,
      "end": 3439,
      "loc": {
        "start": {
          "line": 105,
          "column": 75
        },
        "end": {
          "line": 105,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 3444,
      "end": 3449,
      "loc": {
        "start": {
          "line": 106,
          "column": 4
        },
        "end": {
          "line": 106,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "weightedAverage",
      "start": 3450,
      "end": 3465,
      "loc": {
        "start": {
          "line": 106,
          "column": 10
        },
        "end": {
          "line": 106,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3466,
      "end": 3467,
      "loc": {
        "start": {
          "line": 106,
          "column": 26
        },
        "end": {
          "line": 106,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "evaluatedModels",
      "start": 3468,
      "end": 3483,
      "loc": {
        "start": {
          "line": 106,
          "column": 28
        },
        "end": {
          "line": 106,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3483,
      "end": 3484,
      "loc": {
        "start": {
          "line": 106,
          "column": 43
        },
        "end": {
          "line": 106,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reduce",
      "start": 3484,
      "end": 3490,
      "loc": {
        "start": {
          "line": 106,
          "column": 44
        },
        "end": {
          "line": 106,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3490,
      "end": 3491,
      "loc": {
        "start": {
          "line": 106,
          "column": 50
        },
        "end": {
          "line": 106,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3491,
      "end": 3492,
      "loc": {
        "start": {
          "line": 106,
          "column": 51
        },
        "end": {
          "line": 106,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "avg",
      "start": 3492,
      "end": 3495,
      "loc": {
        "start": {
          "line": 106,
          "column": 52
        },
        "end": {
          "line": 106,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3495,
      "end": 3496,
      "loc": {
        "start": {
          "line": 106,
          "column": 55
        },
        "end": {
          "line": 106,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 3497,
      "end": 3502,
      "loc": {
        "start": {
          "line": 106,
          "column": 57
        },
        "end": {
          "line": 106,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3502,
      "end": 3503,
      "loc": {
        "start": {
          "line": 106,
          "column": 62
        },
        "end": {
          "line": 106,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3504,
      "end": 3506,
      "loc": {
        "start": {
          "line": 106,
          "column": 64
        },
        "end": {
          "line": 106,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3507,
      "end": 3508,
      "loc": {
        "start": {
          "line": 106,
          "column": 67
        },
        "end": {
          "line": 106,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 3515,
      "end": 3520,
      "loc": {
        "start": {
          "line": 107,
          "column": 6
        },
        "end": {
          "line": 107,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "weight",
      "start": 3521,
      "end": 3527,
      "loc": {
        "start": {
          "line": 107,
          "column": 12
        },
        "end": {
          "line": 107,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3528,
      "end": 3529,
      "loc": {
        "start": {
          "line": 107,
          "column": 19
        },
        "end": {
          "line": 107,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 3530,
      "end": 3535,
      "loc": {
        "start": {
          "line": 107,
          "column": 21
        },
        "end": {
          "line": 107,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3535,
      "end": 3536,
      "loc": {
        "start": {
          "line": 107,
          "column": 26
        },
        "end": {
          "line": 107,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "r2",
      "start": 3536,
      "end": 3538,
      "loc": {
        "start": {
          "line": 107,
          "column": 27
        },
        "end": {
          "line": 107,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 3539,
      "end": 3540,
      "loc": {
        "start": {
          "line": 107,
          "column": 30
        },
        "end": {
          "line": 107,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "r2Sum",
      "start": 3541,
      "end": 3546,
      "loc": {
        "start": {
          "line": 107,
          "column": 32
        },
        "end": {
          "line": 107,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3546,
      "end": 3547,
      "loc": {
        "start": {
          "line": 107,
          "column": 37
        },
        "end": {
          "line": 107,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 3554,
      "end": 3559,
      "loc": {
        "start": {
          "line": 108,
          "column": 6
        },
        "end": {
          "line": 108,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "weightedValue",
      "start": 3560,
      "end": 3573,
      "loc": {
        "start": {
          "line": 108,
          "column": 12
        },
        "end": {
          "line": 108,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3574,
      "end": 3575,
      "loc": {
        "start": {
          "line": 108,
          "column": 26
        },
        "end": {
          "line": 108,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 3576,
      "end": 3581,
      "loc": {
        "start": {
          "line": 108,
          "column": 28
        },
        "end": {
          "line": 108,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3581,
      "end": 3582,
      "loc": {
        "start": {
          "line": 108,
          "column": 33
        },
        "end": {
          "line": 108,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 3582,
      "end": 3587,
      "loc": {
        "start": {
          "line": 108,
          "column": 34
        },
        "end": {
          "line": 108,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 3588,
      "end": 3589,
      "loc": {
        "start": {
          "line": 108,
          "column": 40
        },
        "end": {
          "line": 108,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "weight",
      "start": 3590,
      "end": 3596,
      "loc": {
        "start": {
          "line": 108,
          "column": 42
        },
        "end": {
          "line": 108,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3596,
      "end": 3597,
      "loc": {
        "start": {
          "line": 108,
          "column": 48
        },
        "end": {
          "line": 108,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 3605,
      "end": 3611,
      "loc": {
        "start": {
          "line": 110,
          "column": 6
        },
        "end": {
          "line": 110,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "avg",
      "start": 3612,
      "end": 3615,
      "loc": {
        "start": {
          "line": 110,
          "column": 13
        },
        "end": {
          "line": 110,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3616,
      "end": 3617,
      "loc": {
        "start": {
          "line": 110,
          "column": 17
        },
        "end": {
          "line": 110,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "weightedValue",
      "start": 3618,
      "end": 3631,
      "loc": {
        "start": {
          "line": 110,
          "column": 19
        },
        "end": {
          "line": 110,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3631,
      "end": 3632,
      "loc": {
        "start": {
          "line": 110,
          "column": 32
        },
        "end": {
          "line": 110,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3637,
      "end": 3638,
      "loc": {
        "start": {
          "line": 111,
          "column": 4
        },
        "end": {
          "line": 111,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3638,
      "end": 3639,
      "loc": {
        "start": {
          "line": 111,
          "column": 5
        },
        "end": {
          "line": 111,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 3640,
      "end": 3641,
      "loc": {
        "start": {
          "line": 111,
          "column": 7
        },
        "end": {
          "line": 111,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3641,
      "end": 3642,
      "loc": {
        "start": {
          "line": 111,
          "column": 8
        },
        "end": {
          "line": 111,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3642,
      "end": 3643,
      "loc": {
        "start": {
          "line": 111,
          "column": 9
        },
        "end": {
          "line": 111,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 3649,
      "end": 3655,
      "loc": {
        "start": {
          "line": 113,
          "column": 4
        },
        "end": {
          "line": 113,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "weightedAverage",
      "start": 3656,
      "end": 3671,
      "loc": {
        "start": {
          "line": 113,
          "column": 11
        },
        "end": {
          "line": 113,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3671,
      "end": 3672,
      "loc": {
        "start": {
          "line": 113,
          "column": 26
        },
        "end": {
          "line": 113,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3675,
      "end": 3676,
      "loc": {
        "start": {
          "line": 114,
          "column": 2
        },
        "end": {
          "line": 114,
          "column": 3
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " @todo-justin comment this method properly",
      "start": 3680,
      "end": 3724,
      "loc": {
        "start": {
          "line": 116,
          "column": 2
        },
        "end": {
          "line": 116,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_getWeightedBoundsAvg",
      "start": 3727,
      "end": 3748,
      "loc": {
        "start": {
          "line": 117,
          "column": 2
        },
        "end": {
          "line": 117,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3748,
      "end": 3749,
      "loc": {
        "start": {
          "line": 117,
          "column": 23
        },
        "end": {
          "line": 117,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "evaluatedModels",
      "start": 3749,
      "end": 3764,
      "loc": {
        "start": {
          "line": 117,
          "column": 24
        },
        "end": {
          "line": 117,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3764,
      "end": 3765,
      "loc": {
        "start": {
          "line": 117,
          "column": 39
        },
        "end": {
          "line": 117,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3766,
      "end": 3767,
      "loc": {
        "start": {
          "line": 117,
          "column": 41
        },
        "end": {
          "line": 117,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 3772,
      "end": 3774,
      "loc": {
        "start": {
          "line": 118,
          "column": 4
        },
        "end": {
          "line": 118,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3775,
      "end": 3776,
      "loc": {
        "start": {
          "line": 118,
          "column": 7
        },
        "end": {
          "line": 118,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 3776,
      "end": 3777,
      "loc": {
        "start": {
          "line": 118,
          "column": 8
        },
        "end": {
          "line": 118,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "evaluatedModels",
      "start": 3777,
      "end": 3792,
      "loc": {
        "start": {
          "line": 118,
          "column": 9
        },
        "end": {
          "line": 118,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3792,
      "end": 3793,
      "loc": {
        "start": {
          "line": 118,
          "column": 24
        },
        "end": {
          "line": 118,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 3793,
      "end": 3799,
      "loc": {
        "start": {
          "line": 118,
          "column": 25
        },
        "end": {
          "line": 118,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3799,
      "end": 3800,
      "loc": {
        "start": {
          "line": 118,
          "column": 31
        },
        "end": {
          "line": 118,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 3801,
      "end": 3807,
      "loc": {
        "start": {
          "line": 118,
          "column": 33
        },
        "end": {
          "line": 118,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 3808,
      "end": 3809,
      "loc": {
        "start": {
          "line": 118,
          "column": 40
        },
        "end": {
          "line": 118,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3809,
      "end": 3810,
      "loc": {
        "start": {
          "line": 118,
          "column": 41
        },
        "end": {
          "line": 118,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 3816,
      "end": 3821,
      "loc": {
        "start": {
          "line": 120,
          "column": 4
        },
        "end": {
          "line": 120,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "r2Sum",
      "start": 3822,
      "end": 3827,
      "loc": {
        "start": {
          "line": 120,
          "column": 10
        },
        "end": {
          "line": 120,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3828,
      "end": 3829,
      "loc": {
        "start": {
          "line": 120,
          "column": 16
        },
        "end": {
          "line": 120,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "evaluatedModels",
      "start": 3830,
      "end": 3845,
      "loc": {
        "start": {
          "line": 120,
          "column": 18
        },
        "end": {
          "line": 120,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3845,
      "end": 3846,
      "loc": {
        "start": {
          "line": 120,
          "column": 33
        },
        "end": {
          "line": 120,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reduce",
      "start": 3846,
      "end": 3852,
      "loc": {
        "start": {
          "line": 120,
          "column": 34
        },
        "end": {
          "line": 120,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3852,
      "end": 3853,
      "loc": {
        "start": {
          "line": 120,
          "column": 40
        },
        "end": {
          "line": 120,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3853,
      "end": 3854,
      "loc": {
        "start": {
          "line": 120,
          "column": 41
        },
        "end": {
          "line": 120,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sum",
      "start": 3854,
      "end": 3857,
      "loc": {
        "start": {
          "line": 120,
          "column": 42
        },
        "end": {
          "line": 120,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3857,
      "end": 3858,
      "loc": {
        "start": {
          "line": 120,
          "column": 45
        },
        "end": {
          "line": 120,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 3859,
      "end": 3864,
      "loc": {
        "start": {
          "line": 120,
          "column": 47
        },
        "end": {
          "line": 120,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3864,
      "end": 3865,
      "loc": {
        "start": {
          "line": 120,
          "column": 52
        },
        "end": {
          "line": 120,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3866,
      "end": 3868,
      "loc": {
        "start": {
          "line": 120,
          "column": 54
        },
        "end": {
          "line": 120,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sum",
      "start": 3869,
      "end": 3872,
      "loc": {
        "start": {
          "line": 120,
          "column": 57
        },
        "end": {
          "line": 120,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3873,
      "end": 3874,
      "loc": {
        "start": {
          "line": 120,
          "column": 61
        },
        "end": {
          "line": 120,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 3875,
      "end": 3880,
      "loc": {
        "start": {
          "line": 120,
          "column": 63
        },
        "end": {
          "line": 120,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3880,
      "end": 3881,
      "loc": {
        "start": {
          "line": 120,
          "column": 68
        },
        "end": {
          "line": 120,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "r2",
      "start": 3881,
      "end": 3883,
      "loc": {
        "start": {
          "line": 120,
          "column": 69
        },
        "end": {
          "line": 120,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3883,
      "end": 3884,
      "loc": {
        "start": {
          "line": 120,
          "column": 71
        },
        "end": {
          "line": 120,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 3885,
      "end": 3886,
      "loc": {
        "start": {
          "line": 120,
          "column": 73
        },
        "end": {
          "line": 120,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3886,
      "end": 3887,
      "loc": {
        "start": {
          "line": 120,
          "column": 74
        },
        "end": {
          "line": 120,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3887,
      "end": 3888,
      "loc": {
        "start": {
          "line": 120,
          "column": 75
        },
        "end": {
          "line": 120,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 3894,
      "end": 3896,
      "loc": {
        "start": {
          "line": 122,
          "column": 4
        },
        "end": {
          "line": 122,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3897,
      "end": 3898,
      "loc": {
        "start": {
          "line": 122,
          "column": 7
        },
        "end": {
          "line": 122,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3898,
      "end": 3902,
      "loc": {
        "start": {
          "line": 122,
          "column": 8
        },
        "end": {
          "line": 122,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3902,
      "end": 3903,
      "loc": {
        "start": {
          "line": 122,
          "column": 12
        },
        "end": {
          "line": 122,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineItem",
      "start": 3903,
      "end": 3911,
      "loc": {
        "start": {
          "line": 122,
          "column": 13
        },
        "end": {
          "line": 122,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3911,
      "end": 3912,
      "loc": {
        "start": {
          "line": 122,
          "column": 21
        },
        "end": {
          "line": 122,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 3912,
      "end": 3914,
      "loc": {
        "start": {
          "line": 122,
          "column": 22
        },
        "end": {
          "line": 122,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "==",
      "start": 3915,
      "end": 3917,
      "loc": {
        "start": {
          "line": 122,
          "column": 25
        },
        "end": {
          "line": 122,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 36453602,
      "start": 3918,
      "end": 3926,
      "loc": {
        "start": {
          "line": 122,
          "column": 28
        },
        "end": {
          "line": 122,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3926,
      "end": 3927,
      "loc": {
        "start": {
          "line": 122,
          "column": 36
        },
        "end": {
          "line": 122,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3928,
      "end": 3929,
      "loc": {
        "start": {
          "line": 122,
          "column": 38
        },
        "end": {
          "line": 122,
          "column": 39
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " console.log('evaluatedModels', evaluatedModels);",
      "start": 3936,
      "end": 3987,
      "loc": {
        "start": {
          "line": 123,
          "column": 6
        },
        "end": {
          "line": 123,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3992,
      "end": 3993,
      "loc": {
        "start": {
          "line": 124,
          "column": 4
        },
        "end": {
          "line": 124,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 3999,
      "end": 4004,
      "loc": {
        "start": {
          "line": 126,
          "column": 4
        },
        "end": {
          "line": 126,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "firstModel",
      "start": 4005,
      "end": 4015,
      "loc": {
        "start": {
          "line": 126,
          "column": 10
        },
        "end": {
          "line": 126,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4016,
      "end": 4017,
      "loc": {
        "start": {
          "line": 126,
          "column": 21
        },
        "end": {
          "line": 126,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "evaluatedModels",
      "start": 4018,
      "end": 4033,
      "loc": {
        "start": {
          "line": 126,
          "column": 23
        },
        "end": {
          "line": 126,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4033,
      "end": 4034,
      "loc": {
        "start": {
          "line": 126,
          "column": 38
        },
        "end": {
          "line": 126,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 4034,
      "end": 4035,
      "loc": {
        "start": {
          "line": 126,
          "column": 39
        },
        "end": {
          "line": 126,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4035,
      "end": 4036,
      "loc": {
        "start": {
          "line": 126,
          "column": 40
        },
        "end": {
          "line": 126,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4036,
      "end": 4037,
      "loc": {
        "start": {
          "line": 126,
          "column": 41
        },
        "end": {
          "line": 126,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 4042,
      "end": 4047,
      "loc": {
        "start": {
          "line": 127,
          "column": 4
        },
        "end": {
          "line": 127,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "boundsLength",
      "start": 4048,
      "end": 4060,
      "loc": {
        "start": {
          "line": 127,
          "column": 10
        },
        "end": {
          "line": 127,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4061,
      "end": 4062,
      "loc": {
        "start": {
          "line": 127,
          "column": 23
        },
        "end": {
          "line": 127,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "firstModel",
      "start": 4063,
      "end": 4073,
      "loc": {
        "start": {
          "line": 127,
          "column": 25
        },
        "end": {
          "line": 127,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4073,
      "end": 4074,
      "loc": {
        "start": {
          "line": 127,
          "column": 35
        },
        "end": {
          "line": 127,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bounds",
      "start": 4074,
      "end": 4080,
      "loc": {
        "start": {
          "line": 127,
          "column": 36
        },
        "end": {
          "line": 127,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4081,
      "end": 4082,
      "loc": {
        "start": {
          "line": 127,
          "column": 43
        },
        "end": {
          "line": 127,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "firstModel",
      "start": 4083,
      "end": 4093,
      "loc": {
        "start": {
          "line": 127,
          "column": 45
        },
        "end": {
          "line": 127,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4093,
      "end": 4094,
      "loc": {
        "start": {
          "line": 127,
          "column": 55
        },
        "end": {
          "line": 127,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bounds",
      "start": 4094,
      "end": 4100,
      "loc": {
        "start": {
          "line": 127,
          "column": 56
        },
        "end": {
          "line": 127,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4100,
      "end": 4101,
      "loc": {
        "start": {
          "line": 127,
          "column": 62
        },
        "end": {
          "line": 127,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 4101,
      "end": 4107,
      "loc": {
        "start": {
          "line": 127,
          "column": 63
        },
        "end": {
          "line": 127,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4108,
      "end": 4109,
      "loc": {
        "start": {
          "line": 127,
          "column": 70
        },
        "end": {
          "line": 127,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4110,
      "end": 4111,
      "loc": {
        "start": {
          "line": 127,
          "column": 72
        },
        "end": {
          "line": 127,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "firstModel",
      "start": 4111,
      "end": 4121,
      "loc": {
        "start": {
          "line": 127,
          "column": 73
        },
        "end": {
          "line": 127,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4121,
      "end": 4122,
      "loc": {
        "start": {
          "line": 127,
          "column": 83
        },
        "end": {
          "line": 127,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 4122,
      "end": 4123,
      "loc": {
        "start": {
          "line": 127,
          "column": 84
        },
        "end": {
          "line": 127,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4123,
      "end": 4124,
      "loc": {
        "start": {
          "line": 127,
          "column": 85
        },
        "end": {
          "line": 127,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4125,
      "end": 4126,
      "loc": {
        "start": {
          "line": 127,
          "column": 87
        },
        "end": {
          "line": 127,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "firstModel",
      "start": 4127,
      "end": 4137,
      "loc": {
        "start": {
          "line": 127,
          "column": 89
        },
        "end": {
          "line": 127,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4137,
      "end": 4138,
      "loc": {
        "start": {
          "line": 127,
          "column": 99
        },
        "end": {
          "line": 127,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 4138,
      "end": 4139,
      "loc": {
        "start": {
          "line": 127,
          "column": 100
        },
        "end": {
          "line": 127,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4139,
      "end": 4140,
      "loc": {
        "start": {
          "line": 127,
          "column": 101
        },
        "end": {
          "line": 127,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4140,
      "end": 4141,
      "loc": {
        "start": {
          "line": 127,
          "column": 102
        },
        "end": {
          "line": 127,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bounds",
      "start": 4141,
      "end": 4147,
      "loc": {
        "start": {
          "line": 127,
          "column": 103
        },
        "end": {
          "line": 127,
          "column": 109
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4147,
      "end": 4148,
      "loc": {
        "start": {
          "line": 127,
          "column": 109
        },
        "end": {
          "line": 127,
          "column": 110
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 4148,
      "end": 4154,
      "loc": {
        "start": {
          "line": 127,
          "column": 110
        },
        "end": {
          "line": 127,
          "column": 116
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4155,
      "end": 4156,
      "loc": {
        "start": {
          "line": 127,
          "column": 117
        },
        "end": {
          "line": 127,
          "column": 118
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 4157,
      "end": 4158,
      "loc": {
        "start": {
          "line": 127,
          "column": 119
        },
        "end": {
          "line": 127,
          "column": 120
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4158,
      "end": 4159,
      "loc": {
        "start": {
          "line": 127,
          "column": 120
        },
        "end": {
          "line": 127,
          "column": 121
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4159,
      "end": 4160,
      "loc": {
        "start": {
          "line": 127,
          "column": 121
        },
        "end": {
          "line": 127,
          "column": 122
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 4170,
      "end": 4175,
      "loc": {
        "start": {
          "line": 129,
          "column": 4
        },
        "end": {
          "line": 129,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "weightedBoundsValue",
      "start": 4176,
      "end": 4195,
      "loc": {
        "start": {
          "line": 129,
          "column": 10
        },
        "end": {
          "line": 129,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4196,
      "end": 4197,
      "loc": {
        "start": {
          "line": 129,
          "column": 30
        },
        "end": {
          "line": 129,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Array",
      "start": 4198,
      "end": 4203,
      "loc": {
        "start": {
          "line": 129,
          "column": 32
        },
        "end": {
          "line": 129,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4203,
      "end": 4204,
      "loc": {
        "start": {
          "line": 129,
          "column": 37
        },
        "end": {
          "line": 129,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 4204,
      "end": 4208,
      "loc": {
        "start": {
          "line": 129,
          "column": 38
        },
        "end": {
          "line": 129,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4208,
      "end": 4209,
      "loc": {
        "start": {
          "line": 129,
          "column": 42
        },
        "end": {
          "line": 129,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4209,
      "end": 4210,
      "loc": {
        "start": {
          "line": 129,
          "column": 43
        },
        "end": {
          "line": 129,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 4211,
      "end": 4217,
      "loc": {
        "start": {
          "line": 129,
          "column": 45
        },
        "end": {
          "line": 129,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4217,
      "end": 4218,
      "loc": {
        "start": {
          "line": 129,
          "column": 51
        },
        "end": {
          "line": 129,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "boundsLength",
      "start": 4219,
      "end": 4231,
      "loc": {
        "start": {
          "line": 129,
          "column": 53
        },
        "end": {
          "line": 129,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4232,
      "end": 4233,
      "loc": {
        "start": {
          "line": 129,
          "column": 66
        },
        "end": {
          "line": 129,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4233,
      "end": 4234,
      "loc": {
        "start": {
          "line": 129,
          "column": 67
        },
        "end": {
          "line": 129,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4234,
      "end": 4235,
      "loc": {
        "start": {
          "line": 129,
          "column": 68
        },
        "end": {
          "line": 129,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 4235,
      "end": 4238,
      "loc": {
        "start": {
          "line": 129,
          "column": 69
        },
        "end": {
          "line": 129,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4238,
      "end": 4239,
      "loc": {
        "start": {
          "line": 129,
          "column": 72
        },
        "end": {
          "line": 129,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4239,
      "end": 4240,
      "loc": {
        "start": {
          "line": 129,
          "column": 73
        },
        "end": {
          "line": 129,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 4240,
      "end": 4241,
      "loc": {
        "start": {
          "line": 129,
          "column": 74
        },
        "end": {
          "line": 129,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4241,
      "end": 4242,
      "loc": {
        "start": {
          "line": 129,
          "column": 75
        },
        "end": {
          "line": 129,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 4243,
      "end": 4244,
      "loc": {
        "start": {
          "line": 129,
          "column": 77
        },
        "end": {
          "line": 129,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4244,
      "end": 4245,
      "loc": {
        "start": {
          "line": 129,
          "column": 78
        },
        "end": {
          "line": 129,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4246,
      "end": 4248,
      "loc": {
        "start": {
          "line": 129,
          "column": 80
        },
        "end": {
          "line": 129,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4249,
      "end": 4250,
      "loc": {
        "start": {
          "line": 129,
          "column": 83
        },
        "end": {
          "line": 129,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 4257,
      "end": 4263,
      "loc": {
        "start": {
          "line": 130,
          "column": 6
        },
        "end": {
          "line": 130,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "evaluatedModels",
      "start": 4264,
      "end": 4279,
      "loc": {
        "start": {
          "line": 130,
          "column": 13
        },
        "end": {
          "line": 130,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4279,
      "end": 4280,
      "loc": {
        "start": {
          "line": 130,
          "column": 28
        },
        "end": {
          "line": 130,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reduce",
      "start": 4280,
      "end": 4286,
      "loc": {
        "start": {
          "line": 130,
          "column": 29
        },
        "end": {
          "line": 130,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4286,
      "end": 4287,
      "loc": {
        "start": {
          "line": 130,
          "column": 35
        },
        "end": {
          "line": 130,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4287,
      "end": 4288,
      "loc": {
        "start": {
          "line": 130,
          "column": 36
        },
        "end": {
          "line": 130,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "total",
      "start": 4288,
      "end": 4293,
      "loc": {
        "start": {
          "line": 130,
          "column": 37
        },
        "end": {
          "line": 130,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4293,
      "end": 4294,
      "loc": {
        "start": {
          "line": 130,
          "column": 42
        },
        "end": {
          "line": 130,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 4295,
      "end": 4300,
      "loc": {
        "start": {
          "line": 130,
          "column": 44
        },
        "end": {
          "line": 130,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4300,
      "end": 4301,
      "loc": {
        "start": {
          "line": 130,
          "column": 49
        },
        "end": {
          "line": 130,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4302,
      "end": 4304,
      "loc": {
        "start": {
          "line": 130,
          "column": 51
        },
        "end": {
          "line": 130,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4305,
      "end": 4306,
      "loc": {
        "start": {
          "line": 130,
          "column": 54
        },
        "end": {
          "line": 130,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 4315,
      "end": 4320,
      "loc": {
        "start": {
          "line": 131,
          "column": 8
        },
        "end": {
          "line": 131,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bounds",
      "start": 4321,
      "end": 4327,
      "loc": {
        "start": {
          "line": 131,
          "column": 14
        },
        "end": {
          "line": 131,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4328,
      "end": 4329,
      "loc": {
        "start": {
          "line": 131,
          "column": 21
        },
        "end": {
          "line": 131,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 4330,
      "end": 4335,
      "loc": {
        "start": {
          "line": 131,
          "column": 23
        },
        "end": {
          "line": 131,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4335,
      "end": 4336,
      "loc": {
        "start": {
          "line": 131,
          "column": 28
        },
        "end": {
          "line": 131,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bounds",
      "start": 4336,
      "end": 4342,
      "loc": {
        "start": {
          "line": 131,
          "column": 29
        },
        "end": {
          "line": 131,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 4343,
      "end": 4345,
      "loc": {
        "start": {
          "line": 131,
          "column": 36
        },
        "end": {
          "line": 131,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4346,
      "end": 4347,
      "loc": {
        "start": {
          "line": 131,
          "column": 39
        },
        "end": {
          "line": 131,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 4347,
      "end": 4352,
      "loc": {
        "start": {
          "line": 131,
          "column": 40
        },
        "end": {
          "line": 131,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4352,
      "end": 4353,
      "loc": {
        "start": {
          "line": 131,
          "column": 45
        },
        "end": {
          "line": 131,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 4353,
      "end": 4354,
      "loc": {
        "start": {
          "line": 131,
          "column": 46
        },
        "end": {
          "line": 131,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4354,
      "end": 4355,
      "loc": {
        "start": {
          "line": 131,
          "column": 47
        },
        "end": {
          "line": 131,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 4356,
      "end": 4358,
      "loc": {
        "start": {
          "line": 131,
          "column": 49
        },
        "end": {
          "line": 131,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 4359,
      "end": 4364,
      "loc": {
        "start": {
          "line": 131,
          "column": 52
        },
        "end": {
          "line": 131,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4364,
      "end": 4365,
      "loc": {
        "start": {
          "line": 131,
          "column": 57
        },
        "end": {
          "line": 131,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 4365,
      "end": 4366,
      "loc": {
        "start": {
          "line": 131,
          "column": 58
        },
        "end": {
          "line": 131,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4366,
      "end": 4367,
      "loc": {
        "start": {
          "line": 131,
          "column": 59
        },
        "end": {
          "line": 131,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4367,
      "end": 4368,
      "loc": {
        "start": {
          "line": 131,
          "column": 60
        },
        "end": {
          "line": 131,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bounds",
      "start": 4368,
      "end": 4374,
      "loc": {
        "start": {
          "line": 131,
          "column": 61
        },
        "end": {
          "line": 131,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4374,
      "end": 4375,
      "loc": {
        "start": {
          "line": 131,
          "column": 67
        },
        "end": {
          "line": 131,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4375,
      "end": 4376,
      "loc": {
        "start": {
          "line": 131,
          "column": 68
        },
        "end": {
          "line": 131,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 4385,
      "end": 4387,
      "loc": {
        "start": {
          "line": 132,
          "column": 8
        },
        "end": {
          "line": 132,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4388,
      "end": 4389,
      "loc": {
        "start": {
          "line": 132,
          "column": 11
        },
        "end": {
          "line": 132,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 4389,
      "end": 4390,
      "loc": {
        "start": {
          "line": 132,
          "column": 12
        },
        "end": {
          "line": 132,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bounds",
      "start": 4390,
      "end": 4396,
      "loc": {
        "start": {
          "line": 132,
          "column": 13
        },
        "end": {
          "line": 132,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4396,
      "end": 4397,
      "loc": {
        "start": {
          "line": 132,
          "column": 19
        },
        "end": {
          "line": 132,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4398,
      "end": 4399,
      "loc": {
        "start": {
          "line": 132,
          "column": 21
        },
        "end": {
          "line": 132,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 4410,
      "end": 4416,
      "loc": {
        "start": {
          "line": 133,
          "column": 10
        },
        "end": {
          "line": 133,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "total",
      "start": 4417,
      "end": 4422,
      "loc": {
        "start": {
          "line": 133,
          "column": 17
        },
        "end": {
          "line": 133,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4422,
      "end": 4423,
      "loc": {
        "start": {
          "line": 133,
          "column": 22
        },
        "end": {
          "line": 133,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4432,
      "end": 4433,
      "loc": {
        "start": {
          "line": 134,
          "column": 8
        },
        "end": {
          "line": 134,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 4442,
      "end": 4448,
      "loc": {
        "start": {
          "line": 135,
          "column": 8
        },
        "end": {
          "line": 135,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "total",
      "start": 4449,
      "end": 4454,
      "loc": {
        "start": {
          "line": 135,
          "column": 15
        },
        "end": {
          "line": 135,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 4455,
      "end": 4456,
      "loc": {
        "start": {
          "line": 135,
          "column": 21
        },
        "end": {
          "line": 135,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bounds",
      "start": 4457,
      "end": 4463,
      "loc": {
        "start": {
          "line": 135,
          "column": 23
        },
        "end": {
          "line": 135,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4463,
      "end": 4464,
      "loc": {
        "start": {
          "line": 135,
          "column": 29
        },
        "end": {
          "line": 135,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 4464,
      "end": 4465,
      "loc": {
        "start": {
          "line": 135,
          "column": 30
        },
        "end": {
          "line": 135,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4465,
      "end": 4466,
      "loc": {
        "start": {
          "line": 135,
          "column": 31
        },
        "end": {
          "line": 135,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 4467,
      "end": 4468,
      "loc": {
        "start": {
          "line": 135,
          "column": 33
        },
        "end": {
          "line": 135,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 4469,
      "end": 4474,
      "loc": {
        "start": {
          "line": 135,
          "column": 35
        },
        "end": {
          "line": 135,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4474,
      "end": 4475,
      "loc": {
        "start": {
          "line": 135,
          "column": 40
        },
        "end": {
          "line": 135,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "r2",
      "start": 4475,
      "end": 4477,
      "loc": {
        "start": {
          "line": 135,
          "column": 41
        },
        "end": {
          "line": 135,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 4478,
      "end": 4479,
      "loc": {
        "start": {
          "line": 135,
          "column": 44
        },
        "end": {
          "line": 135,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "r2Sum",
      "start": 4480,
      "end": 4485,
      "loc": {
        "start": {
          "line": 135,
          "column": 46
        },
        "end": {
          "line": 135,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4485,
      "end": 4486,
      "loc": {
        "start": {
          "line": 135,
          "column": 51
        },
        "end": {
          "line": 135,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4493,
      "end": 4494,
      "loc": {
        "start": {
          "line": 136,
          "column": 6
        },
        "end": {
          "line": 136,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4494,
      "end": 4495,
      "loc": {
        "start": {
          "line": 136,
          "column": 7
        },
        "end": {
          "line": 136,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 4496,
      "end": 4497,
      "loc": {
        "start": {
          "line": 136,
          "column": 9
        },
        "end": {
          "line": 136,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4497,
      "end": 4498,
      "loc": {
        "start": {
          "line": 136,
          "column": 10
        },
        "end": {
          "line": 136,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4498,
      "end": 4499,
      "loc": {
        "start": {
          "line": 136,
          "column": 11
        },
        "end": {
          "line": 136,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4504,
      "end": 4505,
      "loc": {
        "start": {
          "line": 137,
          "column": 4
        },
        "end": {
          "line": 137,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4505,
      "end": 4506,
      "loc": {
        "start": {
          "line": 137,
          "column": 5
        },
        "end": {
          "line": 137,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4506,
      "end": 4507,
      "loc": {
        "start": {
          "line": 137,
          "column": 6
        },
        "end": {
          "line": 137,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 4513,
      "end": 4519,
      "loc": {
        "start": {
          "line": 139,
          "column": 4
        },
        "end": {
          "line": 139,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "weightedBoundsValue",
      "start": 4520,
      "end": 4539,
      "loc": {
        "start": {
          "line": 139,
          "column": 11
        },
        "end": {
          "line": 139,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4539,
      "end": 4540,
      "loc": {
        "start": {
          "line": 139,
          "column": 30
        },
        "end": {
          "line": 139,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4543,
      "end": 4544,
      "loc": {
        "start": {
          "line": 140,
          "column": 2
        },
        "end": {
          "line": 140,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Get the weighted average result of the prediction models based on scaled r2\n   *\n   * @param {EvaluatedModel[]} evaluatedModels\n   * @return {number}\n   ",
      "start": 4548,
      "end": 4712,
      "loc": {
        "start": {
          "line": 142,
          "column": 2
        },
        "end": {
          "line": 147,
          "column": 5
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " @todo replace the method above with this one completely, make sure no calls to this method are left",
      "start": 4715,
      "end": 4817,
      "loc": {
        "start": {
          "line": 148,
          "column": 2
        },
        "end": {
          "line": 148,
          "column": 104
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " hold this for very last work item/task",
      "start": 4820,
      "end": 4861,
      "loc": {
        "start": {
          "line": 149,
          "column": 2
        },
        "end": {
          "line": 149,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_getExperimentalWeightedAvg",
      "start": 4864,
      "end": 4891,
      "loc": {
        "start": {
          "line": 150,
          "column": 2
        },
        "end": {
          "line": 150,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4891,
      "end": 4892,
      "loc": {
        "start": {
          "line": 150,
          "column": 29
        },
        "end": {
          "line": 150,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "evaluatedModels",
      "start": 4892,
      "end": 4907,
      "loc": {
        "start": {
          "line": 150,
          "column": 30
        },
        "end": {
          "line": 150,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4907,
      "end": 4908,
      "loc": {
        "start": {
          "line": 150,
          "column": 45
        },
        "end": {
          "line": 150,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4909,
      "end": 4910,
      "loc": {
        "start": {
          "line": 150,
          "column": 47
        },
        "end": {
          "line": 150,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 4915,
      "end": 4917,
      "loc": {
        "start": {
          "line": 151,
          "column": 4
        },
        "end": {
          "line": 151,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4918,
      "end": 4919,
      "loc": {
        "start": {
          "line": 151,
          "column": 7
        },
        "end": {
          "line": 151,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 4919,
      "end": 4920,
      "loc": {
        "start": {
          "line": 151,
          "column": 8
        },
        "end": {
          "line": 151,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "evaluatedModels",
      "start": 4920,
      "end": 4935,
      "loc": {
        "start": {
          "line": 151,
          "column": 9
        },
        "end": {
          "line": 151,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4935,
      "end": 4936,
      "loc": {
        "start": {
          "line": 151,
          "column": 24
        },
        "end": {
          "line": 151,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 4936,
      "end": 4942,
      "loc": {
        "start": {
          "line": 151,
          "column": 25
        },
        "end": {
          "line": 151,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4942,
      "end": 4943,
      "loc": {
        "start": {
          "line": 151,
          "column": 31
        },
        "end": {
          "line": 151,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 4944,
      "end": 4950,
      "loc": {
        "start": {
          "line": 151,
          "column": 33
        },
        "end": {
          "line": 151,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 4951,
      "end": 4952,
      "loc": {
        "start": {
          "line": 151,
          "column": 40
        },
        "end": {
          "line": 151,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4952,
      "end": 4953,
      "loc": {
        "start": {
          "line": 151,
          "column": 41
        },
        "end": {
          "line": 151,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 4958,
      "end": 4963,
      "loc": {
        "start": {
          "line": 152,
          "column": 4
        },
        "end": {
          "line": 152,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "weights",
      "start": 4964,
      "end": 4971,
      "loc": {
        "start": {
          "line": 152,
          "column": 10
        },
        "end": {
          "line": 152,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4972,
      "end": 4973,
      "loc": {
        "start": {
          "line": 152,
          "column": 18
        },
        "end": {
          "line": 152,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "evaluatedModels",
      "start": 4974,
      "end": 4989,
      "loc": {
        "start": {
          "line": 152,
          "column": 20
        },
        "end": {
          "line": 152,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4989,
      "end": 4990,
      "loc": {
        "start": {
          "line": 152,
          "column": 35
        },
        "end": {
          "line": 152,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 4990,
      "end": 4993,
      "loc": {
        "start": {
          "line": 152,
          "column": 36
        },
        "end": {
          "line": 152,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4993,
      "end": 4994,
      "loc": {
        "start": {
          "line": 152,
          "column": 39
        },
        "end": {
          "line": 152,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4994,
      "end": 4995,
      "loc": {
        "start": {
          "line": 152,
          "column": 40
        },
        "end": {
          "line": 152,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4995,
      "end": 4996,
      "loc": {
        "start": {
          "line": 152,
          "column": 41
        },
        "end": {
          "line": 152,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "r2",
      "start": 4997,
      "end": 4999,
      "loc": {
        "start": {
          "line": 152,
          "column": 43
        },
        "end": {
          "line": 152,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5000,
      "end": 5001,
      "loc": {
        "start": {
          "line": 152,
          "column": 46
        },
        "end": {
          "line": 152,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5001,
      "end": 5002,
      "loc": {
        "start": {
          "line": 152,
          "column": 47
        },
        "end": {
          "line": 152,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5003,
      "end": 5005,
      "loc": {
        "start": {
          "line": 152,
          "column": 49
        },
        "end": {
          "line": 152,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "r2",
      "start": 5006,
      "end": 5008,
      "loc": {
        "start": {
          "line": 152,
          "column": 52
        },
        "end": {
          "line": 152,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 5009,
      "end": 5010,
      "loc": {
        "start": {
          "line": 152,
          "column": 55
        },
        "end": {
          "line": 152,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5011,
      "end": 5012,
      "loc": {
        "start": {
          "line": 152,
          "column": 57
        },
        "end": {
          "line": 152,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 5012,
      "end": 5013,
      "loc": {
        "start": {
          "line": 152,
          "column": 58
        },
        "end": {
          "line": 152,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "^",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 4,
        "updateContext": null
      },
      "value": "^",
      "start": 5014,
      "end": 5015,
      "loc": {
        "start": {
          "line": 152,
          "column": 60
        },
        "end": {
          "line": 152,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5016,
      "end": 5017,
      "loc": {
        "start": {
          "line": 152,
          "column": 62
        },
        "end": {
          "line": 152,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "r2",
      "start": 5017,
      "end": 5019,
      "loc": {
        "start": {
          "line": 152,
          "column": 63
        },
        "end": {
          "line": 152,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 5020,
      "end": 5021,
      "loc": {
        "start": {
          "line": 152,
          "column": 66
        },
        "end": {
          "line": 152,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 10,
      "start": 5022,
      "end": 5024,
      "loc": {
        "start": {
          "line": 152,
          "column": 68
        },
        "end": {
          "line": 152,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5024,
      "end": 5025,
      "loc": {
        "start": {
          "line": 152,
          "column": 70
        },
        "end": {
          "line": 152,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5025,
      "end": 5026,
      "loc": {
        "start": {
          "line": 152,
          "column": 71
        },
        "end": {
          "line": 152,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5026,
      "end": 5027,
      "loc": {
        "start": {
          "line": 152,
          "column": 72
        },
        "end": {
          "line": 152,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5027,
      "end": 5028,
      "loc": {
        "start": {
          "line": 152,
          "column": 73
        },
        "end": {
          "line": 152,
          "column": 74
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " scale r2 to weight .9 twice as high as .8",
      "start": 5029,
      "end": 5073,
      "loc": {
        "start": {
          "line": 152,
          "column": 75
        },
        "end": {
          "line": 152,
          "column": 119
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 5078,
      "end": 5083,
      "loc": {
        "start": {
          "line": 153,
          "column": 4
        },
        "end": {
          "line": 153,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "totalWeight",
      "start": 5084,
      "end": 5095,
      "loc": {
        "start": {
          "line": 153,
          "column": 10
        },
        "end": {
          "line": 153,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5096,
      "end": 5097,
      "loc": {
        "start": {
          "line": 153,
          "column": 22
        },
        "end": {
          "line": 153,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "weights",
      "start": 5098,
      "end": 5105,
      "loc": {
        "start": {
          "line": 153,
          "column": 24
        },
        "end": {
          "line": 153,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5105,
      "end": 5106,
      "loc": {
        "start": {
          "line": 153,
          "column": 31
        },
        "end": {
          "line": 153,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reduce",
      "start": 5106,
      "end": 5112,
      "loc": {
        "start": {
          "line": 153,
          "column": 32
        },
        "end": {
          "line": 153,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5112,
      "end": 5113,
      "loc": {
        "start": {
          "line": 153,
          "column": 38
        },
        "end": {
          "line": 153,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5113,
      "end": 5114,
      "loc": {
        "start": {
          "line": 153,
          "column": 39
        },
        "end": {
          "line": 153,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "total",
      "start": 5114,
      "end": 5119,
      "loc": {
        "start": {
          "line": 153,
          "column": 40
        },
        "end": {
          "line": 153,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5119,
      "end": 5120,
      "loc": {
        "start": {
          "line": 153,
          "column": 45
        },
        "end": {
          "line": 153,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "weight",
      "start": 5121,
      "end": 5127,
      "loc": {
        "start": {
          "line": 153,
          "column": 47
        },
        "end": {
          "line": 153,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5127,
      "end": 5128,
      "loc": {
        "start": {
          "line": 153,
          "column": 53
        },
        "end": {
          "line": 153,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5129,
      "end": 5131,
      "loc": {
        "start": {
          "line": 153,
          "column": 55
        },
        "end": {
          "line": 153,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "total",
      "start": 5132,
      "end": 5137,
      "loc": {
        "start": {
          "line": 153,
          "column": 58
        },
        "end": {
          "line": 153,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 5138,
      "end": 5139,
      "loc": {
        "start": {
          "line": 153,
          "column": 64
        },
        "end": {
          "line": 153,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "weight",
      "start": 5140,
      "end": 5146,
      "loc": {
        "start": {
          "line": 153,
          "column": 66
        },
        "end": {
          "line": 153,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5146,
      "end": 5147,
      "loc": {
        "start": {
          "line": 153,
          "column": 72
        },
        "end": {
          "line": 153,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 5148,
      "end": 5149,
      "loc": {
        "start": {
          "line": 153,
          "column": 74
        },
        "end": {
          "line": 153,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5149,
      "end": 5150,
      "loc": {
        "start": {
          "line": 153,
          "column": 75
        },
        "end": {
          "line": 153,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5150,
      "end": 5151,
      "loc": {
        "start": {
          "line": 153,
          "column": 76
        },
        "end": {
          "line": 153,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 5156,
      "end": 5162,
      "loc": {
        "start": {
          "line": 154,
          "column": 4
        },
        "end": {
          "line": 154,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "evaluatedModels",
      "start": 5163,
      "end": 5178,
      "loc": {
        "start": {
          "line": 154,
          "column": 11
        },
        "end": {
          "line": 154,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5178,
      "end": 5179,
      "loc": {
        "start": {
          "line": 154,
          "column": 26
        },
        "end": {
          "line": 154,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reduce",
      "start": 5179,
      "end": 5185,
      "loc": {
        "start": {
          "line": 154,
          "column": 27
        },
        "end": {
          "line": 154,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5185,
      "end": 5186,
      "loc": {
        "start": {
          "line": 154,
          "column": 33
        },
        "end": {
          "line": 154,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5186,
      "end": 5187,
      "loc": {
        "start": {
          "line": 154,
          "column": 34
        },
        "end": {
          "line": 154,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "total",
      "start": 5187,
      "end": 5192,
      "loc": {
        "start": {
          "line": 154,
          "column": 35
        },
        "end": {
          "line": 154,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5192,
      "end": 5193,
      "loc": {
        "start": {
          "line": 154,
          "column": 40
        },
        "end": {
          "line": 154,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5194,
      "end": 5195,
      "loc": {
        "start": {
          "line": 154,
          "column": 42
        },
        "end": {
          "line": 154,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 5196,
      "end": 5201,
      "loc": {
        "start": {
          "line": 154,
          "column": 44
        },
        "end": {
          "line": 154,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5202,
      "end": 5203,
      "loc": {
        "start": {
          "line": 154,
          "column": 50
        },
        "end": {
          "line": 154,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5203,
      "end": 5204,
      "loc": {
        "start": {
          "line": 154,
          "column": 51
        },
        "end": {
          "line": 154,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 5205,
      "end": 5206,
      "loc": {
        "start": {
          "line": 154,
          "column": 53
        },
        "end": {
          "line": 154,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5206,
      "end": 5207,
      "loc": {
        "start": {
          "line": 154,
          "column": 54
        },
        "end": {
          "line": 154,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5208,
      "end": 5210,
      "loc": {
        "start": {
          "line": 154,
          "column": 56
        },
        "end": {
          "line": 154,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "total",
      "start": 5211,
      "end": 5216,
      "loc": {
        "start": {
          "line": 154,
          "column": 59
        },
        "end": {
          "line": 154,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 5217,
      "end": 5218,
      "loc": {
        "start": {
          "line": 154,
          "column": 65
        },
        "end": {
          "line": 154,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 5219,
      "end": 5224,
      "loc": {
        "start": {
          "line": 154,
          "column": 67
        },
        "end": {
          "line": 154,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 5225,
      "end": 5226,
      "loc": {
        "start": {
          "line": 154,
          "column": 73
        },
        "end": {
          "line": 154,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5227,
      "end": 5228,
      "loc": {
        "start": {
          "line": 154,
          "column": 75
        },
        "end": {
          "line": 154,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "weights",
      "start": 5228,
      "end": 5235,
      "loc": {
        "start": {
          "line": 154,
          "column": 76
        },
        "end": {
          "line": 154,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5235,
      "end": 5236,
      "loc": {
        "start": {
          "line": 154,
          "column": 83
        },
        "end": {
          "line": 154,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 5236,
      "end": 5237,
      "loc": {
        "start": {
          "line": 154,
          "column": 84
        },
        "end": {
          "line": 154,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5237,
      "end": 5238,
      "loc": {
        "start": {
          "line": 154,
          "column": 85
        },
        "end": {
          "line": 154,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 5239,
      "end": 5240,
      "loc": {
        "start": {
          "line": 154,
          "column": 87
        },
        "end": {
          "line": 154,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "totalWeight",
      "start": 5241,
      "end": 5252,
      "loc": {
        "start": {
          "line": 154,
          "column": 89
        },
        "end": {
          "line": 154,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5252,
      "end": 5253,
      "loc": {
        "start": {
          "line": 154,
          "column": 100
        },
        "end": {
          "line": 154,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5253,
      "end": 5254,
      "loc": {
        "start": {
          "line": 154,
          "column": 101
        },
        "end": {
          "line": 154,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 5255,
      "end": 5256,
      "loc": {
        "start": {
          "line": 154,
          "column": 103
        },
        "end": {
          "line": 154,
          "column": 104
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5256,
      "end": 5257,
      "loc": {
        "start": {
          "line": 154,
          "column": 104
        },
        "end": {
          "line": 154,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5257,
      "end": 5258,
      "loc": {
        "start": {
          "line": 154,
          "column": 105
        },
        "end": {
          "line": 154,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5261,
      "end": 5262,
      "loc": {
        "start": {
          "line": 155,
          "column": 2
        },
        "end": {
          "line": 155,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Evaluates a prediction model dependency. Returns null if it cannot be evaluated.\n   *\n   * @param {object} modelDependency A prediction model dependency\n   * @param {string} modelDependency.type The type of dependency. Either 'field' or 'metric'\n   * @param {number} modelDependency.definition_id The definition id of the dependency\n   * @param {string} modelDependency.field The dependencies value field. Typically 'value'\n   * @param {boolean} isBaseModel Whether or not this is the base model for the line item.\n   *            If it is, the value should be given even if the dependency is not fully defined.\n   * @return {number|null} The evaluated value of the dependency\n   ",
      "start": 5266,
      "end": 5957,
      "loc": {
        "start": {
          "line": 157,
          "column": 2
        },
        "end": {
          "line": 167,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_getModelDependencyValue",
      "start": 5960,
      "end": 5984,
      "loc": {
        "start": {
          "line": 168,
          "column": 2
        },
        "end": {
          "line": 168,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5984,
      "end": 5985,
      "loc": {
        "start": {
          "line": 168,
          "column": 26
        },
        "end": {
          "line": 168,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "modelDependency",
      "start": 5985,
      "end": 6000,
      "loc": {
        "start": {
          "line": 168,
          "column": 27
        },
        "end": {
          "line": 168,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6000,
      "end": 6001,
      "loc": {
        "start": {
          "line": 168,
          "column": 42
        },
        "end": {
          "line": 168,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isBaseModel",
      "start": 6002,
      "end": 6013,
      "loc": {
        "start": {
          "line": 168,
          "column": 44
        },
        "end": {
          "line": 168,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6013,
      "end": 6014,
      "loc": {
        "start": {
          "line": 168,
          "column": 55
        },
        "end": {
          "line": 168,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6015,
      "end": 6016,
      "loc": {
        "start": {
          "line": 168,
          "column": 57
        },
        "end": {
          "line": 168,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 6021,
      "end": 6026,
      "loc": {
        "start": {
          "line": 169,
          "column": 4
        },
        "end": {
          "line": 169,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6027,
      "end": 6028,
      "loc": {
        "start": {
          "line": 169,
          "column": 10
        },
        "end": {
          "line": 169,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 6029,
      "end": 6033,
      "loc": {
        "start": {
          "line": 169,
          "column": 12
        },
        "end": {
          "line": 169,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6033,
      "end": 6034,
      "loc": {
        "start": {
          "line": 169,
          "column": 16
        },
        "end": {
          "line": 169,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "definition_id",
      "start": 6035,
      "end": 6048,
      "loc": {
        "start": {
          "line": 169,
          "column": 18
        },
        "end": {
          "line": 169,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6048,
      "end": 6049,
      "loc": {
        "start": {
          "line": 169,
          "column": 31
        },
        "end": {
          "line": 169,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 6050,
      "end": 6055,
      "loc": {
        "start": {
          "line": 169,
          "column": 33
        },
        "end": {
          "line": 169,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6056,
      "end": 6057,
      "loc": {
        "start": {
          "line": 169,
          "column": 39
        },
        "end": {
          "line": 169,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6058,
      "end": 6059,
      "loc": {
        "start": {
          "line": 169,
          "column": 41
        },
        "end": {
          "line": 169,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "modelDependency",
      "start": 6060,
      "end": 6075,
      "loc": {
        "start": {
          "line": 169,
          "column": 43
        },
        "end": {
          "line": 169,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6075,
      "end": 6076,
      "loc": {
        "start": {
          "line": 169,
          "column": 58
        },
        "end": {
          "line": 169,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 6081,
      "end": 6086,
      "loc": {
        "start": {
          "line": 170,
          "column": 4
        },
        "end": {
          "line": 170,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidEntity",
      "start": 6087,
      "end": 6096,
      "loc": {
        "start": {
          "line": 170,
          "column": 10
        },
        "end": {
          "line": 170,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6097,
      "end": 6098,
      "loc": {
        "start": {
          "line": 170,
          "column": 20
        },
        "end": {
          "line": 170,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 6099,
      "end": 6103,
      "loc": {
        "start": {
          "line": 170,
          "column": 22
        },
        "end": {
          "line": 170,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6103,
      "end": 6104,
      "loc": {
        "start": {
          "line": 170,
          "column": 26
        },
        "end": {
          "line": 170,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_getModelDependency",
      "start": 6104,
      "end": 6123,
      "loc": {
        "start": {
          "line": 170,
          "column": 27
        },
        "end": {
          "line": 170,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6123,
      "end": 6124,
      "loc": {
        "start": {
          "line": 170,
          "column": 46
        },
        "end": {
          "line": 170,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 6124,
      "end": 6128,
      "loc": {
        "start": {
          "line": 170,
          "column": 47
        },
        "end": {
          "line": 170,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6128,
      "end": 6129,
      "loc": {
        "start": {
          "line": 170,
          "column": 51
        },
        "end": {
          "line": 170,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "definition_id",
      "start": 6130,
      "end": 6143,
      "loc": {
        "start": {
          "line": 170,
          "column": 53
        },
        "end": {
          "line": 170,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6143,
      "end": 6144,
      "loc": {
        "start": {
          "line": 170,
          "column": 66
        },
        "end": {
          "line": 170,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6144,
      "end": 6145,
      "loc": {
        "start": {
          "line": 170,
          "column": 67
        },
        "end": {
          "line": 170,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 6150,
      "end": 6156,
      "loc": {
        "start": {
          "line": 171,
          "column": 4
        },
        "end": {
          "line": 171,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidEntity",
      "start": 6157,
      "end": 6166,
      "loc": {
        "start": {
          "line": 171,
          "column": 11
        },
        "end": {
          "line": 171,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 6167,
      "end": 6169,
      "loc": {
        "start": {
          "line": 171,
          "column": 21
        },
        "end": {
          "line": 171,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6170,
      "end": 6171,
      "loc": {
        "start": {
          "line": 171,
          "column": 24
        },
        "end": {
          "line": 171,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isBaseModel",
      "start": 6171,
      "end": 6182,
      "loc": {
        "start": {
          "line": 171,
          "column": 25
        },
        "end": {
          "line": 171,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 6183,
      "end": 6185,
      "loc": {
        "start": {
          "line": 171,
          "column": 37
        },
        "end": {
          "line": 171,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 6186,
      "end": 6190,
      "loc": {
        "start": {
          "line": 171,
          "column": 40
        },
        "end": {
          "line": 171,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6190,
      "end": 6191,
      "loc": {
        "start": {
          "line": 171,
          "column": 44
        },
        "end": {
          "line": 171,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_canUseDependency",
      "start": 6191,
      "end": 6208,
      "loc": {
        "start": {
          "line": 171,
          "column": 45
        },
        "end": {
          "line": 171,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6208,
      "end": 6209,
      "loc": {
        "start": {
          "line": 171,
          "column": 62
        },
        "end": {
          "line": 171,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidEntity",
      "start": 6209,
      "end": 6218,
      "loc": {
        "start": {
          "line": 171,
          "column": 63
        },
        "end": {
          "line": 171,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6218,
      "end": 6219,
      "loc": {
        "start": {
          "line": 171,
          "column": 72
        },
        "end": {
          "line": 171,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 6220,
      "end": 6225,
      "loc": {
        "start": {
          "line": 171,
          "column": 74
        },
        "end": {
          "line": 171,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6225,
      "end": 6226,
      "loc": {
        "start": {
          "line": 171,
          "column": 79
        },
        "end": {
          "line": 171,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6226,
      "end": 6227,
      "loc": {
        "start": {
          "line": 171,
          "column": 80
        },
        "end": {
          "line": 171,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6234,
      "end": 6235,
      "loc": {
        "start": {
          "line": 172,
          "column": 6
        },
        "end": {
          "line": 172,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 6236,
      "end": 6240,
      "loc": {
        "start": {
          "line": 172,
          "column": 8
        },
        "end": {
          "line": 172,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6240,
      "end": 6241,
      "loc": {
        "start": {
          "line": 172,
          "column": 12
        },
        "end": {
          "line": 172,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bid",
      "start": 6241,
      "end": 6244,
      "loc": {
        "start": {
          "line": 172,
          "column": 13
        },
        "end": {
          "line": 172,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6244,
      "end": 6245,
      "loc": {
        "start": {
          "line": 172,
          "column": 16
        },
        "end": {
          "line": 172,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entities",
      "start": 6245,
      "end": 6253,
      "loc": {
        "start": {
          "line": 172,
          "column": 17
        },
        "end": {
          "line": 172,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6253,
      "end": 6254,
      "loc": {
        "start": {
          "line": 172,
          "column": 25
        },
        "end": {
          "line": 172,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getDependencyValue",
      "start": 6254,
      "end": 6272,
      "loc": {
        "start": {
          "line": 172,
          "column": 26
        },
        "end": {
          "line": 172,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6272,
      "end": 6273,
      "loc": {
        "start": {
          "line": 172,
          "column": 44
        },
        "end": {
          "line": 172,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6273,
      "end": 6274,
      "loc": {
        "start": {
          "line": 172,
          "column": 45
        },
        "end": {
          "line": 172,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 6275,
      "end": 6279,
      "loc": {
        "start": {
          "line": 172,
          "column": 47
        },
        "end": {
          "line": 172,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6279,
      "end": 6280,
      "loc": {
        "start": {
          "line": 172,
          "column": 51
        },
        "end": {
          "line": 172,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 6281,
      "end": 6286,
      "loc": {
        "start": {
          "line": 172,
          "column": 53
        },
        "end": {
          "line": 172,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6286,
      "end": 6287,
      "loc": {
        "start": {
          "line": 172,
          "column": 58
        },
        "end": {
          "line": 172,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bid_entity_id",
      "start": 6288,
      "end": 6301,
      "loc": {
        "start": {
          "line": 172,
          "column": 60
        },
        "end": {
          "line": 172,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6301,
      "end": 6302,
      "loc": {
        "start": {
          "line": 172,
          "column": 73
        },
        "end": {
          "line": 172,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bidEntity",
      "start": 6303,
      "end": 6312,
      "loc": {
        "start": {
          "line": 172,
          "column": 75
        },
        "end": {
          "line": 172,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6312,
      "end": 6313,
      "loc": {
        "start": {
          "line": 172,
          "column": 84
        },
        "end": {
          "line": 172,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 6313,
      "end": 6315,
      "loc": {
        "start": {
          "line": 172,
          "column": 85
        },
        "end": {
          "line": 172,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6316,
      "end": 6317,
      "loc": {
        "start": {
          "line": 172,
          "column": 88
        },
        "end": {
          "line": 172,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6317,
      "end": 6318,
      "loc": {
        "start": {
          "line": 172,
          "column": 89
        },
        "end": {
          "line": 172,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6325,
      "end": 6326,
      "loc": {
        "start": {
          "line": 173,
          "column": 6
        },
        "end": {
          "line": 173,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 6327,
      "end": 6331,
      "loc": {
        "start": {
          "line": 173,
          "column": 8
        },
        "end": {
          "line": 173,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6331,
      "end": 6332,
      "loc": {
        "start": {
          "line": 173,
          "column": 12
        },
        "end": {
          "line": 173,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6335,
      "end": 6336,
      "loc": {
        "start": {
          "line": 174,
          "column": 2
        },
        "end": {
          "line": 174,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Get the dependency used by the prediction model\n   *\n   * @param {string} type\n   * @param {number} definitionId\n   * @return {object|undefined} bid entity\n   ",
      "start": 6340,
      "end": 6510,
      "loc": {
        "start": {
          "line": 176,
          "column": 2
        },
        "end": {
          "line": 182,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_getModelDependency",
      "start": 6513,
      "end": 6532,
      "loc": {
        "start": {
          "line": 183,
          "column": 2
        },
        "end": {
          "line": 183,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6532,
      "end": 6533,
      "loc": {
        "start": {
          "line": 183,
          "column": 21
        },
        "end": {
          "line": 183,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 6533,
      "end": 6537,
      "loc": {
        "start": {
          "line": 183,
          "column": 22
        },
        "end": {
          "line": 183,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6537,
      "end": 6538,
      "loc": {
        "start": {
          "line": 183,
          "column": 26
        },
        "end": {
          "line": 183,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "definitionId",
      "start": 6539,
      "end": 6551,
      "loc": {
        "start": {
          "line": 183,
          "column": 28
        },
        "end": {
          "line": 183,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6551,
      "end": 6552,
      "loc": {
        "start": {
          "line": 183,
          "column": 40
        },
        "end": {
          "line": 183,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6553,
      "end": 6554,
      "loc": {
        "start": {
          "line": 183,
          "column": 42
        },
        "end": {
          "line": 183,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 6559,
      "end": 6564,
      "loc": {
        "start": {
          "line": 184,
          "column": 4
        },
        "end": {
          "line": 184,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entities",
      "start": 6565,
      "end": 6573,
      "loc": {
        "start": {
          "line": 184,
          "column": 10
        },
        "end": {
          "line": 184,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6574,
      "end": 6575,
      "loc": {
        "start": {
          "line": 184,
          "column": 19
        },
        "end": {
          "line": 184,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 6576,
      "end": 6580,
      "loc": {
        "start": {
          "line": 184,
          "column": 21
        },
        "end": {
          "line": 184,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6580,
      "end": 6581,
      "loc": {
        "start": {
          "line": 184,
          "column": 25
        },
        "end": {
          "line": 184,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bid",
      "start": 6581,
      "end": 6584,
      "loc": {
        "start": {
          "line": 184,
          "column": 26
        },
        "end": {
          "line": 184,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6584,
      "end": 6585,
      "loc": {
        "start": {
          "line": 184,
          "column": 29
        },
        "end": {
          "line": 184,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entities",
      "start": 6585,
      "end": 6593,
      "loc": {
        "start": {
          "line": 184,
          "column": 30
        },
        "end": {
          "line": 184,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6593,
      "end": 6594,
      "loc": {
        "start": {
          "line": 184,
          "column": 38
        },
        "end": {
          "line": 184,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getBidEntitiesByDefId",
      "start": 6594,
      "end": 6615,
      "loc": {
        "start": {
          "line": 184,
          "column": 39
        },
        "end": {
          "line": 184,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6615,
      "end": 6616,
      "loc": {
        "start": {
          "line": 184,
          "column": 60
        },
        "end": {
          "line": 184,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 6616,
      "end": 6620,
      "loc": {
        "start": {
          "line": 184,
          "column": 61
        },
        "end": {
          "line": 184,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6620,
      "end": 6621,
      "loc": {
        "start": {
          "line": 184,
          "column": 65
        },
        "end": {
          "line": 184,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "definitionId",
      "start": 6622,
      "end": 6634,
      "loc": {
        "start": {
          "line": 184,
          "column": 67
        },
        "end": {
          "line": 184,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6634,
      "end": 6635,
      "loc": {
        "start": {
          "line": 184,
          "column": 79
        },
        "end": {
          "line": 184,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6635,
      "end": 6636,
      "loc": {
        "start": {
          "line": 184,
          "column": 80
        },
        "end": {
          "line": 184,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 6641,
      "end": 6643,
      "loc": {
        "start": {
          "line": 185,
          "column": 4
        },
        "end": {
          "line": 185,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6644,
      "end": 6645,
      "loc": {
        "start": {
          "line": 185,
          "column": 7
        },
        "end": {
          "line": 185,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entities",
      "start": 6645,
      "end": 6653,
      "loc": {
        "start": {
          "line": 185,
          "column": 8
        },
        "end": {
          "line": 185,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6653,
      "end": 6654,
      "loc": {
        "start": {
          "line": 185,
          "column": 16
        },
        "end": {
          "line": 185,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6655,
      "end": 6656,
      "loc": {
        "start": {
          "line": 185,
          "column": 18
        },
        "end": {
          "line": 185,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 6663,
      "end": 6669,
      "loc": {
        "start": {
          "line": 186,
          "column": 6
        },
        "end": {
          "line": 186,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 6670,
      "end": 6674,
      "loc": {
        "start": {
          "line": 186,
          "column": 13
        },
        "end": {
          "line": 186,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6674,
      "end": 6675,
      "loc": {
        "start": {
          "line": 186,
          "column": 17
        },
        "end": {
          "line": 186,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_canUsePatch",
      "start": 6675,
      "end": 6687,
      "loc": {
        "start": {
          "line": 186,
          "column": 18
        },
        "end": {
          "line": 186,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6687,
      "end": 6688,
      "loc": {
        "start": {
          "line": 186,
          "column": 30
        },
        "end": {
          "line": 186,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyAssemblyContext",
      "start": 6688,
      "end": 6713,
      "loc": {
        "start": {
          "line": 186,
          "column": 31
        },
        "end": {
          "line": 186,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6722,
      "end": 6723,
      "loc": {
        "start": {
          "line": 187,
          "column": 8
        },
        "end": {
          "line": 187,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entities",
      "start": 6724,
      "end": 6732,
      "loc": {
        "start": {
          "line": 187,
          "column": 10
        },
        "end": {
          "line": 187,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6732,
      "end": 6733,
      "loc": {
        "start": {
          "line": 187,
          "column": 18
        },
        "end": {
          "line": 187,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "find",
      "start": 6733,
      "end": 6737,
      "loc": {
        "start": {
          "line": 187,
          "column": 19
        },
        "end": {
          "line": 187,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6737,
      "end": 6738,
      "loc": {
        "start": {
          "line": 187,
          "column": 23
        },
        "end": {
          "line": 187,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entity",
      "start": 6751,
      "end": 6757,
      "loc": {
        "start": {
          "line": 188,
          "column": 12
        },
        "end": {
          "line": 188,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6758,
      "end": 6760,
      "loc": {
        "start": {
          "line": 188,
          "column": 19
        },
        "end": {
          "line": 188,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 6775,
      "end": 6776,
      "loc": {
        "start": {
          "line": 189,
          "column": 14
        },
        "end": {
          "line": 189,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entity",
      "start": 6776,
      "end": 6782,
      "loc": {
        "start": {
          "line": 189,
          "column": 15
        },
        "end": {
          "line": 189,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6782,
      "end": 6783,
      "loc": {
        "start": {
          "line": 189,
          "column": 21
        },
        "end": {
          "line": 189,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 6783,
      "end": 6789,
      "loc": {
        "start": {
          "line": 189,
          "column": 22
        },
        "end": {
          "line": 189,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6789,
      "end": 6790,
      "loc": {
        "start": {
          "line": 189,
          "column": 28
        },
        "end": {
          "line": 189,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assembly_id",
      "start": 6790,
      "end": 6801,
      "loc": {
        "start": {
          "line": 189,
          "column": 29
        },
        "end": {
          "line": 189,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 6802,
      "end": 6804,
      "loc": {
        "start": {
          "line": 189,
          "column": 41
        },
        "end": {
          "line": 189,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entity",
      "start": 6805,
      "end": 6811,
      "loc": {
        "start": {
          "line": 189,
          "column": 44
        },
        "end": {
          "line": 189,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6811,
      "end": 6812,
      "loc": {
        "start": {
          "line": 189,
          "column": 50
        },
        "end": {
          "line": 189,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 6812,
      "end": 6818,
      "loc": {
        "start": {
          "line": 189,
          "column": 51
        },
        "end": {
          "line": 189,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6818,
      "end": 6819,
      "loc": {
        "start": {
          "line": 189,
          "column": 57
        },
        "end": {
          "line": 189,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assembly_id",
      "start": 6819,
      "end": 6830,
      "loc": {
        "start": {
          "line": 189,
          "column": 58
        },
        "end": {
          "line": 189,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 6831,
      "end": 6834,
      "loc": {
        "start": {
          "line": 189,
          "column": 70
        },
        "end": {
          "line": 189,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 6835,
      "end": 6839,
      "loc": {
        "start": {
          "line": 189,
          "column": 74
        },
        "end": {
          "line": 189,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6839,
      "end": 6840,
      "loc": {
        "start": {
          "line": 189,
          "column": 78
        },
        "end": {
          "line": 189,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineItem",
      "start": 6840,
      "end": 6848,
      "loc": {
        "start": {
          "line": 189,
          "column": 79
        },
        "end": {
          "line": 189,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6848,
      "end": 6849,
      "loc": {
        "start": {
          "line": 189,
          "column": 87
        },
        "end": {
          "line": 189,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 6849,
      "end": 6855,
      "loc": {
        "start": {
          "line": 189,
          "column": 88
        },
        "end": {
          "line": 189,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6855,
      "end": 6856,
      "loc": {
        "start": {
          "line": 189,
          "column": 94
        },
        "end": {
          "line": 189,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assembly_id",
      "start": 6856,
      "end": 6867,
      "loc": {
        "start": {
          "line": 189,
          "column": 95
        },
        "end": {
          "line": 189,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6878,
      "end": 6879,
      "loc": {
        "start": {
          "line": 190,
          "column": 10
        },
        "end": {
          "line": 190,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6888,
      "end": 6889,
      "loc": {
        "start": {
          "line": 191,
          "column": 8
        },
        "end": {
          "line": 191,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entities",
      "start": 6890,
      "end": 6898,
      "loc": {
        "start": {
          "line": 191,
          "column": 10
        },
        "end": {
          "line": 191,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6898,
      "end": 6899,
      "loc": {
        "start": {
          "line": 191,
          "column": 18
        },
        "end": {
          "line": 191,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 6899,
      "end": 6900,
      "loc": {
        "start": {
          "line": 191,
          "column": 19
        },
        "end": {
          "line": 191,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6900,
      "end": 6901,
      "loc": {
        "start": {
          "line": 191,
          "column": 20
        },
        "end": {
          "line": 191,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6901,
      "end": 6902,
      "loc": {
        "start": {
          "line": 191,
          "column": 21
        },
        "end": {
          "line": 191,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6907,
      "end": 6908,
      "loc": {
        "start": {
          "line": 192,
          "column": 4
        },
        "end": {
          "line": 192,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 6909,
      "end": 6913,
      "loc": {
        "start": {
          "line": 192,
          "column": 6
        },
        "end": {
          "line": 192,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6914,
      "end": 6915,
      "loc": {
        "start": {
          "line": 192,
          "column": 11
        },
        "end": {
          "line": 192,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 6922,
      "end": 6928,
      "loc": {
        "start": {
          "line": 193,
          "column": 6
        },
        "end": {
          "line": 193,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 6929,
      "end": 6933,
      "loc": {
        "start": {
          "line": 193,
          "column": 13
        },
        "end": {
          "line": 193,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6933,
      "end": 6934,
      "loc": {
        "start": {
          "line": 193,
          "column": 17
        },
        "end": {
          "line": 193,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6939,
      "end": 6940,
      "loc": {
        "start": {
          "line": 194,
          "column": 4
        },
        "end": {
          "line": 194,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6943,
      "end": 6944,
      "loc": {
        "start": {
          "line": 195,
          "column": 2
        },
        "end": {
          "line": 195,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Determine if the entity should be used to evaluate a prediction model.\n   * Because of the need to maintain the integrity of old estimates,\n   *  a date check is used here to ensure only prediction models generated\n   *  after the fix date get the fix\n   *\n   * @param {object} entity\n   * @param {?object} field\n   * @return {boolean}\n   ",
      "start": 6948,
      "end": 7298,
      "loc": {
        "start": {
          "line": 197,
          "column": 2
        },
        "end": {
          "line": 206,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_canUseDependency",
      "start": 7301,
      "end": 7318,
      "loc": {
        "start": {
          "line": 207,
          "column": 2
        },
        "end": {
          "line": 207,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7318,
      "end": 7319,
      "loc": {
        "start": {
          "line": 207,
          "column": 19
        },
        "end": {
          "line": 207,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entity",
      "start": 7319,
      "end": 7325,
      "loc": {
        "start": {
          "line": 207,
          "column": 20
        },
        "end": {
          "line": 207,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7325,
      "end": 7326,
      "loc": {
        "start": {
          "line": 207,
          "column": 26
        },
        "end": {
          "line": 207,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 7327,
      "end": 7332,
      "loc": {
        "start": {
          "line": 207,
          "column": 28
        },
        "end": {
          "line": 207,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7333,
      "end": 7334,
      "loc": {
        "start": {
          "line": 207,
          "column": 34
        },
        "end": {
          "line": 207,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 7335,
      "end": 7339,
      "loc": {
        "start": {
          "line": 207,
          "column": 36
        },
        "end": {
          "line": 207,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7339,
      "end": 7340,
      "loc": {
        "start": {
          "line": 207,
          "column": 40
        },
        "end": {
          "line": 207,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7341,
      "end": 7342,
      "loc": {
        "start": {
          "line": 207,
          "column": 42
        },
        "end": {
          "line": 207,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 7347,
      "end": 7349,
      "loc": {
        "start": {
          "line": 208,
          "column": 4
        },
        "end": {
          "line": 208,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7350,
      "end": 7351,
      "loc": {
        "start": {
          "line": 208,
          "column": 7
        },
        "end": {
          "line": 208,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 7351,
      "end": 7352,
      "loc": {
        "start": {
          "line": 208,
          "column": 8
        },
        "end": {
          "line": 208,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 7352,
      "end": 7356,
      "loc": {
        "start": {
          "line": 208,
          "column": 9
        },
        "end": {
          "line": 208,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7356,
      "end": 7357,
      "loc": {
        "start": {
          "line": 208,
          "column": 13
        },
        "end": {
          "line": 208,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_canUsePatch",
      "start": 7357,
      "end": 7369,
      "loc": {
        "start": {
          "line": 208,
          "column": 14
        },
        "end": {
          "line": 208,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7369,
      "end": 7370,
      "loc": {
        "start": {
          "line": 208,
          "column": 26
        },
        "end": {
          "line": 208,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ignoreNullDependency",
      "start": 7370,
      "end": 7390,
      "loc": {
        "start": {
          "line": 208,
          "column": 27
        },
        "end": {
          "line": 208,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7390,
      "end": 7391,
      "loc": {
        "start": {
          "line": 208,
          "column": 47
        },
        "end": {
          "line": 208,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 7392,
      "end": 7398,
      "loc": {
        "start": {
          "line": 208,
          "column": 49
        },
        "end": {
          "line": 208,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 7399,
      "end": 7403,
      "loc": {
        "start": {
          "line": 208,
          "column": 56
        },
        "end": {
          "line": 208,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7403,
      "end": 7404,
      "loc": {
        "start": {
          "line": 208,
          "column": 60
        },
        "end": {
          "line": 208,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 7409,
      "end": 7415,
      "loc": {
        "start": {
          "line": 209,
          "column": 4
        },
        "end": {
          "line": 209,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 7416,
      "end": 7417,
      "loc": {
        "start": {
          "line": 209,
          "column": 11
        },
        "end": {
          "line": 209,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entity",
      "start": 7417,
      "end": 7423,
      "loc": {
        "start": {
          "line": 209,
          "column": 12
        },
        "end": {
          "line": 209,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7423,
      "end": 7424,
      "loc": {
        "start": {
          "line": 209,
          "column": 18
        },
        "end": {
          "line": 209,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hasNullDependency",
      "start": 7424,
      "end": 7441,
      "loc": {
        "start": {
          "line": 209,
          "column": 19
        },
        "end": {
          "line": 209,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7441,
      "end": 7442,
      "loc": {
        "start": {
          "line": 209,
          "column": 36
        },
        "end": {
          "line": 209,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 7442,
      "end": 7447,
      "loc": {
        "start": {
          "line": 209,
          "column": 37
        },
        "end": {
          "line": 209,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7447,
      "end": 7448,
      "loc": {
        "start": {
          "line": 209,
          "column": 42
        },
        "end": {
          "line": 209,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7448,
      "end": 7449,
      "loc": {
        "start": {
          "line": 209,
          "column": 43
        },
        "end": {
          "line": 209,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7452,
      "end": 7453,
      "loc": {
        "start": {
          "line": 210,
          "column": 2
        },
        "end": {
          "line": 210,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Determines whether the given value is within the given range (including a 15% factor)\n   * Range is defined as the lowest and highest values in the dataset for the given model\n   *\n   * @param {number[]} bounds the upper and lower bounds\n   * @param {number} value the value to be evaluated\n   * @return {boolean} Whether or not the value is in bounds\n   ",
      "start": 7457,
      "end": 7823,
      "loc": {
        "start": {
          "line": 212,
          "column": 2
        },
        "end": {
          "line": 219,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_isInBounds",
      "start": 7826,
      "end": 7837,
      "loc": {
        "start": {
          "line": 220,
          "column": 2
        },
        "end": {
          "line": 220,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7837,
      "end": 7838,
      "loc": {
        "start": {
          "line": 220,
          "column": 13
        },
        "end": {
          "line": 220,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bounds",
      "start": 7838,
      "end": 7844,
      "loc": {
        "start": {
          "line": 220,
          "column": 14
        },
        "end": {
          "line": 220,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7844,
      "end": 7845,
      "loc": {
        "start": {
          "line": 220,
          "column": 20
        },
        "end": {
          "line": 220,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 7846,
      "end": 7851,
      "loc": {
        "start": {
          "line": 220,
          "column": 22
        },
        "end": {
          "line": 220,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7851,
      "end": 7852,
      "loc": {
        "start": {
          "line": 220,
          "column": 27
        },
        "end": {
          "line": 220,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7853,
      "end": 7854,
      "loc": {
        "start": {
          "line": 220,
          "column": 29
        },
        "end": {
          "line": 220,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 7859,
      "end": 7861,
      "loc": {
        "start": {
          "line": 221,
          "column": 4
        },
        "end": {
          "line": 221,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7862,
      "end": 7863,
      "loc": {
        "start": {
          "line": 221,
          "column": 7
        },
        "end": {
          "line": 221,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 7863,
      "end": 7864,
      "loc": {
        "start": {
          "line": 221,
          "column": 8
        },
        "end": {
          "line": 221,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bounds",
      "start": 7864,
      "end": 7870,
      "loc": {
        "start": {
          "line": 221,
          "column": 9
        },
        "end": {
          "line": 221,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7870,
      "end": 7871,
      "loc": {
        "start": {
          "line": 221,
          "column": 15
        },
        "end": {
          "line": 221,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7872,
      "end": 7873,
      "loc": {
        "start": {
          "line": 221,
          "column": 17
        },
        "end": {
          "line": 221,
          "column": 18
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " the base_model can have no bounds for y=0a",
      "start": 7880,
      "end": 7925,
      "loc": {
        "start": {
          "line": 222,
          "column": 6
        },
        "end": {
          "line": 222,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 7932,
      "end": 7938,
      "loc": {
        "start": {
          "line": 223,
          "column": 6
        },
        "end": {
          "line": 223,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 7939,
      "end": 7943,
      "loc": {
        "start": {
          "line": 223,
          "column": 13
        },
        "end": {
          "line": 223,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7943,
      "end": 7944,
      "loc": {
        "start": {
          "line": 223,
          "column": 17
        },
        "end": {
          "line": 223,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7949,
      "end": 7950,
      "loc": {
        "start": {
          "line": 224,
          "column": 4
        },
        "end": {
          "line": 224,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 7955,
      "end": 7960,
      "loc": {
        "start": {
          "line": 225,
          "column": 4
        },
        "end": {
          "line": 225,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7961,
      "end": 7962,
      "loc": {
        "start": {
          "line": 225,
          "column": 10
        },
        "end": {
          "line": 225,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lowerBound",
      "start": 7962,
      "end": 7972,
      "loc": {
        "start": {
          "line": 225,
          "column": 11
        },
        "end": {
          "line": 225,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7972,
      "end": 7973,
      "loc": {
        "start": {
          "line": 225,
          "column": 21
        },
        "end": {
          "line": 225,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "upperBound",
      "start": 7974,
      "end": 7984,
      "loc": {
        "start": {
          "line": 225,
          "column": 23
        },
        "end": {
          "line": 225,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7984,
      "end": 7985,
      "loc": {
        "start": {
          "line": 225,
          "column": 33
        },
        "end": {
          "line": 225,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7986,
      "end": 7987,
      "loc": {
        "start": {
          "line": 225,
          "column": 35
        },
        "end": {
          "line": 225,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bounds",
      "start": 7988,
      "end": 7994,
      "loc": {
        "start": {
          "line": 225,
          "column": 37
        },
        "end": {
          "line": 225,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7994,
      "end": 7995,
      "loc": {
        "start": {
          "line": 225,
          "column": 43
        },
        "end": {
          "line": 225,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 8000,
      "end": 8006,
      "loc": {
        "start": {
          "line": 226,
          "column": 4
        },
        "end": {
          "line": 226,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 8007,
      "end": 8012,
      "loc": {
        "start": {
          "line": 226,
          "column": 11
        },
        "end": {
          "line": 226,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": ">=",
      "start": 8013,
      "end": 8015,
      "loc": {
        "start": {
          "line": 226,
          "column": 17
        },
        "end": {
          "line": 226,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lowerBound",
      "start": 8016,
      "end": 8026,
      "loc": {
        "start": {
          "line": 226,
          "column": 20
        },
        "end": {
          "line": 226,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 8027,
      "end": 8028,
      "loc": {
        "start": {
          "line": 226,
          "column": 31
        },
        "end": {
          "line": 226,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0.85,
      "start": 8029,
      "end": 8033,
      "loc": {
        "start": {
          "line": 226,
          "column": 33
        },
        "end": {
          "line": 226,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 8034,
      "end": 8036,
      "loc": {
        "start": {
          "line": 226,
          "column": 38
        },
        "end": {
          "line": 226,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 8037,
      "end": 8042,
      "loc": {
        "start": {
          "line": 226,
          "column": 41
        },
        "end": {
          "line": 226,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<=",
      "start": 8043,
      "end": 8045,
      "loc": {
        "start": {
          "line": 226,
          "column": 47
        },
        "end": {
          "line": 226,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "upperBound",
      "start": 8046,
      "end": 8056,
      "loc": {
        "start": {
          "line": 226,
          "column": 50
        },
        "end": {
          "line": 226,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 8057,
      "end": 8058,
      "loc": {
        "start": {
          "line": 226,
          "column": 61
        },
        "end": {
          "line": 226,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1.15,
      "start": 8059,
      "end": 8063,
      "loc": {
        "start": {
          "line": 226,
          "column": 63
        },
        "end": {
          "line": 226,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8063,
      "end": 8064,
      "loc": {
        "start": {
          "line": 226,
          "column": 67
        },
        "end": {
          "line": 226,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8067,
      "end": 8068,
      "loc": {
        "start": {
          "line": 227,
          "column": 2
        },
        "end": {
          "line": 227,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * @typedef {Object} EvaluatedModel\n   * @property {number|null} value\n   * @property {boolean} isInBounds\n   * @property {number} r2\n   ",
      "start": 8072,
      "end": 8217,
      "loc": {
        "start": {
          "line": 229,
          "column": 2
        },
        "end": {
          "line": 234,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Evaluates a single prediction model\n   *\n   * @param {object} model A prediction model to evaluate\n   * @return {EvaluatedModel} The result of evaluating the model\n   ",
      "start": 8221,
      "end": 8399,
      "loc": {
        "start": {
          "line": 236,
          "column": 2
        },
        "end": {
          "line": 241,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "evaluateModel",
      "start": 8402,
      "end": 8415,
      "loc": {
        "start": {
          "line": 242,
          "column": 2
        },
        "end": {
          "line": 242,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8415,
      "end": 8416,
      "loc": {
        "start": {
          "line": 242,
          "column": 15
        },
        "end": {
          "line": 242,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 8416,
      "end": 8421,
      "loc": {
        "start": {
          "line": 242,
          "column": 16
        },
        "end": {
          "line": 242,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8421,
      "end": 8422,
      "loc": {
        "start": {
          "line": 242,
          "column": 21
        },
        "end": {
          "line": 242,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8423,
      "end": 8424,
      "loc": {
        "start": {
          "line": 242,
          "column": 23
        },
        "end": {
          "line": 242,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 8429,
      "end": 8434,
      "loc": {
        "start": {
          "line": 243,
          "column": 4
        },
        "end": {
          "line": 243,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyValues",
      "start": 8435,
      "end": 8451,
      "loc": {
        "start": {
          "line": 243,
          "column": 10
        },
        "end": {
          "line": 243,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8452,
      "end": 8453,
      "loc": {
        "start": {
          "line": 243,
          "column": 27
        },
        "end": {
          "line": 243,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8454,
      "end": 8455,
      "loc": {
        "start": {
          "line": 243,
          "column": 29
        },
        "end": {
          "line": 243,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "a",
      "start": 8456,
      "end": 8457,
      "loc": {
        "start": {
          "line": 243,
          "column": 31
        },
        "end": {
          "line": 243,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8457,
      "end": 8458,
      "loc": {
        "start": {
          "line": 243,
          "column": 32
        },
        "end": {
          "line": 243,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 8459,
      "end": 8463,
      "loc": {
        "start": {
          "line": 243,
          "column": 34
        },
        "end": {
          "line": 243,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8463,
      "end": 8464,
      "loc": {
        "start": {
          "line": 243,
          "column": 38
        },
        "end": {
          "line": 243,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_getModelDependencyValue",
      "start": 8464,
      "end": 8488,
      "loc": {
        "start": {
          "line": 243,
          "column": 39
        },
        "end": {
          "line": 243,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8488,
      "end": 8489,
      "loc": {
        "start": {
          "line": 243,
          "column": 63
        },
        "end": {
          "line": 243,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 8489,
      "end": 8494,
      "loc": {
        "start": {
          "line": 243,
          "column": 64
        },
        "end": {
          "line": 243,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8494,
      "end": 8495,
      "loc": {
        "start": {
          "line": 243,
          "column": 69
        },
        "end": {
          "line": 243,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencies",
      "start": 8495,
      "end": 8507,
      "loc": {
        "start": {
          "line": 243,
          "column": 70
        },
        "end": {
          "line": 243,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8507,
      "end": 8508,
      "loc": {
        "start": {
          "line": 243,
          "column": 82
        },
        "end": {
          "line": 243,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "a",
      "start": 8508,
      "end": 8509,
      "loc": {
        "start": {
          "line": 243,
          "column": 83
        },
        "end": {
          "line": 243,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8509,
      "end": 8510,
      "loc": {
        "start": {
          "line": 243,
          "column": 84
        },
        "end": {
          "line": 243,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 8511,
      "end": 8516,
      "loc": {
        "start": {
          "line": 243,
          "column": 86
        },
        "end": {
          "line": 243,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8516,
      "end": 8517,
      "loc": {
        "start": {
          "line": 243,
          "column": 91
        },
        "end": {
          "line": 243,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "is_base",
      "start": 8517,
      "end": 8524,
      "loc": {
        "start": {
          "line": 243,
          "column": 92
        },
        "end": {
          "line": 243,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8524,
      "end": 8525,
      "loc": {
        "start": {
          "line": 243,
          "column": 99
        },
        "end": {
          "line": 243,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8526,
      "end": 8527,
      "loc": {
        "start": {
          "line": 243,
          "column": 101
        },
        "end": {
          "line": 243,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8527,
      "end": 8528,
      "loc": {
        "start": {
          "line": 243,
          "column": 102
        },
        "end": {
          "line": 243,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 8533,
      "end": 8535,
      "loc": {
        "start": {
          "line": 244,
          "column": 4
        },
        "end": {
          "line": 244,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8536,
      "end": 8537,
      "loc": {
        "start": {
          "line": 244,
          "column": 7
        },
        "end": {
          "line": 244,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 8537,
      "end": 8542,
      "loc": {
        "start": {
          "line": 244,
          "column": 8
        },
        "end": {
          "line": 244,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8542,
      "end": 8543,
      "loc": {
        "start": {
          "line": 244,
          "column": 13
        },
        "end": {
          "line": 244,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencies",
      "start": 8543,
      "end": 8555,
      "loc": {
        "start": {
          "line": 244,
          "column": 14
        },
        "end": {
          "line": 244,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8555,
      "end": 8556,
      "loc": {
        "start": {
          "line": 244,
          "column": 26
        },
        "end": {
          "line": 244,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 8556,
      "end": 8557,
      "loc": {
        "start": {
          "line": 244,
          "column": 27
        },
        "end": {
          "line": 244,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8557,
      "end": 8558,
      "loc": {
        "start": {
          "line": 244,
          "column": 28
        },
        "end": {
          "line": 244,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8559,
      "end": 8560,
      "loc": {
        "start": {
          "line": 244,
          "column": 30
        },
        "end": {
          "line": 244,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyValues",
      "start": 8567,
      "end": 8583,
      "loc": {
        "start": {
          "line": 245,
          "column": 6
        },
        "end": {
          "line": 245,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8583,
      "end": 8584,
      "loc": {
        "start": {
          "line": 245,
          "column": 22
        },
        "end": {
          "line": 245,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 8584,
      "end": 8585,
      "loc": {
        "start": {
          "line": 245,
          "column": 23
        },
        "end": {
          "line": 245,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8586,
      "end": 8587,
      "loc": {
        "start": {
          "line": 245,
          "column": 25
        },
        "end": {
          "line": 245,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 8588,
      "end": 8592,
      "loc": {
        "start": {
          "line": 245,
          "column": 27
        },
        "end": {
          "line": 245,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8592,
      "end": 8593,
      "loc": {
        "start": {
          "line": 245,
          "column": 31
        },
        "end": {
          "line": 245,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_getModelDependencyValue",
      "start": 8593,
      "end": 8617,
      "loc": {
        "start": {
          "line": 245,
          "column": 32
        },
        "end": {
          "line": 245,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8617,
      "end": 8618,
      "loc": {
        "start": {
          "line": 245,
          "column": 56
        },
        "end": {
          "line": 245,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 8618,
      "end": 8623,
      "loc": {
        "start": {
          "line": 245,
          "column": 57
        },
        "end": {
          "line": 245,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8623,
      "end": 8624,
      "loc": {
        "start": {
          "line": 245,
          "column": 62
        },
        "end": {
          "line": 245,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencies",
      "start": 8624,
      "end": 8636,
      "loc": {
        "start": {
          "line": 245,
          "column": 63
        },
        "end": {
          "line": 245,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8636,
      "end": 8637,
      "loc": {
        "start": {
          "line": 245,
          "column": 75
        },
        "end": {
          "line": 245,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 8637,
      "end": 8638,
      "loc": {
        "start": {
          "line": 245,
          "column": 76
        },
        "end": {
          "line": 245,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8638,
      "end": 8639,
      "loc": {
        "start": {
          "line": 245,
          "column": 77
        },
        "end": {
          "line": 245,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 8640,
      "end": 8645,
      "loc": {
        "start": {
          "line": 245,
          "column": 79
        },
        "end": {
          "line": 245,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8645,
      "end": 8646,
      "loc": {
        "start": {
          "line": 245,
          "column": 84
        },
        "end": {
          "line": 245,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "is_base",
      "start": 8646,
      "end": 8653,
      "loc": {
        "start": {
          "line": 245,
          "column": 85
        },
        "end": {
          "line": 245,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8653,
      "end": 8654,
      "loc": {
        "start": {
          "line": 245,
          "column": 92
        },
        "end": {
          "line": 245,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8654,
      "end": 8655,
      "loc": {
        "start": {
          "line": 245,
          "column": 93
        },
        "end": {
          "line": 245,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8660,
      "end": 8661,
      "loc": {
        "start": {
          "line": 246,
          "column": 4
        },
        "end": {
          "line": 246,
          "column": 5
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " get the z-factor for this prediction model for each calculation",
      "start": 8667,
      "end": 8733,
      "loc": {
        "start": {
          "line": 248,
          "column": 4
        },
        "end": {
          "line": 248,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyValues",
      "start": 8738,
      "end": 8754,
      "loc": {
        "start": {
          "line": 249,
          "column": 4
        },
        "end": {
          "line": 249,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8754,
      "end": 8755,
      "loc": {
        "start": {
          "line": 249,
          "column": 20
        },
        "end": {
          "line": 249,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "z",
      "start": 8755,
      "end": 8756,
      "loc": {
        "start": {
          "line": 249,
          "column": 21
        },
        "end": {
          "line": 249,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8757,
      "end": 8758,
      "loc": {
        "start": {
          "line": 249,
          "column": 23
        },
        "end": {
          "line": 249,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 8759,
      "end": 8763,
      "loc": {
        "start": {
          "line": 249,
          "column": 25
        },
        "end": {
          "line": 249,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8763,
      "end": 8764,
      "loc": {
        "start": {
          "line": 249,
          "column": 29
        },
        "end": {
          "line": 249,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "zFactor",
      "start": 8764,
      "end": 8771,
      "loc": {
        "start": {
          "line": 249,
          "column": 30
        },
        "end": {
          "line": 249,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8771,
      "end": 8772,
      "loc": {
        "start": {
          "line": 249,
          "column": 37
        },
        "end": {
          "line": 249,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 8777,
      "end": 8780,
      "loc": {
        "start": {
          "line": 250,
          "column": 4
        },
        "end": {
          "line": 250,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hasDefinedDependencyValues",
      "start": 8781,
      "end": 8807,
      "loc": {
        "start": {
          "line": 250,
          "column": 8
        },
        "end": {
          "line": 250,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8808,
      "end": 8809,
      "loc": {
        "start": {
          "line": 250,
          "column": 35
        },
        "end": {
          "line": 250,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 8810,
      "end": 8816,
      "loc": {
        "start": {
          "line": 250,
          "column": 37
        },
        "end": {
          "line": 250,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8816,
      "end": 8817,
      "loc": {
        "start": {
          "line": 250,
          "column": 43
        },
        "end": {
          "line": 250,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "values",
      "start": 8817,
      "end": 8823,
      "loc": {
        "start": {
          "line": 250,
          "column": 44
        },
        "end": {
          "line": 250,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8823,
      "end": 8824,
      "loc": {
        "start": {
          "line": 250,
          "column": 50
        },
        "end": {
          "line": 250,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyValues",
      "start": 8824,
      "end": 8840,
      "loc": {
        "start": {
          "line": 250,
          "column": 51
        },
        "end": {
          "line": 250,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8840,
      "end": 8841,
      "loc": {
        "start": {
          "line": 250,
          "column": 67
        },
        "end": {
          "line": 250,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8841,
      "end": 8842,
      "loc": {
        "start": {
          "line": 250,
          "column": 68
        },
        "end": {
          "line": 250,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "every",
      "start": 8842,
      "end": 8847,
      "loc": {
        "start": {
          "line": 250,
          "column": 69
        },
        "end": {
          "line": 250,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8847,
      "end": 8848,
      "loc": {
        "start": {
          "line": 250,
          "column": 74
        },
        "end": {
          "line": 250,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "val",
      "start": 8848,
      "end": 8851,
      "loc": {
        "start": {
          "line": 250,
          "column": 75
        },
        "end": {
          "line": 250,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8852,
      "end": 8854,
      "loc": {
        "start": {
          "line": 250,
          "column": 79
        },
        "end": {
          "line": 250,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 8855,
      "end": 8856,
      "loc": {
        "start": {
          "line": 250,
          "column": 82
        },
        "end": {
          "line": 250,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isNil",
      "start": 8856,
      "end": 8861,
      "loc": {
        "start": {
          "line": 250,
          "column": 83
        },
        "end": {
          "line": 250,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8861,
      "end": 8862,
      "loc": {
        "start": {
          "line": 250,
          "column": 88
        },
        "end": {
          "line": 250,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "val",
      "start": 8862,
      "end": 8865,
      "loc": {
        "start": {
          "line": 250,
          "column": 89
        },
        "end": {
          "line": 250,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8865,
      "end": 8866,
      "loc": {
        "start": {
          "line": 250,
          "column": 92
        },
        "end": {
          "line": 250,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8866,
      "end": 8867,
      "loc": {
        "start": {
          "line": 250,
          "column": 93
        },
        "end": {
          "line": 250,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 8872,
      "end": 8875,
      "loc": {
        "start": {
          "line": 251,
          "column": 4
        },
        "end": {
          "line": 251,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "modelValue",
      "start": 8876,
      "end": 8886,
      "loc": {
        "start": {
          "line": 251,
          "column": 8
        },
        "end": {
          "line": 251,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8887,
      "end": 8888,
      "loc": {
        "start": {
          "line": 251,
          "column": 19
        },
        "end": {
          "line": 251,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Helpers",
      "start": 8889,
      "end": 8896,
      "loc": {
        "start": {
          "line": 251,
          "column": 21
        },
        "end": {
          "line": 251,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8896,
      "end": 8897,
      "loc": {
        "start": {
          "line": 251,
          "column": 28
        },
        "end": {
          "line": 251,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "calculateFormula",
      "start": 8897,
      "end": 8913,
      "loc": {
        "start": {
          "line": 251,
          "column": 29
        },
        "end": {
          "line": 251,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8913,
      "end": 8914,
      "loc": {
        "start": {
          "line": 251,
          "column": 45
        },
        "end": {
          "line": 251,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 8914,
      "end": 8919,
      "loc": {
        "start": {
          "line": 251,
          "column": 46
        },
        "end": {
          "line": 251,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8919,
      "end": 8920,
      "loc": {
        "start": {
          "line": 251,
          "column": 51
        },
        "end": {
          "line": 251,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 8920,
      "end": 8925,
      "loc": {
        "start": {
          "line": 251,
          "column": 52
        },
        "end": {
          "line": 251,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8925,
      "end": 8926,
      "loc": {
        "start": {
          "line": 251,
          "column": 57
        },
        "end": {
          "line": 251,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "equation",
      "start": 8926,
      "end": 8934,
      "loc": {
        "start": {
          "line": 251,
          "column": 58
        },
        "end": {
          "line": 251,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8934,
      "end": 8935,
      "loc": {
        "start": {
          "line": 251,
          "column": 66
        },
        "end": {
          "line": 251,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyValues",
      "start": 8936,
      "end": 8952,
      "loc": {
        "start": {
          "line": 251,
          "column": 68
        },
        "end": {
          "line": 251,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8952,
      "end": 8953,
      "loc": {
        "start": {
          "line": 251,
          "column": 84
        },
        "end": {
          "line": 251,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8953,
      "end": 8954,
      "loc": {
        "start": {
          "line": 251,
          "column": 85
        },
        "end": {
          "line": 251,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "modelValue",
      "start": 8959,
      "end": 8969,
      "loc": {
        "start": {
          "line": 252,
          "column": 4
        },
        "end": {
          "line": 252,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8970,
      "end": 8971,
      "loc": {
        "start": {
          "line": 252,
          "column": 15
        },
        "end": {
          "line": 252,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "modelValue",
      "start": 8972,
      "end": 8982,
      "loc": {
        "start": {
          "line": 252,
          "column": 17
        },
        "end": {
          "line": 252,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 8983,
      "end": 8984,
      "loc": {
        "start": {
          "line": 252,
          "column": 28
        },
        "end": {
          "line": 252,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 8985,
      "end": 8986,
      "loc": {
        "start": {
          "line": 252,
          "column": 30
        },
        "end": {
          "line": 252,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8987,
      "end": 8988,
      "loc": {
        "start": {
          "line": 252,
          "column": 32
        },
        "end": {
          "line": 252,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 8989,
      "end": 8990,
      "loc": {
        "start": {
          "line": 252,
          "column": 34
        },
        "end": {
          "line": 252,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8991,
      "end": 8992,
      "loc": {
        "start": {
          "line": 252,
          "column": 36
        },
        "end": {
          "line": 252,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "modelValue",
      "start": 8993,
      "end": 9003,
      "loc": {
        "start": {
          "line": 252,
          "column": 38
        },
        "end": {
          "line": 252,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9003,
      "end": 9004,
      "loc": {
        "start": {
          "line": 252,
          "column": 48
        },
        "end": {
          "line": 252,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 9010,
      "end": 9012,
      "loc": {
        "start": {
          "line": 254,
          "column": 4
        },
        "end": {
          "line": 254,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9013,
      "end": 9014,
      "loc": {
        "start": {
          "line": 254,
          "column": 7
        },
        "end": {
          "line": 254,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hasDefinedDependencyValues",
      "start": 9014,
      "end": 9040,
      "loc": {
        "start": {
          "line": 254,
          "column": 8
        },
        "end": {
          "line": 254,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 9041,
      "end": 9043,
      "loc": {
        "start": {
          "line": 254,
          "column": 35
        },
        "end": {
          "line": 254,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "modelValue",
      "start": 9044,
      "end": 9054,
      "loc": {
        "start": {
          "line": 254,
          "column": 38
        },
        "end": {
          "line": 254,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": ">",
      "start": 9055,
      "end": 9056,
      "loc": {
        "start": {
          "line": 254,
          "column": 49
        },
        "end": {
          "line": 254,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 9057,
      "end": 9058,
      "loc": {
        "start": {
          "line": 254,
          "column": 51
        },
        "end": {
          "line": 254,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9058,
      "end": 9059,
      "loc": {
        "start": {
          "line": 254,
          "column": 52
        },
        "end": {
          "line": 254,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9060,
      "end": 9061,
      "loc": {
        "start": {
          "line": 254,
          "column": 54
        },
        "end": {
          "line": 254,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 9068,
      "end": 9070,
      "loc": {
        "start": {
          "line": 255,
          "column": 6
        },
        "end": {
          "line": 255,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9071,
      "end": 9072,
      "loc": {
        "start": {
          "line": 255,
          "column": 9
        },
        "end": {
          "line": 255,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 9072,
      "end": 9073,
      "loc": {
        "start": {
          "line": 255,
          "column": 10
        },
        "end": {
          "line": 255,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 9073,
      "end": 9077,
      "loc": {
        "start": {
          "line": 255,
          "column": 11
        },
        "end": {
          "line": 255,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9077,
      "end": 9078,
      "loc": {
        "start": {
          "line": 255,
          "column": 15
        },
        "end": {
          "line": 255,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_canUsePatch",
      "start": 9078,
      "end": 9090,
      "loc": {
        "start": {
          "line": 255,
          "column": 16
        },
        "end": {
          "line": 255,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9090,
      "end": 9091,
      "loc": {
        "start": {
          "line": 255,
          "column": 28
        },
        "end": {
          "line": 255,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "nonNumericResult",
      "start": 9091,
      "end": 9107,
      "loc": {
        "start": {
          "line": 255,
          "column": 29
        },
        "end": {
          "line": 255,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 9108,
      "end": 9110,
      "loc": {
        "start": {
          "line": 255,
          "column": 46
        },
        "end": {
          "line": 255,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Helpers",
      "start": 9111,
      "end": 9118,
      "loc": {
        "start": {
          "line": 255,
          "column": 49
        },
        "end": {
          "line": 255,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9118,
      "end": 9119,
      "loc": {
        "start": {
          "line": 255,
          "column": 56
        },
        "end": {
          "line": 255,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isNumber",
      "start": 9119,
      "end": 9127,
      "loc": {
        "start": {
          "line": 255,
          "column": 57
        },
        "end": {
          "line": 255,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9127,
      "end": 9128,
      "loc": {
        "start": {
          "line": 255,
          "column": 65
        },
        "end": {
          "line": 255,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "modelValue",
      "start": 9128,
      "end": 9138,
      "loc": {
        "start": {
          "line": 255,
          "column": 66
        },
        "end": {
          "line": 255,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9138,
      "end": 9139,
      "loc": {
        "start": {
          "line": 255,
          "column": 76
        },
        "end": {
          "line": 255,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9139,
      "end": 9140,
      "loc": {
        "start": {
          "line": 255,
          "column": 77
        },
        "end": {
          "line": 255,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9141,
      "end": 9142,
      "loc": {
        "start": {
          "line": 255,
          "column": 79
        },
        "end": {
          "line": 255,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 9151,
      "end": 9156,
      "loc": {
        "start": {
          "line": 256,
          "column": 8
        },
        "end": {
          "line": 256,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isInBounds",
      "start": 9157,
      "end": 9167,
      "loc": {
        "start": {
          "line": 256,
          "column": 14
        },
        "end": {
          "line": 256,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9168,
      "end": 9169,
      "loc": {
        "start": {
          "line": 256,
          "column": 25
        },
        "end": {
          "line": 256,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 9170,
      "end": 9176,
      "loc": {
        "start": {
          "line": 256,
          "column": 27
        },
        "end": {
          "line": 256,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9176,
      "end": 9177,
      "loc": {
        "start": {
          "line": 256,
          "column": 33
        },
        "end": {
          "line": 256,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keys",
      "start": 9177,
      "end": 9181,
      "loc": {
        "start": {
          "line": 256,
          "column": 34
        },
        "end": {
          "line": 256,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9181,
      "end": 9182,
      "loc": {
        "start": {
          "line": 256,
          "column": 38
        },
        "end": {
          "line": 256,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyValues",
      "start": 9182,
      "end": 9198,
      "loc": {
        "start": {
          "line": 256,
          "column": 39
        },
        "end": {
          "line": 256,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9198,
      "end": 9199,
      "loc": {
        "start": {
          "line": 256,
          "column": 55
        },
        "end": {
          "line": 256,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9199,
      "end": 9200,
      "loc": {
        "start": {
          "line": 256,
          "column": 56
        },
        "end": {
          "line": 256,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "every",
      "start": 9200,
      "end": 9205,
      "loc": {
        "start": {
          "line": 256,
          "column": 57
        },
        "end": {
          "line": 256,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9205,
      "end": 9206,
      "loc": {
        "start": {
          "line": 256,
          "column": 62
        },
        "end": {
          "line": 256,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 9206,
      "end": 9209,
      "loc": {
        "start": {
          "line": 256,
          "column": 63
        },
        "end": {
          "line": 256,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9210,
      "end": 9212,
      "loc": {
        "start": {
          "line": 256,
          "column": 67
        },
        "end": {
          "line": 256,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9213,
      "end": 9214,
      "loc": {
        "start": {
          "line": 256,
          "column": 70
        },
        "end": {
          "line": 256,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 9225,
      "end": 9230,
      "loc": {
        "start": {
          "line": 257,
          "column": 10
        },
        "end": {
          "line": 257,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bounds",
      "start": 9231,
      "end": 9237,
      "loc": {
        "start": {
          "line": 257,
          "column": 16
        },
        "end": {
          "line": 257,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9238,
      "end": 9239,
      "loc": {
        "start": {
          "line": 257,
          "column": 23
        },
        "end": {
          "line": 257,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 9240,
      "end": 9245,
      "loc": {
        "start": {
          "line": 257,
          "column": 25
        },
        "end": {
          "line": 257,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9245,
      "end": 9246,
      "loc": {
        "start": {
          "line": 257,
          "column": 30
        },
        "end": {
          "line": 257,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bounds",
      "start": 9246,
      "end": 9252,
      "loc": {
        "start": {
          "line": 257,
          "column": 31
        },
        "end": {
          "line": 257,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 9253,
      "end": 9255,
      "loc": {
        "start": {
          "line": 257,
          "column": 38
        },
        "end": {
          "line": 257,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 9256,
      "end": 9261,
      "loc": {
        "start": {
          "line": 257,
          "column": 41
        },
        "end": {
          "line": 257,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9261,
      "end": 9262,
      "loc": {
        "start": {
          "line": 257,
          "column": 46
        },
        "end": {
          "line": 257,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 9262,
      "end": 9267,
      "loc": {
        "start": {
          "line": 257,
          "column": 47
        },
        "end": {
          "line": 257,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9267,
      "end": 9268,
      "loc": {
        "start": {
          "line": 257,
          "column": 52
        },
        "end": {
          "line": 257,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bounds",
      "start": 9268,
      "end": 9274,
      "loc": {
        "start": {
          "line": 257,
          "column": 53
        },
        "end": {
          "line": 257,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9274,
      "end": 9275,
      "loc": {
        "start": {
          "line": 257,
          "column": 59
        },
        "end": {
          "line": 257,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 9286,
      "end": 9291,
      "loc": {
        "start": {
          "line": 258,
          "column": 10
        },
        "end": {
          "line": 258,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "boundsMap",
      "start": 9292,
      "end": 9301,
      "loc": {
        "start": {
          "line": 258,
          "column": 16
        },
        "end": {
          "line": 258,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9302,
      "end": 9303,
      "loc": {
        "start": {
          "line": 258,
          "column": 26
        },
        "end": {
          "line": 258,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9304,
      "end": 9305,
      "loc": {
        "start": {
          "line": 258,
          "column": 28
        },
        "end": {
          "line": 258,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "a",
      "start": 9318,
      "end": 9319,
      "loc": {
        "start": {
          "line": 259,
          "column": 12
        },
        "end": {
          "line": 259,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9319,
      "end": 9320,
      "loc": {
        "start": {
          "line": 259,
          "column": 13
        },
        "end": {
          "line": 259,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bounds",
      "start": 9321,
      "end": 9327,
      "loc": {
        "start": {
          "line": 259,
          "column": 15
        },
        "end": {
          "line": 259,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9327,
      "end": 9328,
      "loc": {
        "start": {
          "line": 259,
          "column": 21
        },
        "end": {
          "line": 259,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 9328,
      "end": 9329,
      "loc": {
        "start": {
          "line": 259,
          "column": 22
        },
        "end": {
          "line": 259,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9329,
      "end": 9330,
      "loc": {
        "start": {
          "line": 259,
          "column": 23
        },
        "end": {
          "line": 259,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9330,
      "end": 9331,
      "loc": {
        "start": {
          "line": 259,
          "column": 24
        },
        "end": {
          "line": 259,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 9344,
      "end": 9345,
      "loc": {
        "start": {
          "line": 260,
          "column": 12
        },
        "end": {
          "line": 260,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9345,
      "end": 9346,
      "loc": {
        "start": {
          "line": 260,
          "column": 13
        },
        "end": {
          "line": 260,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bounds",
      "start": 9347,
      "end": 9353,
      "loc": {
        "start": {
          "line": 260,
          "column": 15
        },
        "end": {
          "line": 260,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9353,
      "end": 9354,
      "loc": {
        "start": {
          "line": 260,
          "column": 21
        },
        "end": {
          "line": 260,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 9354,
      "end": 9355,
      "loc": {
        "start": {
          "line": 260,
          "column": 22
        },
        "end": {
          "line": 260,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9355,
      "end": 9356,
      "loc": {
        "start": {
          "line": 260,
          "column": 23
        },
        "end": {
          "line": 260,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9356,
      "end": 9357,
      "loc": {
        "start": {
          "line": 260,
          "column": 24
        },
        "end": {
          "line": 260,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 9370,
      "end": 9371,
      "loc": {
        "start": {
          "line": 261,
          "column": 12
        },
        "end": {
          "line": 261,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9371,
      "end": 9372,
      "loc": {
        "start": {
          "line": 261,
          "column": 13
        },
        "end": {
          "line": 261,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bounds",
      "start": 9373,
      "end": 9379,
      "loc": {
        "start": {
          "line": 261,
          "column": 15
        },
        "end": {
          "line": 261,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9379,
      "end": 9380,
      "loc": {
        "start": {
          "line": 261,
          "column": 21
        },
        "end": {
          "line": 261,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bounds",
      "start": 9380,
      "end": 9386,
      "loc": {
        "start": {
          "line": 261,
          "column": 22
        },
        "end": {
          "line": 261,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9386,
      "end": 9387,
      "loc": {
        "start": {
          "line": 261,
          "column": 28
        },
        "end": {
          "line": 261,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 9387,
      "end": 9393,
      "loc": {
        "start": {
          "line": 261,
          "column": 29
        },
        "end": {
          "line": 261,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 9394,
      "end": 9395,
      "loc": {
        "start": {
          "line": 261,
          "column": 36
        },
        "end": {
          "line": 261,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 9396,
      "end": 9397,
      "loc": {
        "start": {
          "line": 261,
          "column": 38
        },
        "end": {
          "line": 261,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9397,
      "end": 9398,
      "loc": {
        "start": {
          "line": 261,
          "column": 39
        },
        "end": {
          "line": 261,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9398,
      "end": 9399,
      "loc": {
        "start": {
          "line": 261,
          "column": 40
        },
        "end": {
          "line": 261,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9410,
      "end": 9411,
      "loc": {
        "start": {
          "line": 262,
          "column": 10
        },
        "end": {
          "line": 262,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9411,
      "end": 9412,
      "loc": {
        "start": {
          "line": 262,
          "column": 11
        },
        "end": {
          "line": 262,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 9423,
      "end": 9429,
      "loc": {
        "start": {
          "line": 263,
          "column": 10
        },
        "end": {
          "line": 263,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 9430,
      "end": 9434,
      "loc": {
        "start": {
          "line": 263,
          "column": 17
        },
        "end": {
          "line": 263,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9434,
      "end": 9435,
      "loc": {
        "start": {
          "line": 263,
          "column": 21
        },
        "end": {
          "line": 263,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_isInBounds",
      "start": 9435,
      "end": 9446,
      "loc": {
        "start": {
          "line": 263,
          "column": 22
        },
        "end": {
          "line": 263,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9446,
      "end": 9447,
      "loc": {
        "start": {
          "line": 263,
          "column": 33
        },
        "end": {
          "line": 263,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "boundsMap",
      "start": 9447,
      "end": 9456,
      "loc": {
        "start": {
          "line": 263,
          "column": 34
        },
        "end": {
          "line": 263,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9456,
      "end": 9457,
      "loc": {
        "start": {
          "line": 263,
          "column": 43
        },
        "end": {
          "line": 263,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 9457,
      "end": 9460,
      "loc": {
        "start": {
          "line": 263,
          "column": 44
        },
        "end": {
          "line": 263,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9460,
      "end": 9461,
      "loc": {
        "start": {
          "line": 263,
          "column": 47
        },
        "end": {
          "line": 263,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9461,
      "end": 9462,
      "loc": {
        "start": {
          "line": 263,
          "column": 48
        },
        "end": {
          "line": 263,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencyValues",
      "start": 9463,
      "end": 9479,
      "loc": {
        "start": {
          "line": 263,
          "column": 50
        },
        "end": {
          "line": 263,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9479,
      "end": 9480,
      "loc": {
        "start": {
          "line": 263,
          "column": 66
        },
        "end": {
          "line": 263,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 9480,
      "end": 9483,
      "loc": {
        "start": {
          "line": 263,
          "column": 67
        },
        "end": {
          "line": 263,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9483,
      "end": 9484,
      "loc": {
        "start": {
          "line": 263,
          "column": 70
        },
        "end": {
          "line": 263,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9484,
      "end": 9485,
      "loc": {
        "start": {
          "line": 263,
          "column": 71
        },
        "end": {
          "line": 263,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9485,
      "end": 9486,
      "loc": {
        "start": {
          "line": 263,
          "column": 72
        },
        "end": {
          "line": 263,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9495,
      "end": 9496,
      "loc": {
        "start": {
          "line": 264,
          "column": 8
        },
        "end": {
          "line": 264,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9496,
      "end": 9497,
      "loc": {
        "start": {
          "line": 264,
          "column": 9
        },
        "end": {
          "line": 264,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9497,
      "end": 9498,
      "loc": {
        "start": {
          "line": 264,
          "column": 10
        },
        "end": {
          "line": 264,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 9508,
      "end": 9510,
      "loc": {
        "start": {
          "line": 266,
          "column": 8
        },
        "end": {
          "line": 266,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9511,
      "end": 9512,
      "loc": {
        "start": {
          "line": 266,
          "column": 11
        },
        "end": {
          "line": 266,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 9512,
      "end": 9513,
      "loc": {
        "start": {
          "line": 266,
          "column": 12
        },
        "end": {
          "line": 266,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isInBounds",
      "start": 9513,
      "end": 9523,
      "loc": {
        "start": {
          "line": 266,
          "column": 13
        },
        "end": {
          "line": 266,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9523,
      "end": 9524,
      "loc": {
        "start": {
          "line": 266,
          "column": 23
        },
        "end": {
          "line": 266,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9525,
      "end": 9526,
      "loc": {
        "start": {
          "line": 266,
          "column": 25
        },
        "end": {
          "line": 266,
          "column": 26
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": " console.log('OUT OF BOUNDS');\n          console.log('model', model);\n          console.log('dependencyValues', dependencyValues);\n          console.log('modelValue', modelValue); ",
      "start": 9537,
      "end": 9721,
      "loc": {
        "start": {
          "line": 267,
          "column": 10
        },
        "end": {
          "line": 270,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 9732,
      "end": 9738,
      "loc": {
        "start": {
          "line": 271,
          "column": 10
        },
        "end": {
          "line": 271,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 9739,
      "end": 9744,
      "loc": {
        "start": {
          "line": 271,
          "column": 17
        },
        "end": {
          "line": 271,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9744,
      "end": 9745,
      "loc": {
        "start": {
          "line": 271,
          "column": 22
        },
        "end": {
          "line": 271,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9754,
      "end": 9755,
      "loc": {
        "start": {
          "line": 272,
          "column": 8
        },
        "end": {
          "line": 272,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 9765,
      "end": 9770,
      "loc": {
        "start": {
          "line": 274,
          "column": 8
        },
        "end": {
          "line": 274,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "distributionRanges",
      "start": 9771,
      "end": 9789,
      "loc": {
        "start": {
          "line": 274,
          "column": 14
        },
        "end": {
          "line": 274,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9790,
      "end": 9791,
      "loc": {
        "start": {
          "line": 274,
          "column": 33
        },
        "end": {
          "line": 274,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 9792,
      "end": 9796,
      "loc": {
        "start": {
          "line": 274,
          "column": 35
        },
        "end": {
          "line": 274,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9796,
      "end": 9797,
      "loc": {
        "start": {
          "line": 274,
          "column": 39
        },
        "end": {
          "line": 274,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getDistributionRanges",
      "start": 9797,
      "end": 9818,
      "loc": {
        "start": {
          "line": 274,
          "column": 40
        },
        "end": {
          "line": 274,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9818,
      "end": 9819,
      "loc": {
        "start": {
          "line": 274,
          "column": 61
        },
        "end": {
          "line": 274,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9819,
      "end": 9820,
      "loc": {
        "start": {
          "line": 274,
          "column": 62
        },
        "end": {
          "line": 274,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9820,
      "end": 9821,
      "loc": {
        "start": {
          "line": 274,
          "column": 63
        },
        "end": {
          "line": 274,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 9830,
      "end": 9833,
      "loc": {
        "start": {
          "line": 275,
          "column": 8
        },
        "end": {
          "line": 275,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bounds",
      "start": 9834,
      "end": 9840,
      "loc": {
        "start": {
          "line": 275,
          "column": 12
        },
        "end": {
          "line": 275,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9841,
      "end": 9842,
      "loc": {
        "start": {
          "line": 275,
          "column": 19
        },
        "end": {
          "line": 275,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9843,
      "end": 9844,
      "loc": {
        "start": {
          "line": 275,
          "column": 21
        },
        "end": {
          "line": 275,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9844,
      "end": 9845,
      "loc": {
        "start": {
          "line": 275,
          "column": 22
        },
        "end": {
          "line": 275,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9845,
      "end": 9846,
      "loc": {
        "start": {
          "line": 275,
          "column": 23
        },
        "end": {
          "line": 275,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 9855,
      "end": 9858,
      "loc": {
        "start": {
          "line": 276,
          "column": 8
        },
        "end": {
          "line": 276,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "std_dev",
      "start": 9859,
      "end": 9866,
      "loc": {
        "start": {
          "line": 276,
          "column": 12
        },
        "end": {
          "line": 276,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9867,
      "end": 9868,
      "loc": {
        "start": {
          "line": 276,
          "column": 20
        },
        "end": {
          "line": 276,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 9869,
      "end": 9874,
      "loc": {
        "start": {
          "line": 276,
          "column": 22
        },
        "end": {
          "line": 276,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9874,
      "end": 9875,
      "loc": {
        "start": {
          "line": 276,
          "column": 27
        },
        "end": {
          "line": 276,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 9875,
      "end": 9880,
      "loc": {
        "start": {
          "line": 276,
          "column": 28
        },
        "end": {
          "line": 276,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9880,
      "end": 9881,
      "loc": {
        "start": {
          "line": 276,
          "column": 33
        },
        "end": {
          "line": 276,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "standard_deviation",
      "start": 9881,
      "end": 9899,
      "loc": {
        "start": {
          "line": 276,
          "column": 34
        },
        "end": {
          "line": 276,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9899,
      "end": 9900,
      "loc": {
        "start": {
          "line": 276,
          "column": 52
        },
        "end": {
          "line": 276,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 9910,
      "end": 9912,
      "loc": {
        "start": {
          "line": 278,
          "column": 8
        },
        "end": {
          "line": 278,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9913,
      "end": 9914,
      "loc": {
        "start": {
          "line": 278,
          "column": 11
        },
        "end": {
          "line": 278,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "std_dev",
      "start": 9914,
      "end": 9921,
      "loc": {
        "start": {
          "line": 278,
          "column": 12
        },
        "end": {
          "line": 278,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 9922,
      "end": 9925,
      "loc": {
        "start": {
          "line": 278,
          "column": 20
        },
        "end": {
          "line": 278,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 9926,
      "end": 9935,
      "loc": {
        "start": {
          "line": 278,
          "column": 24
        },
        "end": {
          "line": 278,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 9936,
      "end": 9938,
      "loc": {
        "start": {
          "line": 278,
          "column": 34
        },
        "end": {
          "line": 278,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "std_dev",
      "start": 9939,
      "end": 9946,
      "loc": {
        "start": {
          "line": 278,
          "column": 37
        },
        "end": {
          "line": 278,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 9947,
      "end": 9950,
      "loc": {
        "start": {
          "line": 278,
          "column": 45
        },
        "end": {
          "line": 278,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 9951,
      "end": 9955,
      "loc": {
        "start": {
          "line": 278,
          "column": 49
        },
        "end": {
          "line": 278,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 9956,
      "end": 9958,
      "loc": {
        "start": {
          "line": 278,
          "column": 54
        },
        "end": {
          "line": 278,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 9959,
      "end": 9960,
      "loc": {
        "start": {
          "line": 278,
          "column": 57
        },
        "end": {
          "line": 278,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "std_dev",
      "start": 9960,
      "end": 9967,
      "loc": {
        "start": {
          "line": 278,
          "column": 58
        },
        "end": {
          "line": 278,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9967,
      "end": 9968,
      "loc": {
        "start": {
          "line": 278,
          "column": 65
        },
        "end": {
          "line": 278,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9969,
      "end": 9970,
      "loc": {
        "start": {
          "line": 278,
          "column": 67
        },
        "end": {
          "line": 278,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 9981,
      "end": 9987,
      "loc": {
        "start": {
          "line": 279,
          "column": 10
        },
        "end": {
          "line": 279,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 9988,
      "end": 9993,
      "loc": {
        "start": {
          "line": 279,
          "column": 17
        },
        "end": {
          "line": 279,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9993,
      "end": 9994,
      "loc": {
        "start": {
          "line": 279,
          "column": 22
        },
        "end": {
          "line": 279,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10003,
      "end": 10004,
      "loc": {
        "start": {
          "line": 280,
          "column": 8
        },
        "end": {
          "line": 280,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 10014,
      "end": 10017,
      "loc": {
        "start": {
          "line": 282,
          "column": 8
        },
        "end": {
          "line": 282,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "std_dev_error_mean",
      "start": 10018,
      "end": 10036,
      "loc": {
        "start": {
          "line": 282,
          "column": 12
        },
        "end": {
          "line": 282,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10036,
      "end": 10037,
      "loc": {
        "start": {
          "line": 282,
          "column": 30
        },
        "end": {
          "line": 282,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 10046,
      "end": 10049,
      "loc": {
        "start": {
          "line": 283,
          "column": 8
        },
        "end": {
          "line": 283,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "std_dev_error",
      "start": 10050,
      "end": 10063,
      "loc": {
        "start": {
          "line": 283,
          "column": 12
        },
        "end": {
          "line": 283,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10063,
      "end": 10064,
      "loc": {
        "start": {
          "line": 283,
          "column": 25
        },
        "end": {
          "line": 283,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "for",
        "keyword": "for",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "for",
      "start": 10074,
      "end": 10077,
      "loc": {
        "start": {
          "line": 285,
          "column": 8
        },
        "end": {
          "line": 285,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10078,
      "end": 10079,
      "loc": {
        "start": {
          "line": 285,
          "column": 12
        },
        "end": {
          "line": 285,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 10079,
      "end": 10082,
      "loc": {
        "start": {
          "line": 285,
          "column": 13
        },
        "end": {
          "line": 285,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 10083,
      "end": 10084,
      "loc": {
        "start": {
          "line": 285,
          "column": 17
        },
        "end": {
          "line": 285,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10085,
      "end": 10086,
      "loc": {
        "start": {
          "line": 285,
          "column": 19
        },
        "end": {
          "line": 285,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 10087,
      "end": 10088,
      "loc": {
        "start": {
          "line": 285,
          "column": 21
        },
        "end": {
          "line": 285,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10088,
      "end": 10089,
      "loc": {
        "start": {
          "line": 285,
          "column": 22
        },
        "end": {
          "line": 285,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 10090,
      "end": 10091,
      "loc": {
        "start": {
          "line": 285,
          "column": 24
        },
        "end": {
          "line": 285,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 10092,
      "end": 10093,
      "loc": {
        "start": {
          "line": 285,
          "column": 26
        },
        "end": {
          "line": 285,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "distributionRanges",
      "start": 10094,
      "end": 10112,
      "loc": {
        "start": {
          "line": 285,
          "column": 28
        },
        "end": {
          "line": 285,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10112,
      "end": 10113,
      "loc": {
        "start": {
          "line": 285,
          "column": 46
        },
        "end": {
          "line": 285,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 10113,
      "end": 10119,
      "loc": {
        "start": {
          "line": 285,
          "column": 47
        },
        "end": {
          "line": 285,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10119,
      "end": 10120,
      "loc": {
        "start": {
          "line": 285,
          "column": 53
        },
        "end": {
          "line": 285,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 10121,
      "end": 10122,
      "loc": {
        "start": {
          "line": 285,
          "column": 55
        },
        "end": {
          "line": 285,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "++/--",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": true,
        "binop": null
      },
      "value": "++",
      "start": 10122,
      "end": 10124,
      "loc": {
        "start": {
          "line": 285,
          "column": 56
        },
        "end": {
          "line": 285,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10124,
      "end": 10125,
      "loc": {
        "start": {
          "line": 285,
          "column": 58
        },
        "end": {
          "line": 285,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10126,
      "end": 10127,
      "loc": {
        "start": {
          "line": 285,
          "column": 60
        },
        "end": {
          "line": 285,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 10138,
      "end": 10143,
      "loc": {
        "start": {
          "line": 286,
          "column": 10
        },
        "end": {
          "line": 286,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "range",
      "start": 10144,
      "end": 10149,
      "loc": {
        "start": {
          "line": 286,
          "column": 16
        },
        "end": {
          "line": 286,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10150,
      "end": 10151,
      "loc": {
        "start": {
          "line": 286,
          "column": 22
        },
        "end": {
          "line": 286,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "distributionRanges",
      "start": 10152,
      "end": 10170,
      "loc": {
        "start": {
          "line": 286,
          "column": 24
        },
        "end": {
          "line": 286,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10170,
      "end": 10171,
      "loc": {
        "start": {
          "line": 286,
          "column": 42
        },
        "end": {
          "line": 286,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 10171,
      "end": 10172,
      "loc": {
        "start": {
          "line": 286,
          "column": 43
        },
        "end": {
          "line": 286,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10172,
      "end": 10173,
      "loc": {
        "start": {
          "line": 286,
          "column": 44
        },
        "end": {
          "line": 286,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10173,
      "end": 10174,
      "loc": {
        "start": {
          "line": 286,
          "column": 45
        },
        "end": {
          "line": 286,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 10185,
      "end": 10187,
      "loc": {
        "start": {
          "line": 287,
          "column": 10
        },
        "end": {
          "line": 287,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10188,
      "end": 10189,
      "loc": {
        "start": {
          "line": 287,
          "column": 13
        },
        "end": {
          "line": 287,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "range",
      "start": 10189,
      "end": 10194,
      "loc": {
        "start": {
          "line": 287,
          "column": 14
        },
        "end": {
          "line": 287,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": ">",
      "start": 10195,
      "end": 10196,
      "loc": {
        "start": {
          "line": 287,
          "column": 20
        },
        "end": {
          "line": 287,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 50,
      "start": 10197,
      "end": 10199,
      "loc": {
        "start": {
          "line": 287,
          "column": 22
        },
        "end": {
          "line": 287,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10199,
      "end": 10200,
      "loc": {
        "start": {
          "line": 287,
          "column": 24
        },
        "end": {
          "line": 287,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10201,
      "end": 10202,
      "loc": {
        "start": {
          "line": 287,
          "column": 26
        },
        "end": {
          "line": 287,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "std_dev_error_mean",
      "start": 10215,
      "end": 10233,
      "loc": {
        "start": {
          "line": 288,
          "column": 12
        },
        "end": {
          "line": 288,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10234,
      "end": 10235,
      "loc": {
        "start": {
          "line": 288,
          "column": 31
        },
        "end": {
          "line": 288,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "std_dev",
      "start": 10236,
      "end": 10243,
      "loc": {
        "start": {
          "line": 288,
          "column": 33
        },
        "end": {
          "line": 288,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10243,
      "end": 10244,
      "loc": {
        "start": {
          "line": 288,
          "column": 40
        },
        "end": {
          "line": 288,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "plus_standard_deviation",
      "start": 10244,
      "end": 10267,
      "loc": {
        "start": {
          "line": 288,
          "column": 41
        },
        "end": {
          "line": 288,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 10268,
      "end": 10271,
      "loc": {
        "start": {
          "line": 288,
          "column": 65
        },
        "end": {
          "line": 288,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 10272,
      "end": 10281,
      "loc": {
        "start": {
          "line": 288,
          "column": 69
        },
        "end": {
          "line": 288,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 10282,
      "end": 10284,
      "loc": {
        "start": {
          "line": 288,
          "column": 79
        },
        "end": {
          "line": 288,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "std_dev",
      "start": 10285,
      "end": 10292,
      "loc": {
        "start": {
          "line": 288,
          "column": 82
        },
        "end": {
          "line": 288,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10292,
      "end": 10293,
      "loc": {
        "start": {
          "line": 288,
          "column": 89
        },
        "end": {
          "line": 288,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "plus_standard_deviation",
      "start": 10293,
      "end": 10316,
      "loc": {
        "start": {
          "line": 288,
          "column": 90
        },
        "end": {
          "line": 288,
          "column": 113
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10316,
      "end": 10317,
      "loc": {
        "start": {
          "line": 288,
          "column": 113
        },
        "end": {
          "line": 288,
          "column": 114
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "std_dev_error_mean",
      "start": 10317,
      "end": 10335,
      "loc": {
        "start": {
          "line": 288,
          "column": 114
        },
        "end": {
          "line": 288,
          "column": 132
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 10336,
      "end": 10339,
      "loc": {
        "start": {
          "line": 288,
          "column": 133
        },
        "end": {
          "line": 288,
          "column": 136
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 10340,
      "end": 10349,
      "loc": {
        "start": {
          "line": 288,
          "column": 137
        },
        "end": {
          "line": 288,
          "column": 146
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10362,
      "end": 10363,
      "loc": {
        "start": {
          "line": 289,
          "column": 12
        },
        "end": {
          "line": 289,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "std_dev",
      "start": 10364,
      "end": 10371,
      "loc": {
        "start": {
          "line": 289,
          "column": 14
        },
        "end": {
          "line": 289,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10371,
      "end": 10372,
      "loc": {
        "start": {
          "line": 289,
          "column": 21
        },
        "end": {
          "line": 289,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "plus_standard_deviation",
      "start": 10372,
      "end": 10395,
      "loc": {
        "start": {
          "line": 289,
          "column": 22
        },
        "end": {
          "line": 289,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10395,
      "end": 10396,
      "loc": {
        "start": {
          "line": 289,
          "column": 45
        },
        "end": {
          "line": 289,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "std_dev_error_mean",
      "start": 10396,
      "end": 10414,
      "loc": {
        "start": {
          "line": 289,
          "column": 46
        },
        "end": {
          "line": 289,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10427,
      "end": 10428,
      "loc": {
        "start": {
          "line": 290,
          "column": 12
        },
        "end": {
          "line": 290,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "std_dev",
      "start": 10429,
      "end": 10436,
      "loc": {
        "start": {
          "line": 290,
          "column": 14
        },
        "end": {
          "line": 290,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10436,
      "end": 10437,
      "loc": {
        "start": {
          "line": 290,
          "column": 21
        },
        "end": {
          "line": 290,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "std_dev_error_mean",
      "start": 10437,
      "end": 10455,
      "loc": {
        "start": {
          "line": 290,
          "column": 22
        },
        "end": {
          "line": 290,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10455,
      "end": 10456,
      "loc": {
        "start": {
          "line": 290,
          "column": 40
        },
        "end": {
          "line": 290,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "std_dev_error",
      "start": 10469,
      "end": 10482,
      "loc": {
        "start": {
          "line": 291,
          "column": 12
        },
        "end": {
          "line": 291,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10483,
      "end": 10484,
      "loc": {
        "start": {
          "line": 291,
          "column": 26
        },
        "end": {
          "line": 291,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "std_dev",
      "start": 10486,
      "end": 10493,
      "loc": {
        "start": {
          "line": 291,
          "column": 29
        },
        "end": {
          "line": 291,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10493,
      "end": 10494,
      "loc": {
        "start": {
          "line": 291,
          "column": 36
        },
        "end": {
          "line": 291,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "plus_standard_deviation",
      "start": 10494,
      "end": 10517,
      "loc": {
        "start": {
          "line": 291,
          "column": 37
        },
        "end": {
          "line": 291,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 10518,
      "end": 10521,
      "loc": {
        "start": {
          "line": 291,
          "column": 61
        },
        "end": {
          "line": 291,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 10522,
      "end": 10531,
      "loc": {
        "start": {
          "line": 291,
          "column": 65
        },
        "end": {
          "line": 291,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 10532,
      "end": 10534,
      "loc": {
        "start": {
          "line": 291,
          "column": 75
        },
        "end": {
          "line": 291,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "std_dev",
      "start": 10535,
      "end": 10542,
      "loc": {
        "start": {
          "line": 291,
          "column": 78
        },
        "end": {
          "line": 291,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10542,
      "end": 10543,
      "loc": {
        "start": {
          "line": 291,
          "column": 85
        },
        "end": {
          "line": 291,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "plus_standard_deviation",
      "start": 10543,
      "end": 10566,
      "loc": {
        "start": {
          "line": 291,
          "column": 86
        },
        "end": {
          "line": 291,
          "column": 109
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10566,
      "end": 10567,
      "loc": {
        "start": {
          "line": 291,
          "column": 109
        },
        "end": {
          "line": 291,
          "column": 110
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "std_dev_error",
      "start": 10567,
      "end": 10580,
      "loc": {
        "start": {
          "line": 291,
          "column": 110
        },
        "end": {
          "line": 291,
          "column": 123
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 10581,
      "end": 10584,
      "loc": {
        "start": {
          "line": 291,
          "column": 124
        },
        "end": {
          "line": 291,
          "column": 127
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 10585,
      "end": 10594,
      "loc": {
        "start": {
          "line": 291,
          "column": 128
        },
        "end": {
          "line": 291,
          "column": 137
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10607,
      "end": 10608,
      "loc": {
        "start": {
          "line": 292,
          "column": 12
        },
        "end": {
          "line": 292,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "std_dev",
      "start": 10609,
      "end": 10616,
      "loc": {
        "start": {
          "line": 292,
          "column": 14
        },
        "end": {
          "line": 292,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10616,
      "end": 10617,
      "loc": {
        "start": {
          "line": 292,
          "column": 21
        },
        "end": {
          "line": 292,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "plus_standard_deviation",
      "start": 10617,
      "end": 10640,
      "loc": {
        "start": {
          "line": 292,
          "column": 22
        },
        "end": {
          "line": 292,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10640,
      "end": 10641,
      "loc": {
        "start": {
          "line": 292,
          "column": 45
        },
        "end": {
          "line": 292,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "std_dev_error",
      "start": 10641,
      "end": 10654,
      "loc": {
        "start": {
          "line": 292,
          "column": 46
        },
        "end": {
          "line": 292,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10667,
      "end": 10668,
      "loc": {
        "start": {
          "line": 293,
          "column": 12
        },
        "end": {
          "line": 293,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "std_dev",
      "start": 10669,
      "end": 10676,
      "loc": {
        "start": {
          "line": 293,
          "column": 14
        },
        "end": {
          "line": 293,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10676,
      "end": 10677,
      "loc": {
        "start": {
          "line": 293,
          "column": 21
        },
        "end": {
          "line": 293,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "std_dev_error",
      "start": 10677,
      "end": 10690,
      "loc": {
        "start": {
          "line": 293,
          "column": 22
        },
        "end": {
          "line": 293,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10690,
      "end": 10691,
      "loc": {
        "start": {
          "line": 293,
          "column": 35
        },
        "end": {
          "line": 293,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10702,
      "end": 10703,
      "loc": {
        "start": {
          "line": 294,
          "column": 10
        },
        "end": {
          "line": 294,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 10704,
      "end": 10708,
      "loc": {
        "start": {
          "line": 294,
          "column": 12
        },
        "end": {
          "line": 294,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10709,
      "end": 10710,
      "loc": {
        "start": {
          "line": 294,
          "column": 17
        },
        "end": {
          "line": 294,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "std_dev_error_mean",
      "start": 10723,
      "end": 10741,
      "loc": {
        "start": {
          "line": 295,
          "column": 12
        },
        "end": {
          "line": 295,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10742,
      "end": 10743,
      "loc": {
        "start": {
          "line": 295,
          "column": 31
        },
        "end": {
          "line": 295,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "std_dev",
      "start": 10744,
      "end": 10751,
      "loc": {
        "start": {
          "line": 295,
          "column": 33
        },
        "end": {
          "line": 295,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10751,
      "end": 10752,
      "loc": {
        "start": {
          "line": 295,
          "column": 40
        },
        "end": {
          "line": 295,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "minus_standard_deviation",
      "start": 10752,
      "end": 10776,
      "loc": {
        "start": {
          "line": 295,
          "column": 41
        },
        "end": {
          "line": 295,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 10777,
      "end": 10780,
      "loc": {
        "start": {
          "line": 295,
          "column": 66
        },
        "end": {
          "line": 295,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 10781,
      "end": 10790,
      "loc": {
        "start": {
          "line": 295,
          "column": 70
        },
        "end": {
          "line": 295,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 10791,
      "end": 10793,
      "loc": {
        "start": {
          "line": 295,
          "column": 80
        },
        "end": {
          "line": 295,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "std_dev",
      "start": 10794,
      "end": 10801,
      "loc": {
        "start": {
          "line": 295,
          "column": 83
        },
        "end": {
          "line": 295,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10801,
      "end": 10802,
      "loc": {
        "start": {
          "line": 295,
          "column": 90
        },
        "end": {
          "line": 295,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "minus_standard_deviation",
      "start": 10802,
      "end": 10826,
      "loc": {
        "start": {
          "line": 295,
          "column": 91
        },
        "end": {
          "line": 295,
          "column": 115
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10826,
      "end": 10827,
      "loc": {
        "start": {
          "line": 295,
          "column": 115
        },
        "end": {
          "line": 295,
          "column": 116
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "std_dev_error_mean",
      "start": 10827,
      "end": 10845,
      "loc": {
        "start": {
          "line": 295,
          "column": 116
        },
        "end": {
          "line": 295,
          "column": 134
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 10846,
      "end": 10849,
      "loc": {
        "start": {
          "line": 295,
          "column": 135
        },
        "end": {
          "line": 295,
          "column": 138
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 10850,
      "end": 10859,
      "loc": {
        "start": {
          "line": 295,
          "column": 139
        },
        "end": {
          "line": 295,
          "column": 148
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10872,
      "end": 10873,
      "loc": {
        "start": {
          "line": 296,
          "column": 12
        },
        "end": {
          "line": 296,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "std_dev",
      "start": 10874,
      "end": 10881,
      "loc": {
        "start": {
          "line": 296,
          "column": 14
        },
        "end": {
          "line": 296,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10881,
      "end": 10882,
      "loc": {
        "start": {
          "line": 296,
          "column": 21
        },
        "end": {
          "line": 296,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "minus_standard_deviation",
      "start": 10882,
      "end": 10906,
      "loc": {
        "start": {
          "line": 296,
          "column": 22
        },
        "end": {
          "line": 296,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10906,
      "end": 10907,
      "loc": {
        "start": {
          "line": 296,
          "column": 46
        },
        "end": {
          "line": 296,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "std_dev_error_mean",
      "start": 10907,
      "end": 10925,
      "loc": {
        "start": {
          "line": 296,
          "column": 47
        },
        "end": {
          "line": 296,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10938,
      "end": 10939,
      "loc": {
        "start": {
          "line": 297,
          "column": 12
        },
        "end": {
          "line": 297,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "std_dev",
      "start": 10940,
      "end": 10947,
      "loc": {
        "start": {
          "line": 297,
          "column": 14
        },
        "end": {
          "line": 297,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10947,
      "end": 10948,
      "loc": {
        "start": {
          "line": 297,
          "column": 21
        },
        "end": {
          "line": 297,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "std_dev_error_mean",
      "start": 10948,
      "end": 10966,
      "loc": {
        "start": {
          "line": 297,
          "column": 22
        },
        "end": {
          "line": 297,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10966,
      "end": 10967,
      "loc": {
        "start": {
          "line": 297,
          "column": 40
        },
        "end": {
          "line": 297,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "std_dev_error",
      "start": 10980,
      "end": 10993,
      "loc": {
        "start": {
          "line": 298,
          "column": 12
        },
        "end": {
          "line": 298,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10994,
      "end": 10995,
      "loc": {
        "start": {
          "line": 298,
          "column": 26
        },
        "end": {
          "line": 298,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "std_dev",
      "start": 10996,
      "end": 11003,
      "loc": {
        "start": {
          "line": 298,
          "column": 28
        },
        "end": {
          "line": 298,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11003,
      "end": 11004,
      "loc": {
        "start": {
          "line": 298,
          "column": 35
        },
        "end": {
          "line": 298,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "minus_standard_deviation",
      "start": 11004,
      "end": 11028,
      "loc": {
        "start": {
          "line": 298,
          "column": 36
        },
        "end": {
          "line": 298,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 11029,
      "end": 11032,
      "loc": {
        "start": {
          "line": 298,
          "column": 61
        },
        "end": {
          "line": 298,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 11033,
      "end": 11042,
      "loc": {
        "start": {
          "line": 298,
          "column": 65
        },
        "end": {
          "line": 298,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 11043,
      "end": 11045,
      "loc": {
        "start": {
          "line": 298,
          "column": 75
        },
        "end": {
          "line": 298,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "std_dev",
      "start": 11046,
      "end": 11053,
      "loc": {
        "start": {
          "line": 298,
          "column": 78
        },
        "end": {
          "line": 298,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11053,
      "end": 11054,
      "loc": {
        "start": {
          "line": 298,
          "column": 85
        },
        "end": {
          "line": 298,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "minus_standard_deviation",
      "start": 11054,
      "end": 11078,
      "loc": {
        "start": {
          "line": 298,
          "column": 86
        },
        "end": {
          "line": 298,
          "column": 110
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11078,
      "end": 11079,
      "loc": {
        "start": {
          "line": 298,
          "column": 110
        },
        "end": {
          "line": 298,
          "column": 111
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "std_dev_error",
      "start": 11079,
      "end": 11092,
      "loc": {
        "start": {
          "line": 298,
          "column": 111
        },
        "end": {
          "line": 298,
          "column": 124
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 11093,
      "end": 11096,
      "loc": {
        "start": {
          "line": 298,
          "column": 125
        },
        "end": {
          "line": 298,
          "column": 128
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 11097,
      "end": 11106,
      "loc": {
        "start": {
          "line": 298,
          "column": 129
        },
        "end": {
          "line": 298,
          "column": 138
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11119,
      "end": 11120,
      "loc": {
        "start": {
          "line": 299,
          "column": 12
        },
        "end": {
          "line": 299,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "std_dev",
      "start": 11121,
      "end": 11128,
      "loc": {
        "start": {
          "line": 299,
          "column": 14
        },
        "end": {
          "line": 299,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11128,
      "end": 11129,
      "loc": {
        "start": {
          "line": 299,
          "column": 21
        },
        "end": {
          "line": 299,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "minus_standard_deviation",
      "start": 11129,
      "end": 11153,
      "loc": {
        "start": {
          "line": 299,
          "column": 22
        },
        "end": {
          "line": 299,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11153,
      "end": 11154,
      "loc": {
        "start": {
          "line": 299,
          "column": 46
        },
        "end": {
          "line": 299,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "std_dev_error",
      "start": 11154,
      "end": 11167,
      "loc": {
        "start": {
          "line": 299,
          "column": 47
        },
        "end": {
          "line": 299,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11180,
      "end": 11181,
      "loc": {
        "start": {
          "line": 300,
          "column": 12
        },
        "end": {
          "line": 300,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "std_dev",
      "start": 11182,
      "end": 11189,
      "loc": {
        "start": {
          "line": 300,
          "column": 14
        },
        "end": {
          "line": 300,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11189,
      "end": 11190,
      "loc": {
        "start": {
          "line": 300,
          "column": 21
        },
        "end": {
          "line": 300,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "std_dev_error",
      "start": 11190,
      "end": 11203,
      "loc": {
        "start": {
          "line": 300,
          "column": 22
        },
        "end": {
          "line": 300,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11203,
      "end": 11204,
      "loc": {
        "start": {
          "line": 300,
          "column": 35
        },
        "end": {
          "line": 300,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11215,
      "end": 11216,
      "loc": {
        "start": {
          "line": 301,
          "column": 10
        },
        "end": {
          "line": 301,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 11227,
      "end": 11232,
      "loc": {
        "start": {
          "line": 302,
          "column": 10
        },
        "end": {
          "line": 302,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "boundsCalculation",
      "start": 11233,
      "end": 11250,
      "loc": {
        "start": {
          "line": 302,
          "column": 16
        },
        "end": {
          "line": 302,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11251,
      "end": 11252,
      "loc": {
        "start": {
          "line": 302,
          "column": 34
        },
        "end": {
          "line": 302,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11253,
      "end": 11254,
      "loc": {
        "start": {
          "line": 302,
          "column": 36
        },
        "end": {
          "line": 302,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "jStat",
      "start": 11254,
      "end": 11259,
      "loc": {
        "start": {
          "line": 302,
          "column": 37
        },
        "end": {
          "line": 302,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11259,
      "end": 11260,
      "loc": {
        "start": {
          "line": 302,
          "column": 42
        },
        "end": {
          "line": 302,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "normal",
      "start": 11260,
      "end": 11266,
      "loc": {
        "start": {
          "line": 302,
          "column": 43
        },
        "end": {
          "line": 302,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11266,
      "end": 11267,
      "loc": {
        "start": {
          "line": 302,
          "column": 49
        },
        "end": {
          "line": 302,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "inv",
      "start": 11267,
      "end": 11270,
      "loc": {
        "start": {
          "line": 302,
          "column": 50
        },
        "end": {
          "line": 302,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11270,
      "end": 11271,
      "loc": {
        "start": {
          "line": 302,
          "column": 53
        },
        "end": {
          "line": 302,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11271,
      "end": 11272,
      "loc": {
        "start": {
          "line": 302,
          "column": 54
        },
        "end": {
          "line": 302,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "range",
      "start": 11272,
      "end": 11277,
      "loc": {
        "start": {
          "line": 302,
          "column": 55
        },
        "end": {
          "line": 302,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 11278,
      "end": 11279,
      "loc": {
        "start": {
          "line": 302,
          "column": 61
        },
        "end": {
          "line": 302,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 100,
      "start": 11280,
      "end": 11283,
      "loc": {
        "start": {
          "line": 302,
          "column": 63
        },
        "end": {
          "line": 302,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11283,
      "end": 11284,
      "loc": {
        "start": {
          "line": 302,
          "column": 66
        },
        "end": {
          "line": 302,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11284,
      "end": 11285,
      "loc": {
        "start": {
          "line": 302,
          "column": 67
        },
        "end": {
          "line": 302,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "std_dev_error_mean",
      "start": 11286,
      "end": 11304,
      "loc": {
        "start": {
          "line": 302,
          "column": 69
        },
        "end": {
          "line": 302,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11304,
      "end": 11305,
      "loc": {
        "start": {
          "line": 302,
          "column": 87
        },
        "end": {
          "line": 302,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "std_dev_error",
      "start": 11306,
      "end": 11319,
      "loc": {
        "start": {
          "line": 302,
          "column": 89
        },
        "end": {
          "line": 302,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11319,
      "end": 11320,
      "loc": {
        "start": {
          "line": 302,
          "column": 102
        },
        "end": {
          "line": 302,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 11321,
      "end": 11322,
      "loc": {
        "start": {
          "line": 302,
          "column": 104
        },
        "end": {
          "line": 302,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 11323,
      "end": 11324,
      "loc": {
        "start": {
          "line": 302,
          "column": 106
        },
        "end": {
          "line": 302,
          "column": 107
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11324,
      "end": 11325,
      "loc": {
        "start": {
          "line": 302,
          "column": 107
        },
        "end": {
          "line": 302,
          "column": 108
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 11326,
      "end": 11327,
      "loc": {
        "start": {
          "line": 302,
          "column": 109
        },
        "end": {
          "line": 302,
          "column": 110
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "modelValue",
      "start": 11328,
      "end": 11338,
      "loc": {
        "start": {
          "line": 302,
          "column": 111
        },
        "end": {
          "line": 302,
          "column": 121
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 11350,
      "end": 11352,
      "loc": {
        "start": {
          "line": 304,
          "column": 10
        },
        "end": {
          "line": 304,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11353,
      "end": 11354,
      "loc": {
        "start": {
          "line": 304,
          "column": 13
        },
        "end": {
          "line": 304,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 11354,
      "end": 11358,
      "loc": {
        "start": {
          "line": 304,
          "column": 14
        },
        "end": {
          "line": 304,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11358,
      "end": 11359,
      "loc": {
        "start": {
          "line": 304,
          "column": 18
        },
        "end": {
          "line": 304,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineItem",
      "start": 11359,
      "end": 11367,
      "loc": {
        "start": {
          "line": 304,
          "column": 19
        },
        "end": {
          "line": 304,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11367,
      "end": 11368,
      "loc": {
        "start": {
          "line": 304,
          "column": 27
        },
        "end": {
          "line": 304,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 11368,
      "end": 11370,
      "loc": {
        "start": {
          "line": 304,
          "column": 28
        },
        "end": {
          "line": 304,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "==",
      "start": 11371,
      "end": 11373,
      "loc": {
        "start": {
          "line": 304,
          "column": 31
        },
        "end": {
          "line": 304,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 36454962,
      "start": 11374,
      "end": 11382,
      "loc": {
        "start": {
          "line": 304,
          "column": 34
        },
        "end": {
          "line": 304,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11382,
      "end": 11383,
      "loc": {
        "start": {
          "line": 304,
          "column": 42
        },
        "end": {
          "line": 304,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11384,
      "end": 11385,
      "loc": {
        "start": {
          "line": 304,
          "column": 44
        },
        "end": {
          "line": 304,
          "column": 45
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": " console.log('range', range);\n            console.log('r2', model.model.r2);\n            console.log('std_dev_error_mean', std_dev_error_mean);\n            console.log('std_dev_error', std_dev_error);\n            console.log('equation', model.model.equation);\n            console.log('dependencyValues', dependencyValues);\n            console.log('jstat', jStat.normal.inv((range / 100), std_dev_error_mean, std_dev_error));\n            console.log('modelValue', modelValue);\n            console.log('boundsCalculation', boundsCalculation);",
      "start": 11398,
      "end": 11942,
      "loc": {
        "start": {
          "line": 305,
          "column": 12
        },
        "end": {
          "line": 313,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11953,
      "end": 11954,
      "loc": {
        "start": {
          "line": 314,
          "column": 10
        },
        "end": {
          "line": 314,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bounds",
      "start": 11965,
      "end": 11971,
      "loc": {
        "start": {
          "line": 315,
          "column": 10
        },
        "end": {
          "line": 315,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11971,
      "end": 11972,
      "loc": {
        "start": {
          "line": 315,
          "column": 16
        },
        "end": {
          "line": 315,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 11972,
      "end": 11976,
      "loc": {
        "start": {
          "line": 315,
          "column": 17
        },
        "end": {
          "line": 315,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11976,
      "end": 11977,
      "loc": {
        "start": {
          "line": 315,
          "column": 21
        },
        "end": {
          "line": 315,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "boundsCalculation",
      "start": 11977,
      "end": 11994,
      "loc": {
        "start": {
          "line": 315,
          "column": 22
        },
        "end": {
          "line": 315,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11994,
      "end": 11995,
      "loc": {
        "start": {
          "line": 315,
          "column": 39
        },
        "end": {
          "line": 315,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11995,
      "end": 11996,
      "loc": {
        "start": {
          "line": 315,
          "column": 40
        },
        "end": {
          "line": 315,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12005,
      "end": 12006,
      "loc": {
        "start": {
          "line": 316,
          "column": 8
        },
        "end": {
          "line": 316,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 12015,
      "end": 12017,
      "loc": {
        "start": {
          "line": 317,
          "column": 8
        },
        "end": {
          "line": 317,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12018,
      "end": 12019,
      "loc": {
        "start": {
          "line": 317,
          "column": 11
        },
        "end": {
          "line": 317,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 12019,
      "end": 12023,
      "loc": {
        "start": {
          "line": 317,
          "column": 12
        },
        "end": {
          "line": 317,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12023,
      "end": 12024,
      "loc": {
        "start": {
          "line": 317,
          "column": 16
        },
        "end": {
          "line": 317,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineItem",
      "start": 12024,
      "end": 12032,
      "loc": {
        "start": {
          "line": 317,
          "column": 17
        },
        "end": {
          "line": 317,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12032,
      "end": 12033,
      "loc": {
        "start": {
          "line": 317,
          "column": 25
        },
        "end": {
          "line": 317,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 12033,
      "end": 12035,
      "loc": {
        "start": {
          "line": 317,
          "column": 26
        },
        "end": {
          "line": 317,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "==",
      "start": 12036,
      "end": 12038,
      "loc": {
        "start": {
          "line": 317,
          "column": 29
        },
        "end": {
          "line": 317,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 36453602,
      "start": 12039,
      "end": 12047,
      "loc": {
        "start": {
          "line": 317,
          "column": 32
        },
        "end": {
          "line": 317,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12047,
      "end": 12048,
      "loc": {
        "start": {
          "line": 317,
          "column": 40
        },
        "end": {
          "line": 317,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12049,
      "end": 12050,
      "loc": {
        "start": {
          "line": 317,
          "column": 42
        },
        "end": {
          "line": 317,
          "column": 43
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " console.log('bounds', bounds);",
      "start": 12061,
      "end": 12094,
      "loc": {
        "start": {
          "line": 318,
          "column": 10
        },
        "end": {
          "line": 318,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12103,
      "end": 12104,
      "loc": {
        "start": {
          "line": 319,
          "column": 8
        },
        "end": {
          "line": 319,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 12113,
      "end": 12119,
      "loc": {
        "start": {
          "line": 320,
          "column": 8
        },
        "end": {
          "line": 320,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12120,
      "end": 12121,
      "loc": {
        "start": {
          "line": 320,
          "column": 15
        },
        "end": {
          "line": 320,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 12122,
      "end": 12127,
      "loc": {
        "start": {
          "line": 320,
          "column": 17
        },
        "end": {
          "line": 320,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12127,
      "end": 12128,
      "loc": {
        "start": {
          "line": 320,
          "column": 22
        },
        "end": {
          "line": 320,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "modelValue",
      "start": 12129,
      "end": 12139,
      "loc": {
        "start": {
          "line": 320,
          "column": 24
        },
        "end": {
          "line": 320,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12139,
      "end": 12140,
      "loc": {
        "start": {
          "line": 320,
          "column": 34
        },
        "end": {
          "line": 320,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isInBounds",
      "start": 12141,
      "end": 12151,
      "loc": {
        "start": {
          "line": 320,
          "column": 36
        },
        "end": {
          "line": 320,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12151,
      "end": 12152,
      "loc": {
        "start": {
          "line": 320,
          "column": 46
        },
        "end": {
          "line": 320,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "r2",
      "start": 12153,
      "end": 12155,
      "loc": {
        "start": {
          "line": 320,
          "column": 48
        },
        "end": {
          "line": 320,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12155,
      "end": 12156,
      "loc": {
        "start": {
          "line": 320,
          "column": 50
        },
        "end": {
          "line": 320,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 12157,
      "end": 12162,
      "loc": {
        "start": {
          "line": 320,
          "column": 52
        },
        "end": {
          "line": 320,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12162,
      "end": 12163,
      "loc": {
        "start": {
          "line": 320,
          "column": 57
        },
        "end": {
          "line": 320,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 12163,
      "end": 12168,
      "loc": {
        "start": {
          "line": 320,
          "column": 58
        },
        "end": {
          "line": 320,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12168,
      "end": 12169,
      "loc": {
        "start": {
          "line": 320,
          "column": 63
        },
        "end": {
          "line": 320,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "r2",
      "start": 12169,
      "end": 12171,
      "loc": {
        "start": {
          "line": 320,
          "column": 64
        },
        "end": {
          "line": 320,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12171,
      "end": 12172,
      "loc": {
        "start": {
          "line": 320,
          "column": 66
        },
        "end": {
          "line": 320,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bounds",
      "start": 12173,
      "end": 12179,
      "loc": {
        "start": {
          "line": 320,
          "column": 68
        },
        "end": {
          "line": 320,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12179,
      "end": 12180,
      "loc": {
        "start": {
          "line": 320,
          "column": 74
        },
        "end": {
          "line": 320,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bounds",
      "start": 12181,
      "end": 12187,
      "loc": {
        "start": {
          "line": 320,
          "column": 76
        },
        "end": {
          "line": 320,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12188,
      "end": 12189,
      "loc": {
        "start": {
          "line": 320,
          "column": 83
        },
        "end": {
          "line": 320,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12189,
      "end": 12190,
      "loc": {
        "start": {
          "line": 320,
          "column": 84
        },
        "end": {
          "line": 320,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12197,
      "end": 12198,
      "loc": {
        "start": {
          "line": 321,
          "column": 6
        },
        "end": {
          "line": 321,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12203,
      "end": 12204,
      "loc": {
        "start": {
          "line": 322,
          "column": 4
        },
        "end": {
          "line": 322,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 12209,
      "end": 12215,
      "loc": {
        "start": {
          "line": 323,
          "column": 4
        },
        "end": {
          "line": 323,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 12216,
      "end": 12221,
      "loc": {
        "start": {
          "line": 323,
          "column": 11
        },
        "end": {
          "line": 323,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12221,
      "end": 12222,
      "loc": {
        "start": {
          "line": 323,
          "column": 16
        },
        "end": {
          "line": 323,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12225,
      "end": 12226,
      "loc": {
        "start": {
          "line": 324,
          "column": 2
        },
        "end": {
          "line": 324,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Evaluates all the given models and returns a weighted average of the significant results\n   *\n   * @param {object[]} models The models to evaluate\n   * @return {number} The weighted avg of evaluating the given models\n   ",
      "start": 12230,
      "end": 12461,
      "loc": {
        "start": {
          "line": 326,
          "column": 2
        },
        "end": {
          "line": 331,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "evaluateModels",
      "start": 12464,
      "end": 12478,
      "loc": {
        "start": {
          "line": 332,
          "column": 2
        },
        "end": {
          "line": 332,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12478,
      "end": 12479,
      "loc": {
        "start": {
          "line": 332,
          "column": 16
        },
        "end": {
          "line": 332,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "models",
      "start": 12479,
      "end": 12485,
      "loc": {
        "start": {
          "line": 332,
          "column": 17
        },
        "end": {
          "line": 332,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12485,
      "end": 12486,
      "loc": {
        "start": {
          "line": 332,
          "column": 23
        },
        "end": {
          "line": 332,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12487,
      "end": 12488,
      "loc": {
        "start": {
          "line": 332,
          "column": 25
        },
        "end": {
          "line": 332,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 12493,
      "end": 12498,
      "loc": {
        "start": {
          "line": 333,
          "column": 4
        },
        "end": {
          "line": 333,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "evaluatedModels",
      "start": 12499,
      "end": 12514,
      "loc": {
        "start": {
          "line": 333,
          "column": 10
        },
        "end": {
          "line": 333,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12515,
      "end": 12516,
      "loc": {
        "start": {
          "line": 333,
          "column": 26
        },
        "end": {
          "line": 333,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 12517,
      "end": 12521,
      "loc": {
        "start": {
          "line": 333,
          "column": 28
        },
        "end": {
          "line": 333,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12521,
      "end": 12522,
      "loc": {
        "start": {
          "line": 333,
          "column": 32
        },
        "end": {
          "line": 333,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_getEvaluatedModels",
      "start": 12522,
      "end": 12541,
      "loc": {
        "start": {
          "line": 333,
          "column": 33
        },
        "end": {
          "line": 333,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12541,
      "end": 12542,
      "loc": {
        "start": {
          "line": 333,
          "column": 52
        },
        "end": {
          "line": 333,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "models",
      "start": 12542,
      "end": 12548,
      "loc": {
        "start": {
          "line": 333,
          "column": 53
        },
        "end": {
          "line": 333,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12548,
      "end": 12549,
      "loc": {
        "start": {
          "line": 333,
          "column": 59
        },
        "end": {
          "line": 333,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12549,
      "end": 12550,
      "loc": {
        "start": {
          "line": 333,
          "column": 60
        },
        "end": {
          "line": 333,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 12555,
      "end": 12560,
      "loc": {
        "start": {
          "line": 334,
          "column": 4
        },
        "end": {
          "line": 334,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "weightedBoundsAvg",
      "start": 12561,
      "end": 12578,
      "loc": {
        "start": {
          "line": 334,
          "column": 10
        },
        "end": {
          "line": 334,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12579,
      "end": 12580,
      "loc": {
        "start": {
          "line": 334,
          "column": 28
        },
        "end": {
          "line": 334,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 12581,
      "end": 12585,
      "loc": {
        "start": {
          "line": 334,
          "column": 30
        },
        "end": {
          "line": 334,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12585,
      "end": 12586,
      "loc": {
        "start": {
          "line": 334,
          "column": 34
        },
        "end": {
          "line": 334,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_getWeightedBoundsAvg",
      "start": 12586,
      "end": 12607,
      "loc": {
        "start": {
          "line": 334,
          "column": 35
        },
        "end": {
          "line": 334,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12607,
      "end": 12608,
      "loc": {
        "start": {
          "line": 334,
          "column": 56
        },
        "end": {
          "line": 334,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "evaluatedModels",
      "start": 12608,
      "end": 12623,
      "loc": {
        "start": {
          "line": 334,
          "column": 57
        },
        "end": {
          "line": 334,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12623,
      "end": 12624,
      "loc": {
        "start": {
          "line": 334,
          "column": 72
        },
        "end": {
          "line": 334,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12624,
      "end": 12625,
      "loc": {
        "start": {
          "line": 334,
          "column": 73
        },
        "end": {
          "line": 334,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 12631,
      "end": 12633,
      "loc": {
        "start": {
          "line": 336,
          "column": 4
        },
        "end": {
          "line": 336,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12634,
      "end": 12635,
      "loc": {
        "start": {
          "line": 336,
          "column": 7
        },
        "end": {
          "line": 336,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 12635,
      "end": 12639,
      "loc": {
        "start": {
          "line": 336,
          "column": 8
        },
        "end": {
          "line": 336,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12639,
      "end": 12640,
      "loc": {
        "start": {
          "line": 336,
          "column": 12
        },
        "end": {
          "line": 336,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineItem",
      "start": 12640,
      "end": 12648,
      "loc": {
        "start": {
          "line": 336,
          "column": 13
        },
        "end": {
          "line": 336,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12648,
      "end": 12649,
      "loc": {
        "start": {
          "line": 336,
          "column": 21
        },
        "end": {
          "line": 336,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 12649,
      "end": 12651,
      "loc": {
        "start": {
          "line": 336,
          "column": 22
        },
        "end": {
          "line": 336,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "==",
      "start": 12652,
      "end": 12654,
      "loc": {
        "start": {
          "line": 336,
          "column": 25
        },
        "end": {
          "line": 336,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 36453602,
      "start": 12655,
      "end": 12663,
      "loc": {
        "start": {
          "line": 336,
          "column": 28
        },
        "end": {
          "line": 336,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12663,
      "end": 12664,
      "loc": {
        "start": {
          "line": 336,
          "column": 36
        },
        "end": {
          "line": 336,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12665,
      "end": 12666,
      "loc": {
        "start": {
          "line": 336,
          "column": 38
        },
        "end": {
          "line": 336,
          "column": 39
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " console.log('line item', this.lineItem);",
      "start": 12673,
      "end": 12716,
      "loc": {
        "start": {
          "line": 337,
          "column": 6
        },
        "end": {
          "line": 337,
          "column": 49
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " console.log('weightedBoundsAvg', weightedBoundsAvg);",
      "start": 12723,
      "end": 12778,
      "loc": {
        "start": {
          "line": 338,
          "column": 6
        },
        "end": {
          "line": 338,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12783,
      "end": 12784,
      "loc": {
        "start": {
          "line": 339,
          "column": 4
        },
        "end": {
          "line": 339,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 12790,
      "end": 12794,
      "loc": {
        "start": {
          "line": 341,
          "column": 4
        },
        "end": {
          "line": 341,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12794,
      "end": 12795,
      "loc": {
        "start": {
          "line": 341,
          "column": 8
        },
        "end": {
          "line": 341,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineItem",
      "start": 12795,
      "end": 12803,
      "loc": {
        "start": {
          "line": 341,
          "column": 9
        },
        "end": {
          "line": 341,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12803,
      "end": 12804,
      "loc": {
        "start": {
          "line": 341,
          "column": 17
        },
        "end": {
          "line": 341,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_cacheValues",
      "start": 12804,
      "end": 12816,
      "loc": {
        "start": {
          "line": 341,
          "column": 18
        },
        "end": {
          "line": 341,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12816,
      "end": 12817,
      "loc": {
        "start": {
          "line": 341,
          "column": 30
        },
        "end": {
          "line": 341,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 12817,
      "end": 12821,
      "loc": {
        "start": {
          "line": 341,
          "column": 31
        },
        "end": {
          "line": 341,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12821,
      "end": 12822,
      "loc": {
        "start": {
          "line": 341,
          "column": 35
        },
        "end": {
          "line": 341,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "predictionType",
      "start": 12822,
      "end": 12836,
      "loc": {
        "start": {
          "line": 341,
          "column": 36
        },
        "end": {
          "line": 341,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12836,
      "end": 12837,
      "loc": {
        "start": {
          "line": 341,
          "column": 50
        },
        "end": {
          "line": 341,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12837,
      "end": 12838,
      "loc": {
        "start": {
          "line": 341,
          "column": 51
        },
        "end": {
          "line": 341,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "weightedNormalValues",
      "start": 12838,
      "end": 12858,
      "loc": {
        "start": {
          "line": 341,
          "column": 52
        },
        "end": {
          "line": 341,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12859,
      "end": 12860,
      "loc": {
        "start": {
          "line": 341,
          "column": 73
        },
        "end": {
          "line": 341,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "weightedBoundsAvg",
      "start": 12861,
      "end": 12878,
      "loc": {
        "start": {
          "line": 341,
          "column": 75
        },
        "end": {
          "line": 341,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12878,
      "end": 12879,
      "loc": {
        "start": {
          "line": 341,
          "column": 92
        },
        "end": {
          "line": 341,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 12885,
      "end": 12887,
      "loc": {
        "start": {
          "line": 343,
          "column": 4
        },
        "end": {
          "line": 343,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12888,
      "end": 12889,
      "loc": {
        "start": {
          "line": 343,
          "column": 7
        },
        "end": {
          "line": 343,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 12889,
      "end": 12893,
      "loc": {
        "start": {
          "line": 343,
          "column": 8
        },
        "end": {
          "line": 343,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12893,
      "end": 12894,
      "loc": {
        "start": {
          "line": 343,
          "column": 12
        },
        "end": {
          "line": 343,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineItem",
      "start": 12894,
      "end": 12902,
      "loc": {
        "start": {
          "line": 343,
          "column": 13
        },
        "end": {
          "line": 343,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12902,
      "end": 12903,
      "loc": {
        "start": {
          "line": 343,
          "column": 21
        },
        "end": {
          "line": 343,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 12903,
      "end": 12905,
      "loc": {
        "start": {
          "line": 343,
          "column": 22
        },
        "end": {
          "line": 343,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "==",
      "start": 12906,
      "end": 12908,
      "loc": {
        "start": {
          "line": 343,
          "column": 25
        },
        "end": {
          "line": 343,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 36453602,
      "start": 12909,
      "end": 12917,
      "loc": {
        "start": {
          "line": 343,
          "column": 28
        },
        "end": {
          "line": 343,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12917,
      "end": 12918,
      "loc": {
        "start": {
          "line": 343,
          "column": 36
        },
        "end": {
          "line": 343,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12919,
      "end": 12920,
      "loc": {
        "start": {
          "line": 343,
          "column": 38
        },
        "end": {
          "line": 343,
          "column": 39
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " console.log('account weightedNormalValues', this.lineItem._cacheValues[this.predictionType].weightedNormalValues);",
      "start": 12927,
      "end": 13044,
      "loc": {
        "start": {
          "line": 344,
          "column": 6
        },
        "end": {
          "line": 344,
          "column": 123
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13049,
      "end": 13050,
      "loc": {
        "start": {
          "line": 345,
          "column": 4
        },
        "end": {
          "line": 345,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 13056,
      "end": 13062,
      "loc": {
        "start": {
          "line": 347,
          "column": 4
        },
        "end": {
          "line": 347,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 13063,
      "end": 13067,
      "loc": {
        "start": {
          "line": 347,
          "column": 11
        },
        "end": {
          "line": 347,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13067,
      "end": 13068,
      "loc": {
        "start": {
          "line": 347,
          "column": 15
        },
        "end": {
          "line": 347,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_getWeightedAvg",
      "start": 13068,
      "end": 13083,
      "loc": {
        "start": {
          "line": 347,
          "column": 16
        },
        "end": {
          "line": 347,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13083,
      "end": 13084,
      "loc": {
        "start": {
          "line": 347,
          "column": 31
        },
        "end": {
          "line": 347,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 13084,
      "end": 13088,
      "loc": {
        "start": {
          "line": 347,
          "column": 32
        },
        "end": {
          "line": 347,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13088,
      "end": 13089,
      "loc": {
        "start": {
          "line": 347,
          "column": 36
        },
        "end": {
          "line": 347,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_filterByBounds",
      "start": 13089,
      "end": 13104,
      "loc": {
        "start": {
          "line": 347,
          "column": 37
        },
        "end": {
          "line": 347,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13104,
      "end": 13105,
      "loc": {
        "start": {
          "line": 347,
          "column": 52
        },
        "end": {
          "line": 347,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "evaluatedModels",
      "start": 13105,
      "end": 13120,
      "loc": {
        "start": {
          "line": 347,
          "column": 53
        },
        "end": {
          "line": 347,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13120,
      "end": 13121,
      "loc": {
        "start": {
          "line": 347,
          "column": 68
        },
        "end": {
          "line": 347,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13121,
      "end": 13122,
      "loc": {
        "start": {
          "line": 347,
          "column": 69
        },
        "end": {
          "line": 347,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13122,
      "end": 13123,
      "loc": {
        "start": {
          "line": 347,
          "column": 70
        },
        "end": {
          "line": 347,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13126,
      "end": 13127,
      "loc": {
        "start": {
          "line": 348,
          "column": 2
        },
        "end": {
          "line": 348,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Evaluate the models using an experimental weighting\n   *\n   * @param {object[]} models\n   * @return {number}\n   ",
      "start": 13131,
      "end": 13254,
      "loc": {
        "start": {
          "line": 350,
          "column": 2
        },
        "end": {
          "line": 355,
          "column": 5
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " @todo replace method above with this one completely, make sure no leftover calls to this method name",
      "start": 13257,
      "end": 13360,
      "loc": {
        "start": {
          "line": 356,
          "column": 2
        },
        "end": {
          "line": 356,
          "column": 105
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " do this as the very last task/item",
      "start": 13363,
      "end": 13400,
      "loc": {
        "start": {
          "line": 357,
          "column": 2
        },
        "end": {
          "line": 357,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "evaluateModelsExperimental",
      "start": 13403,
      "end": 13429,
      "loc": {
        "start": {
          "line": 358,
          "column": 2
        },
        "end": {
          "line": 358,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13429,
      "end": 13430,
      "loc": {
        "start": {
          "line": 358,
          "column": 28
        },
        "end": {
          "line": 358,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "models",
      "start": 13430,
      "end": 13436,
      "loc": {
        "start": {
          "line": 358,
          "column": 29
        },
        "end": {
          "line": 358,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13436,
      "end": 13437,
      "loc": {
        "start": {
          "line": 358,
          "column": 35
        },
        "end": {
          "line": 358,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13438,
      "end": 13439,
      "loc": {
        "start": {
          "line": 358,
          "column": 37
        },
        "end": {
          "line": 358,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 13444,
      "end": 13446,
      "loc": {
        "start": {
          "line": 359,
          "column": 4
        },
        "end": {
          "line": 359,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13447,
      "end": 13448,
      "loc": {
        "start": {
          "line": 359,
          "column": 7
        },
        "end": {
          "line": 359,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 13448,
      "end": 13449,
      "loc": {
        "start": {
          "line": 359,
          "column": 8
        },
        "end": {
          "line": 359,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "models",
      "start": 13449,
      "end": 13455,
      "loc": {
        "start": {
          "line": 359,
          "column": 9
        },
        "end": {
          "line": 359,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 13456,
      "end": 13458,
      "loc": {
        "start": {
          "line": 359,
          "column": 16
        },
        "end": {
          "line": 359,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 13459,
      "end": 13460,
      "loc": {
        "start": {
          "line": 359,
          "column": 19
        },
        "end": {
          "line": 359,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "models",
      "start": 13460,
      "end": 13466,
      "loc": {
        "start": {
          "line": 359,
          "column": 20
        },
        "end": {
          "line": 359,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13466,
      "end": 13467,
      "loc": {
        "start": {
          "line": 359,
          "column": 26
        },
        "end": {
          "line": 359,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 13467,
      "end": 13473,
      "loc": {
        "start": {
          "line": 359,
          "column": 27
        },
        "end": {
          "line": 359,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13473,
      "end": 13474,
      "loc": {
        "start": {
          "line": 359,
          "column": 33
        },
        "end": {
          "line": 359,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 13475,
      "end": 13481,
      "loc": {
        "start": {
          "line": 359,
          "column": 35
        },
        "end": {
          "line": 359,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 13482,
      "end": 13483,
      "loc": {
        "start": {
          "line": 359,
          "column": 42
        },
        "end": {
          "line": 359,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13483,
      "end": 13484,
      "loc": {
        "start": {
          "line": 359,
          "column": 43
        },
        "end": {
          "line": 359,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 13489,
      "end": 13495,
      "loc": {
        "start": {
          "line": 360,
          "column": 4
        },
        "end": {
          "line": 360,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 13496,
      "end": 13500,
      "loc": {
        "start": {
          "line": 360,
          "column": 11
        },
        "end": {
          "line": 360,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13500,
      "end": 13501,
      "loc": {
        "start": {
          "line": 360,
          "column": 15
        },
        "end": {
          "line": 360,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_getExperimentalWeightedAvg",
      "start": 13501,
      "end": 13528,
      "loc": {
        "start": {
          "line": 360,
          "column": 16
        },
        "end": {
          "line": 360,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13528,
      "end": 13529,
      "loc": {
        "start": {
          "line": 360,
          "column": 43
        },
        "end": {
          "line": 360,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 13529,
      "end": 13533,
      "loc": {
        "start": {
          "line": 360,
          "column": 44
        },
        "end": {
          "line": 360,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13533,
      "end": 13534,
      "loc": {
        "start": {
          "line": 360,
          "column": 48
        },
        "end": {
          "line": 360,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_filterByBounds",
      "start": 13534,
      "end": 13549,
      "loc": {
        "start": {
          "line": 360,
          "column": 49
        },
        "end": {
          "line": 360,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13549,
      "end": 13550,
      "loc": {
        "start": {
          "line": 360,
          "column": 64
        },
        "end": {
          "line": 360,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 13550,
      "end": 13554,
      "loc": {
        "start": {
          "line": 360,
          "column": 65
        },
        "end": {
          "line": 360,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13554,
      "end": 13555,
      "loc": {
        "start": {
          "line": 360,
          "column": 69
        },
        "end": {
          "line": 360,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_getEvaluatedModels",
      "start": 13555,
      "end": 13574,
      "loc": {
        "start": {
          "line": 360,
          "column": 70
        },
        "end": {
          "line": 360,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13574,
      "end": 13575,
      "loc": {
        "start": {
          "line": 360,
          "column": 89
        },
        "end": {
          "line": 360,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "models",
      "start": 13575,
      "end": 13581,
      "loc": {
        "start": {
          "line": 360,
          "column": 90
        },
        "end": {
          "line": 360,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13581,
      "end": 13582,
      "loc": {
        "start": {
          "line": 360,
          "column": 96
        },
        "end": {
          "line": 360,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13582,
      "end": 13583,
      "loc": {
        "start": {
          "line": 360,
          "column": 97
        },
        "end": {
          "line": 360,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13583,
      "end": 13584,
      "loc": {
        "start": {
          "line": 360,
          "column": 98
        },
        "end": {
          "line": 360,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13584,
      "end": 13585,
      "loc": {
        "start": {
          "line": 360,
          "column": 99
        },
        "end": {
          "line": 360,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13588,
      "end": 13589,
      "loc": {
        "start": {
          "line": 361,
          "column": 2
        },
        "end": {
          "line": 361,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Evaluate the given models in order of descending r2 value.\n   *\n   * @param {object[]} models\n   * @param {number} [limit=5] The maximum number of models to evaluate\n   * @return {EvaluatedModel[]}\n   ",
      "start": 13593,
      "end": 13805,
      "loc": {
        "start": {
          "line": 363,
          "column": 2
        },
        "end": {
          "line": 369,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_getEvaluatedModels",
      "start": 13808,
      "end": 13827,
      "loc": {
        "start": {
          "line": 370,
          "column": 2
        },
        "end": {
          "line": 370,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13827,
      "end": 13828,
      "loc": {
        "start": {
          "line": 370,
          "column": 21
        },
        "end": {
          "line": 370,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "models",
      "start": 13828,
      "end": 13834,
      "loc": {
        "start": {
          "line": 370,
          "column": 22
        },
        "end": {
          "line": 370,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13834,
      "end": 13835,
      "loc": {
        "start": {
          "line": 370,
          "column": 28
        },
        "end": {
          "line": 370,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "limit",
      "start": 13836,
      "end": 13841,
      "loc": {
        "start": {
          "line": 370,
          "column": 30
        },
        "end": {
          "line": 370,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 13842,
      "end": 13843,
      "loc": {
        "start": {
          "line": 370,
          "column": 36
        },
        "end": {
          "line": 370,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 100,
      "start": 13844,
      "end": 13847,
      "loc": {
        "start": {
          "line": 370,
          "column": 38
        },
        "end": {
          "line": 370,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13847,
      "end": 13848,
      "loc": {
        "start": {
          "line": 370,
          "column": 41
        },
        "end": {
          "line": 370,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13849,
      "end": 13850,
      "loc": {
        "start": {
          "line": 370,
          "column": 43
        },
        "end": {
          "line": 370,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 13855,
      "end": 13860,
      "loc": {
        "start": {
          "line": 371,
          "column": 4
        },
        "end": {
          "line": 371,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "evaluatedModels",
      "start": 13861,
      "end": 13876,
      "loc": {
        "start": {
          "line": 371,
          "column": 10
        },
        "end": {
          "line": 371,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 13877,
      "end": 13878,
      "loc": {
        "start": {
          "line": 371,
          "column": 26
        },
        "end": {
          "line": 371,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13879,
      "end": 13880,
      "loc": {
        "start": {
          "line": 371,
          "column": 28
        },
        "end": {
          "line": 371,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13880,
      "end": 13881,
      "loc": {
        "start": {
          "line": 371,
          "column": 29
        },
        "end": {
          "line": 371,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13881,
      "end": 13882,
      "loc": {
        "start": {
          "line": 371,
          "column": 30
        },
        "end": {
          "line": 371,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 13887,
      "end": 13892,
      "loc": {
        "start": {
          "line": 372,
          "column": 4
        },
        "end": {
          "line": 372,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "orderedModels",
      "start": 13893,
      "end": 13906,
      "loc": {
        "start": {
          "line": 372,
          "column": 10
        },
        "end": {
          "line": 372,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 13907,
      "end": 13908,
      "loc": {
        "start": {
          "line": 372,
          "column": 24
        },
        "end": {
          "line": 372,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "orderBy",
      "start": 13909,
      "end": 13916,
      "loc": {
        "start": {
          "line": 372,
          "column": 26
        },
        "end": {
          "line": 372,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13916,
      "end": 13917,
      "loc": {
        "start": {
          "line": 372,
          "column": 33
        },
        "end": {
          "line": 372,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "models",
      "start": 13917,
      "end": 13923,
      "loc": {
        "start": {
          "line": 372,
          "column": 34
        },
        "end": {
          "line": 372,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13923,
      "end": 13924,
      "loc": {
        "start": {
          "line": 372,
          "column": 40
        },
        "end": {
          "line": 372,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "model.r2",
      "start": 13925,
      "end": 13935,
      "loc": {
        "start": {
          "line": 372,
          "column": 42
        },
        "end": {
          "line": 372,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13935,
      "end": 13936,
      "loc": {
        "start": {
          "line": 372,
          "column": 52
        },
        "end": {
          "line": 372,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "desc",
      "start": 13937,
      "end": 13943,
      "loc": {
        "start": {
          "line": 372,
          "column": 54
        },
        "end": {
          "line": 372,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13943,
      "end": 13944,
      "loc": {
        "start": {
          "line": 372,
          "column": 60
        },
        "end": {
          "line": 372,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 13944,
      "end": 13945,
      "loc": {
        "start": {
          "line": 372,
          "column": 61
        },
        "end": {
          "line": 372,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "for",
        "keyword": "for",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "for",
      "start": 13950,
      "end": 13953,
      "loc": {
        "start": {
          "line": 373,
          "column": 4
        },
        "end": {
          "line": 373,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13954,
      "end": 13955,
      "loc": {
        "start": {
          "line": 373,
          "column": 8
        },
        "end": {
          "line": 373,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 13955,
      "end": 13958,
      "loc": {
        "start": {
          "line": 373,
          "column": 9
        },
        "end": {
          "line": 373,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 13959,
      "end": 13964,
      "loc": {
        "start": {
          "line": 373,
          "column": 13
        },
        "end": {
          "line": 373,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "of",
      "start": 13965,
      "end": 13967,
      "loc": {
        "start": {
          "line": 373,
          "column": 19
        },
        "end": {
          "line": 373,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "orderedModels",
      "start": 13968,
      "end": 13981,
      "loc": {
        "start": {
          "line": 373,
          "column": 22
        },
        "end": {
          "line": 373,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13981,
      "end": 13982,
      "loc": {
        "start": {
          "line": 373,
          "column": 35
        },
        "end": {
          "line": 373,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13983,
      "end": 13984,
      "loc": {
        "start": {
          "line": 373,
          "column": 37
        },
        "end": {
          "line": 373,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 13991,
      "end": 13993,
      "loc": {
        "start": {
          "line": 374,
          "column": 6
        },
        "end": {
          "line": 374,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 13994,
      "end": 13995,
      "loc": {
        "start": {
          "line": 374,
          "column": 9
        },
        "end": {
          "line": 374,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "evaluatedModels",
      "start": 13995,
      "end": 14010,
      "loc": {
        "start": {
          "line": 374,
          "column": 10
        },
        "end": {
          "line": 374,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14010,
      "end": 14011,
      "loc": {
        "start": {
          "line": 374,
          "column": 25
        },
        "end": {
          "line": 374,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 14011,
      "end": 14017,
      "loc": {
        "start": {
          "line": 374,
          "column": 26
        },
        "end": {
          "line": 374,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 14018,
      "end": 14019,
      "loc": {
        "start": {
          "line": 374,
          "column": 33
        },
        "end": {
          "line": 374,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "limit",
      "start": 14020,
      "end": 14025,
      "loc": {
        "start": {
          "line": 374,
          "column": 35
        },
        "end": {
          "line": 374,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14025,
      "end": 14026,
      "loc": {
        "start": {
          "line": 374,
          "column": 40
        },
        "end": {
          "line": 374,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14027,
      "end": 14028,
      "loc": {
        "start": {
          "line": 374,
          "column": 42
        },
        "end": {
          "line": 374,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 14037,
      "end": 14042,
      "loc": {
        "start": {
          "line": 375,
          "column": 8
        },
        "end": {
          "line": 375,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "evaluatedModel",
      "start": 14043,
      "end": 14057,
      "loc": {
        "start": {
          "line": 375,
          "column": 14
        },
        "end": {
          "line": 375,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 14058,
      "end": 14059,
      "loc": {
        "start": {
          "line": 375,
          "column": 29
        },
        "end": {
          "line": 375,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 14060,
      "end": 14064,
      "loc": {
        "start": {
          "line": 375,
          "column": 31
        },
        "end": {
          "line": 375,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14064,
      "end": 14065,
      "loc": {
        "start": {
          "line": 375,
          "column": 35
        },
        "end": {
          "line": 375,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "evaluateModel",
      "start": 14065,
      "end": 14078,
      "loc": {
        "start": {
          "line": 375,
          "column": 36
        },
        "end": {
          "line": 375,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14078,
      "end": 14079,
      "loc": {
        "start": {
          "line": 375,
          "column": 49
        },
        "end": {
          "line": 375,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 14079,
      "end": 14084,
      "loc": {
        "start": {
          "line": 375,
          "column": 50
        },
        "end": {
          "line": 375,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14084,
      "end": 14085,
      "loc": {
        "start": {
          "line": 375,
          "column": 55
        },
        "end": {
          "line": 375,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14085,
      "end": 14086,
      "loc": {
        "start": {
          "line": 375,
          "column": 56
        },
        "end": {
          "line": 375,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 14095,
      "end": 14097,
      "loc": {
        "start": {
          "line": 376,
          "column": 8
        },
        "end": {
          "line": 376,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14098,
      "end": 14099,
      "loc": {
        "start": {
          "line": 376,
          "column": 11
        },
        "end": {
          "line": 376,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Helpers",
      "start": 14099,
      "end": 14106,
      "loc": {
        "start": {
          "line": 376,
          "column": 12
        },
        "end": {
          "line": 376,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14106,
      "end": 14107,
      "loc": {
        "start": {
          "line": 376,
          "column": 19
        },
        "end": {
          "line": 376,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isNumber",
      "start": 14107,
      "end": 14115,
      "loc": {
        "start": {
          "line": 376,
          "column": 20
        },
        "end": {
          "line": 376,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14115,
      "end": 14116,
      "loc": {
        "start": {
          "line": 376,
          "column": 28
        },
        "end": {
          "line": 376,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "evaluatedModel",
      "start": 14116,
      "end": 14130,
      "loc": {
        "start": {
          "line": 376,
          "column": 29
        },
        "end": {
          "line": 376,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14130,
      "end": 14131,
      "loc": {
        "start": {
          "line": 376,
          "column": 43
        },
        "end": {
          "line": 376,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 14131,
      "end": 14136,
      "loc": {
        "start": {
          "line": 376,
          "column": 44
        },
        "end": {
          "line": 376,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14136,
      "end": 14137,
      "loc": {
        "start": {
          "line": 376,
          "column": 49
        },
        "end": {
          "line": 376,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14137,
      "end": 14138,
      "loc": {
        "start": {
          "line": 376,
          "column": 50
        },
        "end": {
          "line": 376,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14139,
      "end": 14140,
      "loc": {
        "start": {
          "line": 376,
          "column": 52
        },
        "end": {
          "line": 376,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "evaluatedModels",
      "start": 14151,
      "end": 14166,
      "loc": {
        "start": {
          "line": 377,
          "column": 10
        },
        "end": {
          "line": 377,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14166,
      "end": 14167,
      "loc": {
        "start": {
          "line": 377,
          "column": 25
        },
        "end": {
          "line": 377,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 14167,
      "end": 14171,
      "loc": {
        "start": {
          "line": 377,
          "column": 26
        },
        "end": {
          "line": 377,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14171,
      "end": 14172,
      "loc": {
        "start": {
          "line": 377,
          "column": 30
        },
        "end": {
          "line": 377,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "evaluatedModel",
      "start": 14172,
      "end": 14186,
      "loc": {
        "start": {
          "line": 377,
          "column": 31
        },
        "end": {
          "line": 377,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14186,
      "end": 14187,
      "loc": {
        "start": {
          "line": 377,
          "column": 45
        },
        "end": {
          "line": 377,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14187,
      "end": 14188,
      "loc": {
        "start": {
          "line": 377,
          "column": 46
        },
        "end": {
          "line": 377,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14197,
      "end": 14198,
      "loc": {
        "start": {
          "line": 378,
          "column": 8
        },
        "end": {
          "line": 378,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14205,
      "end": 14206,
      "loc": {
        "start": {
          "line": 379,
          "column": 6
        },
        "end": {
          "line": 379,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14211,
      "end": 14212,
      "loc": {
        "start": {
          "line": 380,
          "column": 4
        },
        "end": {
          "line": 380,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 14218,
      "end": 14224,
      "loc": {
        "start": {
          "line": 382,
          "column": 4
        },
        "end": {
          "line": 382,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "evaluatedModels",
      "start": 14225,
      "end": 14240,
      "loc": {
        "start": {
          "line": 382,
          "column": 11
        },
        "end": {
          "line": 382,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14240,
      "end": 14241,
      "loc": {
        "start": {
          "line": 382,
          "column": 26
        },
        "end": {
          "line": 382,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14244,
      "end": 14245,
      "loc": {
        "start": {
          "line": 383,
          "column": 2
        },
        "end": {
          "line": 383,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * If any models are in bounds, filter out-of-bounds models from the given models.\n   * TODO: indicate if out-of-bounds models are used as this could reduce the quality of prediction\n   *\n   * @param {EvaluatedModel[]} models\n   * @return {EvaluatedModel[]}\n   ",
      "start": 14249,
      "end": 14518,
      "loc": {
        "start": {
          "line": 385,
          "column": 2
        },
        "end": {
          "line": 391,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_filterByBounds",
      "start": 14521,
      "end": 14536,
      "loc": {
        "start": {
          "line": 392,
          "column": 2
        },
        "end": {
          "line": 392,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14536,
      "end": 14537,
      "loc": {
        "start": {
          "line": 392,
          "column": 17
        },
        "end": {
          "line": 392,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "models",
      "start": 14537,
      "end": 14543,
      "loc": {
        "start": {
          "line": 392,
          "column": 18
        },
        "end": {
          "line": 392,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14543,
      "end": 14544,
      "loc": {
        "start": {
          "line": 392,
          "column": 24
        },
        "end": {
          "line": 392,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14545,
      "end": 14546,
      "loc": {
        "start": {
          "line": 392,
          "column": 26
        },
        "end": {
          "line": 392,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 14551,
      "end": 14556,
      "loc": {
        "start": {
          "line": 393,
          "column": 4
        },
        "end": {
          "line": 393,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "inBounds",
      "start": 14557,
      "end": 14565,
      "loc": {
        "start": {
          "line": 393,
          "column": 10
        },
        "end": {
          "line": 393,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 14566,
      "end": 14567,
      "loc": {
        "start": {
          "line": 393,
          "column": 19
        },
        "end": {
          "line": 393,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "models",
      "start": 14568,
      "end": 14574,
      "loc": {
        "start": {
          "line": 393,
          "column": 21
        },
        "end": {
          "line": 393,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14574,
      "end": 14575,
      "loc": {
        "start": {
          "line": 393,
          "column": 27
        },
        "end": {
          "line": 393,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filter",
      "start": 14575,
      "end": 14581,
      "loc": {
        "start": {
          "line": 393,
          "column": 28
        },
        "end": {
          "line": 393,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14581,
      "end": 14582,
      "loc": {
        "start": {
          "line": 393,
          "column": 34
        },
        "end": {
          "line": 393,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14582,
      "end": 14583,
      "loc": {
        "start": {
          "line": 393,
          "column": 35
        },
        "end": {
          "line": 393,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14583,
      "end": 14584,
      "loc": {
        "start": {
          "line": 393,
          "column": 36
        },
        "end": {
          "line": 393,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isInBounds",
      "start": 14585,
      "end": 14595,
      "loc": {
        "start": {
          "line": 393,
          "column": 38
        },
        "end": {
          "line": 393,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14596,
      "end": 14597,
      "loc": {
        "start": {
          "line": 393,
          "column": 49
        },
        "end": {
          "line": 393,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14597,
      "end": 14598,
      "loc": {
        "start": {
          "line": 393,
          "column": 50
        },
        "end": {
          "line": 393,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14599,
      "end": 14601,
      "loc": {
        "start": {
          "line": 393,
          "column": 52
        },
        "end": {
          "line": 393,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isInBounds",
      "start": 14602,
      "end": 14612,
      "loc": {
        "start": {
          "line": 393,
          "column": 55
        },
        "end": {
          "line": 393,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14612,
      "end": 14613,
      "loc": {
        "start": {
          "line": 393,
          "column": 65
        },
        "end": {
          "line": 393,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14613,
      "end": 14614,
      "loc": {
        "start": {
          "line": 393,
          "column": 66
        },
        "end": {
          "line": 393,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 14619,
      "end": 14625,
      "loc": {
        "start": {
          "line": 394,
          "column": 4
        },
        "end": {
          "line": 394,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "inBounds",
      "start": 14626,
      "end": 14634,
      "loc": {
        "start": {
          "line": 394,
          "column": 11
        },
        "end": {
          "line": 394,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14634,
      "end": 14635,
      "loc": {
        "start": {
          "line": 394,
          "column": 19
        },
        "end": {
          "line": 394,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 14635,
      "end": 14641,
      "loc": {
        "start": {
          "line": 394,
          "column": 20
        },
        "end": {
          "line": 394,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": ">",
      "start": 14642,
      "end": 14643,
      "loc": {
        "start": {
          "line": 394,
          "column": 27
        },
        "end": {
          "line": 394,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 14644,
      "end": 14645,
      "loc": {
        "start": {
          "line": 394,
          "column": 29
        },
        "end": {
          "line": 394,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14646,
      "end": 14647,
      "loc": {
        "start": {
          "line": 394,
          "column": 31
        },
        "end": {
          "line": 394,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "inBounds",
      "start": 14648,
      "end": 14656,
      "loc": {
        "start": {
          "line": 394,
          "column": 33
        },
        "end": {
          "line": 394,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14657,
      "end": 14658,
      "loc": {
        "start": {
          "line": 394,
          "column": 42
        },
        "end": {
          "line": 394,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "models",
      "start": 14659,
      "end": 14665,
      "loc": {
        "start": {
          "line": 394,
          "column": 44
        },
        "end": {
          "line": 394,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14665,
      "end": 14666,
      "loc": {
        "start": {
          "line": 394,
          "column": 50
        },
        "end": {
          "line": 394,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filter",
      "start": 14666,
      "end": 14672,
      "loc": {
        "start": {
          "line": 394,
          "column": 51
        },
        "end": {
          "line": 394,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14672,
      "end": 14673,
      "loc": {
        "start": {
          "line": 394,
          "column": 57
        },
        "end": {
          "line": 394,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14673,
      "end": 14674,
      "loc": {
        "start": {
          "line": 394,
          "column": 58
        },
        "end": {
          "line": 394,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14674,
      "end": 14675,
      "loc": {
        "start": {
          "line": 394,
          "column": 59
        },
        "end": {
          "line": 394,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 14676,
      "end": 14681,
      "loc": {
        "start": {
          "line": 394,
          "column": 61
        },
        "end": {
          "line": 394,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14682,
      "end": 14683,
      "loc": {
        "start": {
          "line": 394,
          "column": 67
        },
        "end": {
          "line": 394,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14683,
      "end": 14684,
      "loc": {
        "start": {
          "line": 394,
          "column": 68
        },
        "end": {
          "line": 394,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14685,
      "end": 14687,
      "loc": {
        "start": {
          "line": 394,
          "column": 70
        },
        "end": {
          "line": 394,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 14688,
      "end": 14693,
      "loc": {
        "start": {
          "line": 394,
          "column": 73
        },
        "end": {
          "line": 394,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 14694,
      "end": 14697,
      "loc": {
        "start": {
          "line": 394,
          "column": 79
        },
        "end": {
          "line": 394,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 14698,
      "end": 14702,
      "loc": {
        "start": {
          "line": 394,
          "column": 83
        },
        "end": {
          "line": 394,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14702,
      "end": 14703,
      "loc": {
        "start": {
          "line": 394,
          "column": 87
        },
        "end": {
          "line": 394,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14703,
      "end": 14704,
      "loc": {
        "start": {
          "line": 394,
          "column": 88
        },
        "end": {
          "line": 394,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14707,
      "end": 14708,
      "loc": {
        "start": {
          "line": 395,
          "column": 2
        },
        "end": {
          "line": 395,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Gets the dependencies used in the prediction models for the given line item def id\n   *\n   * @return {bidEntity[]} The prediction model dependencies\n   ",
      "start": 14712,
      "end": 14875,
      "loc": {
        "start": {
          "line": 397,
          "column": 2
        },
        "end": {
          "line": 401,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getPredictionDependencies",
      "start": 14878,
      "end": 14903,
      "loc": {
        "start": {
          "line": 402,
          "column": 2
        },
        "end": {
          "line": 402,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14903,
      "end": 14904,
      "loc": {
        "start": {
          "line": 402,
          "column": 27
        },
        "end": {
          "line": 402,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14904,
      "end": 14905,
      "loc": {
        "start": {
          "line": 402,
          "column": 28
        },
        "end": {
          "line": 402,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14906,
      "end": 14907,
      "loc": {
        "start": {
          "line": 402,
          "column": 30
        },
        "end": {
          "line": 402,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 14912,
      "end": 14917,
      "loc": {
        "start": {
          "line": 403,
          "column": 4
        },
        "end": {
          "line": 403,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencies",
      "start": 14918,
      "end": 14930,
      "loc": {
        "start": {
          "line": 403,
          "column": 10
        },
        "end": {
          "line": 403,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 14931,
      "end": 14932,
      "loc": {
        "start": {
          "line": 403,
          "column": 23
        },
        "end": {
          "line": 403,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14933,
      "end": 14934,
      "loc": {
        "start": {
          "line": 403,
          "column": 25
        },
        "end": {
          "line": 403,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14934,
      "end": 14935,
      "loc": {
        "start": {
          "line": 403,
          "column": 26
        },
        "end": {
          "line": 403,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14935,
      "end": 14936,
      "loc": {
        "start": {
          "line": 403,
          "column": 27
        },
        "end": {
          "line": 403,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "for",
        "keyword": "for",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "for",
      "start": 14942,
      "end": 14945,
      "loc": {
        "start": {
          "line": 405,
          "column": 4
        },
        "end": {
          "line": 405,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14946,
      "end": 14947,
      "loc": {
        "start": {
          "line": 405,
          "column": 8
        },
        "end": {
          "line": 405,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 14947,
      "end": 14950,
      "loc": {
        "start": {
          "line": 405,
          "column": 9
        },
        "end": {
          "line": 405,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 14951,
      "end": 14956,
      "loc": {
        "start": {
          "line": 405,
          "column": 13
        },
        "end": {
          "line": 405,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "of",
      "start": 14957,
      "end": 14959,
      "loc": {
        "start": {
          "line": 405,
          "column": 19
        },
        "end": {
          "line": 405,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 14960,
      "end": 14964,
      "loc": {
        "start": {
          "line": 405,
          "column": 22
        },
        "end": {
          "line": 405,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14964,
      "end": 14965,
      "loc": {
        "start": {
          "line": 405,
          "column": 26
        },
        "end": {
          "line": 405,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "models",
      "start": 14965,
      "end": 14971,
      "loc": {
        "start": {
          "line": 405,
          "column": 27
        },
        "end": {
          "line": 405,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14971,
      "end": 14972,
      "loc": {
        "start": {
          "line": 405,
          "column": 33
        },
        "end": {
          "line": 405,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14973,
      "end": 14974,
      "loc": {
        "start": {
          "line": 405,
          "column": 35
        },
        "end": {
          "line": 405,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 14981,
      "end": 14987,
      "loc": {
        "start": {
          "line": 406,
          "column": 6
        },
        "end": {
          "line": 406,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14987,
      "end": 14988,
      "loc": {
        "start": {
          "line": 406,
          "column": 12
        },
        "end": {
          "line": 406,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keys",
      "start": 14988,
      "end": 14992,
      "loc": {
        "start": {
          "line": 406,
          "column": 13
        },
        "end": {
          "line": 406,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 14992,
      "end": 14993,
      "loc": {
        "start": {
          "line": 406,
          "column": 17
        },
        "end": {
          "line": 406,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 14993,
      "end": 14998,
      "loc": {
        "start": {
          "line": 406,
          "column": 18
        },
        "end": {
          "line": 406,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 14998,
      "end": 14999,
      "loc": {
        "start": {
          "line": 406,
          "column": 23
        },
        "end": {
          "line": 406,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencies",
      "start": 14999,
      "end": 15011,
      "loc": {
        "start": {
          "line": 406,
          "column": 24
        },
        "end": {
          "line": 406,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15011,
      "end": 15012,
      "loc": {
        "start": {
          "line": 406,
          "column": 36
        },
        "end": {
          "line": 406,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15012,
      "end": 15013,
      "loc": {
        "start": {
          "line": 406,
          "column": 37
        },
        "end": {
          "line": 406,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "forEach",
      "start": 15013,
      "end": 15020,
      "loc": {
        "start": {
          "line": 406,
          "column": 38
        },
        "end": {
          "line": 406,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15020,
      "end": 15021,
      "loc": {
        "start": {
          "line": 406,
          "column": 45
        },
        "end": {
          "line": 406,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 15021,
      "end": 15024,
      "loc": {
        "start": {
          "line": 406,
          "column": 46
        },
        "end": {
          "line": 406,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15025,
      "end": 15027,
      "loc": {
        "start": {
          "line": 406,
          "column": 50
        },
        "end": {
          "line": 406,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15028,
      "end": 15029,
      "loc": {
        "start": {
          "line": 406,
          "column": 53
        },
        "end": {
          "line": 406,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 15038,
      "end": 15040,
      "loc": {
        "start": {
          "line": 407,
          "column": 8
        },
        "end": {
          "line": 407,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15041,
      "end": 15042,
      "loc": {
        "start": {
          "line": 407,
          "column": 11
        },
        "end": {
          "line": 407,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 15042,
      "end": 15045,
      "loc": {
        "start": {
          "line": 407,
          "column": 12
        },
        "end": {
          "line": 407,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 15046,
      "end": 15049,
      "loc": {
        "start": {
          "line": 407,
          "column": 16
        },
        "end": {
          "line": 407,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "y",
      "start": 15050,
      "end": 15053,
      "loc": {
        "start": {
          "line": 407,
          "column": 20
        },
        "end": {
          "line": 407,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15053,
      "end": 15054,
      "loc": {
        "start": {
          "line": 407,
          "column": 23
        },
        "end": {
          "line": 407,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15055,
      "end": 15056,
      "loc": {
        "start": {
          "line": 407,
          "column": 25
        },
        "end": {
          "line": 407,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 15067,
      "end": 15072,
      "loc": {
        "start": {
          "line": 408,
          "column": 10
        },
        "end": {
          "line": 408,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15073,
      "end": 15074,
      "loc": {
        "start": {
          "line": 408,
          "column": 16
        },
        "end": {
          "line": 408,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 15075,
      "end": 15079,
      "loc": {
        "start": {
          "line": 408,
          "column": 18
        },
        "end": {
          "line": 408,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15079,
      "end": 15080,
      "loc": {
        "start": {
          "line": 408,
          "column": 22
        },
        "end": {
          "line": 408,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "definition_id",
      "start": 15081,
      "end": 15094,
      "loc": {
        "start": {
          "line": 408,
          "column": 24
        },
        "end": {
          "line": 408,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15095,
      "end": 15096,
      "loc": {
        "start": {
          "line": 408,
          "column": 38
        },
        "end": {
          "line": 408,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 15097,
      "end": 15098,
      "loc": {
        "start": {
          "line": 408,
          "column": 40
        },
        "end": {
          "line": 408,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 15099,
      "end": 15104,
      "loc": {
        "start": {
          "line": 408,
          "column": 42
        },
        "end": {
          "line": 408,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15104,
      "end": 15105,
      "loc": {
        "start": {
          "line": 408,
          "column": 47
        },
        "end": {
          "line": 408,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencies",
      "start": 15105,
      "end": 15117,
      "loc": {
        "start": {
          "line": 408,
          "column": 48
        },
        "end": {
          "line": 408,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15117,
      "end": 15118,
      "loc": {
        "start": {
          "line": 408,
          "column": 60
        },
        "end": {
          "line": 408,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 15118,
      "end": 15121,
      "loc": {
        "start": {
          "line": 408,
          "column": 61
        },
        "end": {
          "line": 408,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15121,
      "end": 15122,
      "loc": {
        "start": {
          "line": 408,
          "column": 64
        },
        "end": {
          "line": 408,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15122,
      "end": 15123,
      "loc": {
        "start": {
          "line": 408,
          "column": 65
        },
        "end": {
          "line": 408,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 15134,
      "end": 15139,
      "loc": {
        "start": {
          "line": 409,
          "column": 10
        },
        "end": {
          "line": 409,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entities",
      "start": 15140,
      "end": 15148,
      "loc": {
        "start": {
          "line": 409,
          "column": 16
        },
        "end": {
          "line": 409,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 15149,
      "end": 15150,
      "loc": {
        "start": {
          "line": 409,
          "column": 25
        },
        "end": {
          "line": 409,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 15151,
      "end": 15155,
      "loc": {
        "start": {
          "line": 409,
          "column": 27
        },
        "end": {
          "line": 409,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15155,
      "end": 15156,
      "loc": {
        "start": {
          "line": 409,
          "column": 31
        },
        "end": {
          "line": 409,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bid",
      "start": 15156,
      "end": 15159,
      "loc": {
        "start": {
          "line": 409,
          "column": 32
        },
        "end": {
          "line": 409,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15159,
      "end": 15160,
      "loc": {
        "start": {
          "line": 409,
          "column": 35
        },
        "end": {
          "line": 409,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entities",
      "start": 15160,
      "end": 15168,
      "loc": {
        "start": {
          "line": 409,
          "column": 36
        },
        "end": {
          "line": 409,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15168,
      "end": 15169,
      "loc": {
        "start": {
          "line": 409,
          "column": 44
        },
        "end": {
          "line": 409,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getBidEntitiesByDefId",
      "start": 15169,
      "end": 15190,
      "loc": {
        "start": {
          "line": 409,
          "column": 45
        },
        "end": {
          "line": 409,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15190,
      "end": 15191,
      "loc": {
        "start": {
          "line": 409,
          "column": 66
        },
        "end": {
          "line": 409,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 15191,
      "end": 15195,
      "loc": {
        "start": {
          "line": 409,
          "column": 67
        },
        "end": {
          "line": 409,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15195,
      "end": 15196,
      "loc": {
        "start": {
          "line": 409,
          "column": 71
        },
        "end": {
          "line": 409,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "definition_id",
      "start": 15197,
      "end": 15210,
      "loc": {
        "start": {
          "line": 409,
          "column": 73
        },
        "end": {
          "line": 409,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15210,
      "end": 15211,
      "loc": {
        "start": {
          "line": 409,
          "column": 86
        },
        "end": {
          "line": 409,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15211,
      "end": 15212,
      "loc": {
        "start": {
          "line": 409,
          "column": 87
        },
        "end": {
          "line": 409,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 15223,
      "end": 15225,
      "loc": {
        "start": {
          "line": 410,
          "column": 10
        },
        "end": {
          "line": 410,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15226,
      "end": 15227,
      "loc": {
        "start": {
          "line": 410,
          "column": 13
        },
        "end": {
          "line": 410,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entities",
      "start": 15227,
      "end": 15235,
      "loc": {
        "start": {
          "line": 410,
          "column": 14
        },
        "end": {
          "line": 410,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15235,
      "end": 15236,
      "loc": {
        "start": {
          "line": 410,
          "column": 22
        },
        "end": {
          "line": 410,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15237,
      "end": 15238,
      "loc": {
        "start": {
          "line": 410,
          "column": 24
        },
        "end": {
          "line": 410,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencies",
      "start": 15251,
      "end": 15263,
      "loc": {
        "start": {
          "line": 411,
          "column": 12
        },
        "end": {
          "line": 411,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15263,
      "end": 15264,
      "loc": {
        "start": {
          "line": 411,
          "column": 24
        },
        "end": {
          "line": 411,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 15264,
      "end": 15268,
      "loc": {
        "start": {
          "line": 411,
          "column": 25
        },
        "end": {
          "line": 411,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15268,
      "end": 15269,
      "loc": {
        "start": {
          "line": 411,
          "column": 29
        },
        "end": {
          "line": 411,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "...",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15269,
      "end": 15272,
      "loc": {
        "start": {
          "line": 411,
          "column": 30
        },
        "end": {
          "line": 411,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "entities",
      "start": 15272,
      "end": 15280,
      "loc": {
        "start": {
          "line": 411,
          "column": 33
        },
        "end": {
          "line": 411,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15280,
      "end": 15281,
      "loc": {
        "start": {
          "line": 411,
          "column": 41
        },
        "end": {
          "line": 411,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15281,
      "end": 15282,
      "loc": {
        "start": {
          "line": 411,
          "column": 42
        },
        "end": {
          "line": 411,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15293,
      "end": 15294,
      "loc": {
        "start": {
          "line": 412,
          "column": 10
        },
        "end": {
          "line": 412,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15303,
      "end": 15304,
      "loc": {
        "start": {
          "line": 413,
          "column": 8
        },
        "end": {
          "line": 413,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15311,
      "end": 15312,
      "loc": {
        "start": {
          "line": 414,
          "column": 6
        },
        "end": {
          "line": 414,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15312,
      "end": 15313,
      "loc": {
        "start": {
          "line": 414,
          "column": 7
        },
        "end": {
          "line": 414,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15313,
      "end": 15314,
      "loc": {
        "start": {
          "line": 414,
          "column": 8
        },
        "end": {
          "line": 414,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15319,
      "end": 15320,
      "loc": {
        "start": {
          "line": 415,
          "column": 4
        },
        "end": {
          "line": 415,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 15325,
      "end": 15331,
      "loc": {
        "start": {
          "line": 416,
          "column": 4
        },
        "end": {
          "line": 416,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencies",
      "start": 15332,
      "end": 15344,
      "loc": {
        "start": {
          "line": 416,
          "column": 11
        },
        "end": {
          "line": 416,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15344,
      "end": 15345,
      "loc": {
        "start": {
          "line": 416,
          "column": 23
        },
        "end": {
          "line": 416,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15348,
      "end": 15349,
      "loc": {
        "start": {
          "line": 417,
          "column": 2
        },
        "end": {
          "line": 417,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Get the Z-Factor for this Bid Line Item\n   *\n   * @param {object[]} lineItem\n   * @return {number}\n   ",
      "start": 15353,
      "end": 15466,
      "loc": {
        "start": {
          "line": 419,
          "column": 2
        },
        "end": {
          "line": 424,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_getZFactor",
      "start": 15469,
      "end": 15480,
      "loc": {
        "start": {
          "line": 425,
          "column": 2
        },
        "end": {
          "line": 425,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15480,
      "end": 15481,
      "loc": {
        "start": {
          "line": 425,
          "column": 13
        },
        "end": {
          "line": 425,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineItem",
      "start": 15481,
      "end": 15489,
      "loc": {
        "start": {
          "line": 425,
          "column": 14
        },
        "end": {
          "line": 425,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15489,
      "end": 15490,
      "loc": {
        "start": {
          "line": 425,
          "column": 22
        },
        "end": {
          "line": 425,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "zFactors",
      "start": 15491,
      "end": 15499,
      "loc": {
        "start": {
          "line": 425,
          "column": 24
        },
        "end": {
          "line": 425,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15499,
      "end": 15500,
      "loc": {
        "start": {
          "line": 425,
          "column": 32
        },
        "end": {
          "line": 425,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15501,
      "end": 15502,
      "loc": {
        "start": {
          "line": 425,
          "column": 34
        },
        "end": {
          "line": 425,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 15507,
      "end": 15510,
      "loc": {
        "start": {
          "line": 426,
          "column": 4
        },
        "end": {
          "line": 426,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineItemType",
      "start": 15511,
      "end": 15523,
      "loc": {
        "start": {
          "line": 426,
          "column": 8
        },
        "end": {
          "line": 426,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 15524,
      "end": 15525,
      "loc": {
        "start": {
          "line": 426,
          "column": 21
        },
        "end": {
          "line": 426,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineItem",
      "start": 15526,
      "end": 15534,
      "loc": {
        "start": {
          "line": 426,
          "column": 23
        },
        "end": {
          "line": 426,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15534,
      "end": 15535,
      "loc": {
        "start": {
          "line": 426,
          "column": 31
        },
        "end": {
          "line": 426,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_data",
      "start": 15535,
      "end": 15540,
      "loc": {
        "start": {
          "line": 426,
          "column": 32
        },
        "end": {
          "line": 426,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15540,
      "end": 15541,
      "loc": {
        "start": {
          "line": 426,
          "column": 37
        },
        "end": {
          "line": 426,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 15541,
      "end": 15547,
      "loc": {
        "start": {
          "line": 426,
          "column": 38
        },
        "end": {
          "line": 426,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15547,
      "end": 15548,
      "loc": {
        "start": {
          "line": 426,
          "column": 44
        },
        "end": {
          "line": 426,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 15548,
      "end": 15552,
      "loc": {
        "start": {
          "line": 426,
          "column": 45
        },
        "end": {
          "line": 426,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15552,
      "end": 15553,
      "loc": {
        "start": {
          "line": 426,
          "column": 49
        },
        "end": {
          "line": 426,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 15558,
      "end": 15561,
      "loc": {
        "start": {
          "line": 427,
          "column": 4
        },
        "end": {
          "line": 427,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineItemProviderType",
      "start": 15562,
      "end": 15582,
      "loc": {
        "start": {
          "line": 427,
          "column": 8
        },
        "end": {
          "line": 427,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 15583,
      "end": 15584,
      "loc": {
        "start": {
          "line": 427,
          "column": 29
        },
        "end": {
          "line": 427,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineItem",
      "start": 15585,
      "end": 15593,
      "loc": {
        "start": {
          "line": 427,
          "column": 31
        },
        "end": {
          "line": 427,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15593,
      "end": 15594,
      "loc": {
        "start": {
          "line": 427,
          "column": 39
        },
        "end": {
          "line": 427,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_data",
      "start": 15594,
      "end": 15599,
      "loc": {
        "start": {
          "line": 427,
          "column": 40
        },
        "end": {
          "line": 427,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15599,
      "end": 15600,
      "loc": {
        "start": {
          "line": 427,
          "column": 45
        },
        "end": {
          "line": 427,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "config",
      "start": 15600,
      "end": 15606,
      "loc": {
        "start": {
          "line": 427,
          "column": 46
        },
        "end": {
          "line": 427,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15606,
      "end": 15607,
      "loc": {
        "start": {
          "line": 427,
          "column": 52
        },
        "end": {
          "line": 427,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "provider_type",
      "start": 15607,
      "end": 15620,
      "loc": {
        "start": {
          "line": 427,
          "column": 53
        },
        "end": {
          "line": 427,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15620,
      "end": 15621,
      "loc": {
        "start": {
          "line": 427,
          "column": 66
        },
        "end": {
          "line": 427,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 15627,
      "end": 15629,
      "loc": {
        "start": {
          "line": 429,
          "column": 4
        },
        "end": {
          "line": 429,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15630,
      "end": 15631,
      "loc": {
        "start": {
          "line": 429,
          "column": 7
        },
        "end": {
          "line": 429,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineItemType",
      "start": 15631,
      "end": 15643,
      "loc": {
        "start": {
          "line": 429,
          "column": 8
        },
        "end": {
          "line": 429,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 15644,
      "end": 15647,
      "loc": {
        "start": {
          "line": 429,
          "column": 21
        },
        "end": {
          "line": 429,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 15648,
      "end": 15652,
      "loc": {
        "start": {
          "line": 429,
          "column": 25
        },
        "end": {
          "line": 429,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 15653,
      "end": 15655,
      "loc": {
        "start": {
          "line": 429,
          "column": 30
        },
        "end": {
          "line": 429,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineItemProviderType",
      "start": 15656,
      "end": 15676,
      "loc": {
        "start": {
          "line": 429,
          "column": 33
        },
        "end": {
          "line": 429,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 15677,
      "end": 15680,
      "loc": {
        "start": {
          "line": 429,
          "column": 54
        },
        "end": {
          "line": 429,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 15681,
      "end": 15685,
      "loc": {
        "start": {
          "line": 429,
          "column": 58
        },
        "end": {
          "line": 429,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15685,
      "end": 15686,
      "loc": {
        "start": {
          "line": 429,
          "column": 62
        },
        "end": {
          "line": 429,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15687,
      "end": 15688,
      "loc": {
        "start": {
          "line": 429,
          "column": 64
        },
        "end": {
          "line": 429,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 15695,
      "end": 15698,
      "loc": {
        "start": {
          "line": 430,
          "column": 6
        },
        "end": {
          "line": 430,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filter",
      "start": 15699,
      "end": 15705,
      "loc": {
        "start": {
          "line": 430,
          "column": 10
        },
        "end": {
          "line": 430,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 15706,
      "end": 15707,
      "loc": {
        "start": {
          "line": 430,
          "column": 17
        },
        "end": {
          "line": 430,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15708,
      "end": 15709,
      "loc": {
        "start": {
          "line": 430,
          "column": 19
        },
        "end": {
          "line": 430,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 15718,
      "end": 15722,
      "loc": {
        "start": {
          "line": 431,
          "column": 8
        },
        "end": {
          "line": 431,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15722,
      "end": 15723,
      "loc": {
        "start": {
          "line": 431,
          "column": 12
        },
        "end": {
          "line": 431,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineItemType",
      "start": 15724,
      "end": 15736,
      "loc": {
        "start": {
          "line": 431,
          "column": 14
        },
        "end": {
          "line": 431,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15736,
      "end": 15737,
      "loc": {
        "start": {
          "line": 431,
          "column": 26
        },
        "end": {
          "line": 431,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "provider_type",
      "start": 15746,
      "end": 15759,
      "loc": {
        "start": {
          "line": 432,
          "column": 8
        },
        "end": {
          "line": 432,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15759,
      "end": 15760,
      "loc": {
        "start": {
          "line": 432,
          "column": 21
        },
        "end": {
          "line": 432,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "lineItemProviderType",
      "start": 15761,
      "end": 15781,
      "loc": {
        "start": {
          "line": 432,
          "column": 23
        },
        "end": {
          "line": 432,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15788,
      "end": 15789,
      "loc": {
        "start": {
          "line": 433,
          "column": 6
        },
        "end": {
          "line": 433,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15789,
      "end": 15790,
      "loc": {
        "start": {
          "line": 433,
          "column": 7
        },
        "end": {
          "line": 433,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 15798,
      "end": 15801,
      "loc": {
        "start": {
          "line": 435,
          "column": 6
        },
        "end": {
          "line": 435,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "zFactorsFiltered",
      "start": 15802,
      "end": 15818,
      "loc": {
        "start": {
          "line": 435,
          "column": 10
        },
        "end": {
          "line": 435,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 15819,
      "end": 15820,
      "loc": {
        "start": {
          "line": 435,
          "column": 27
        },
        "end": {
          "line": 435,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "zFactors",
      "start": 15821,
      "end": 15829,
      "loc": {
        "start": {
          "line": 435,
          "column": 29
        },
        "end": {
          "line": 435,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15829,
      "end": 15830,
      "loc": {
        "start": {
          "line": 435,
          "column": 37
        },
        "end": {
          "line": 435,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filter",
      "start": 15830,
      "end": 15836,
      "loc": {
        "start": {
          "line": 435,
          "column": 38
        },
        "end": {
          "line": 435,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15836,
      "end": 15837,
      "loc": {
        "start": {
          "line": 435,
          "column": 44
        },
        "end": {
          "line": 435,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 15837,
      "end": 15845,
      "loc": {
        "start": {
          "line": 435,
          "column": 45
        },
        "end": {
          "line": 435,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15845,
      "end": 15846,
      "loc": {
        "start": {
          "line": 435,
          "column": 53
        },
        "end": {
          "line": 435,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "item",
      "start": 15846,
      "end": 15850,
      "loc": {
        "start": {
          "line": 435,
          "column": 54
        },
        "end": {
          "line": 435,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15850,
      "end": 15851,
      "loc": {
        "start": {
          "line": 435,
          "column": 58
        },
        "end": {
          "line": 435,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15852,
      "end": 15853,
      "loc": {
        "start": {
          "line": 435,
          "column": 60
        },
        "end": {
          "line": 435,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "for",
        "keyword": "for",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "for",
      "start": 15862,
      "end": 15865,
      "loc": {
        "start": {
          "line": 436,
          "column": 8
        },
        "end": {
          "line": 436,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15866,
      "end": 15867,
      "loc": {
        "start": {
          "line": 436,
          "column": 12
        },
        "end": {
          "line": 436,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 15867,
      "end": 15870,
      "loc": {
        "start": {
          "line": 436,
          "column": 13
        },
        "end": {
          "line": 436,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 15871,
      "end": 15874,
      "loc": {
        "start": {
          "line": 436,
          "column": 17
        },
        "end": {
          "line": 436,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "in",
        "keyword": "in",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "in",
      "start": 15875,
      "end": 15877,
      "loc": {
        "start": {
          "line": 436,
          "column": 21
        },
        "end": {
          "line": 436,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filter",
      "start": 15878,
      "end": 15884,
      "loc": {
        "start": {
          "line": 436,
          "column": 24
        },
        "end": {
          "line": 436,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15884,
      "end": 15885,
      "loc": {
        "start": {
          "line": 436,
          "column": 30
        },
        "end": {
          "line": 436,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15886,
      "end": 15887,
      "loc": {
        "start": {
          "line": 436,
          "column": 32
        },
        "end": {
          "line": 436,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 15898,
      "end": 15900,
      "loc": {
        "start": {
          "line": 437,
          "column": 10
        },
        "end": {
          "line": 437,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15901,
      "end": 15902,
      "loc": {
        "start": {
          "line": 437,
          "column": 13
        },
        "end": {
          "line": 437,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "item",
      "start": 15902,
      "end": 15906,
      "loc": {
        "start": {
          "line": 437,
          "column": 14
        },
        "end": {
          "line": 437,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15906,
      "end": 15907,
      "loc": {
        "start": {
          "line": 437,
          "column": 18
        },
        "end": {
          "line": 437,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 15907,
      "end": 15910,
      "loc": {
        "start": {
          "line": 437,
          "column": 19
        },
        "end": {
          "line": 437,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15910,
      "end": 15911,
      "loc": {
        "start": {
          "line": 437,
          "column": 22
        },
        "end": {
          "line": 437,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 15912,
      "end": 15915,
      "loc": {
        "start": {
          "line": 437,
          "column": 24
        },
        "end": {
          "line": 437,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 15916,
      "end": 15925,
      "loc": {
        "start": {
          "line": 437,
          "column": 28
        },
        "end": {
          "line": 437,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 15926,
      "end": 15928,
      "loc": {
        "start": {
          "line": 437,
          "column": 38
        },
        "end": {
          "line": 437,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "item",
      "start": 15929,
      "end": 15933,
      "loc": {
        "start": {
          "line": 437,
          "column": 41
        },
        "end": {
          "line": 437,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15933,
      "end": 15934,
      "loc": {
        "start": {
          "line": 437,
          "column": 45
        },
        "end": {
          "line": 437,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 15934,
      "end": 15937,
      "loc": {
        "start": {
          "line": 437,
          "column": 46
        },
        "end": {
          "line": 437,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15937,
      "end": 15938,
      "loc": {
        "start": {
          "line": 437,
          "column": 49
        },
        "end": {
          "line": 437,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!=",
      "start": 15939,
      "end": 15941,
      "loc": {
        "start": {
          "line": 437,
          "column": 51
        },
        "end": {
          "line": 437,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filter",
      "start": 15942,
      "end": 15948,
      "loc": {
        "start": {
          "line": 437,
          "column": 54
        },
        "end": {
          "line": 437,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15948,
      "end": 15949,
      "loc": {
        "start": {
          "line": 437,
          "column": 60
        },
        "end": {
          "line": 437,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 15949,
      "end": 15952,
      "loc": {
        "start": {
          "line": 437,
          "column": 61
        },
        "end": {
          "line": 437,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15952,
      "end": 15953,
      "loc": {
        "start": {
          "line": 437,
          "column": 64
        },
        "end": {
          "line": 437,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15953,
      "end": 15954,
      "loc": {
        "start": {
          "line": 437,
          "column": 65
        },
        "end": {
          "line": 437,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 15967,
      "end": 15973,
      "loc": {
        "start": {
          "line": 438,
          "column": 12
        },
        "end": {
          "line": 438,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 15974,
      "end": 15979,
      "loc": {
        "start": {
          "line": 438,
          "column": 19
        },
        "end": {
          "line": 438,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 15979,
      "end": 15980,
      "loc": {
        "start": {
          "line": 438,
          "column": 24
        },
        "end": {
          "line": 438,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 15989,
      "end": 15990,
      "loc": {
        "start": {
          "line": 439,
          "column": 8
        },
        "end": {
          "line": 439,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 15999,
      "end": 16005,
      "loc": {
        "start": {
          "line": 440,
          "column": 8
        },
        "end": {
          "line": 440,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 16006,
      "end": 16010,
      "loc": {
        "start": {
          "line": 440,
          "column": 15
        },
        "end": {
          "line": 440,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16010,
      "end": 16011,
      "loc": {
        "start": {
          "line": 440,
          "column": 19
        },
        "end": {
          "line": 440,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16018,
      "end": 16019,
      "loc": {
        "start": {
          "line": 441,
          "column": 6
        },
        "end": {
          "line": 441,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16019,
      "end": 16020,
      "loc": {
        "start": {
          "line": 441,
          "column": 7
        },
        "end": {
          "line": 441,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16020,
      "end": 16021,
      "loc": {
        "start": {
          "line": 441,
          "column": 8
        },
        "end": {
          "line": 441,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 16029,
      "end": 16031,
      "loc": {
        "start": {
          "line": 443,
          "column": 6
        },
        "end": {
          "line": 443,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16032,
      "end": 16033,
      "loc": {
        "start": {
          "line": 443,
          "column": 9
        },
        "end": {
          "line": 443,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "zFactorsFiltered",
      "start": 16033,
      "end": 16049,
      "loc": {
        "start": {
          "line": 443,
          "column": 10
        },
        "end": {
          "line": 443,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16049,
      "end": 16050,
      "loc": {
        "start": {
          "line": 443,
          "column": 26
        },
        "end": {
          "line": 443,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 16050,
      "end": 16056,
      "loc": {
        "start": {
          "line": 443,
          "column": 27
        },
        "end": {
          "line": 443,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "==",
      "start": 16057,
      "end": 16059,
      "loc": {
        "start": {
          "line": 443,
          "column": 34
        },
        "end": {
          "line": 443,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 16060,
      "end": 16061,
      "loc": {
        "start": {
          "line": 443,
          "column": 37
        },
        "end": {
          "line": 443,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16061,
      "end": 16062,
      "loc": {
        "start": {
          "line": 443,
          "column": 38
        },
        "end": {
          "line": 443,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16063,
      "end": 16064,
      "loc": {
        "start": {
          "line": 443,
          "column": 40
        },
        "end": {
          "line": 443,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 16073,
      "end": 16079,
      "loc": {
        "start": {
          "line": 444,
          "column": 8
        },
        "end": {
          "line": 444,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "zFactorsFiltered",
      "start": 16080,
      "end": 16096,
      "loc": {
        "start": {
          "line": 444,
          "column": 15
        },
        "end": {
          "line": 444,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16096,
      "end": 16097,
      "loc": {
        "start": {
          "line": 444,
          "column": 31
        },
        "end": {
          "line": 444,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 16097,
      "end": 16098,
      "loc": {
        "start": {
          "line": 444,
          "column": 32
        },
        "end": {
          "line": 444,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16098,
      "end": 16099,
      "loc": {
        "start": {
          "line": 444,
          "column": 33
        },
        "end": {
          "line": 444,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16099,
      "end": 16100,
      "loc": {
        "start": {
          "line": 444,
          "column": 34
        },
        "end": {
          "line": 444,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "value",
      "start": 16100,
      "end": 16107,
      "loc": {
        "start": {
          "line": 444,
          "column": 35
        },
        "end": {
          "line": 444,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16107,
      "end": 16108,
      "loc": {
        "start": {
          "line": 444,
          "column": 42
        },
        "end": {
          "line": 444,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16108,
      "end": 16109,
      "loc": {
        "start": {
          "line": 444,
          "column": 43
        },
        "end": {
          "line": 444,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16116,
      "end": 16117,
      "loc": {
        "start": {
          "line": 445,
          "column": 6
        },
        "end": {
          "line": 445,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16122,
      "end": 16123,
      "loc": {
        "start": {
          "line": 446,
          "column": 4
        },
        "end": {
          "line": 446,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 16128,
      "end": 16134,
      "loc": {
        "start": {
          "line": 447,
          "column": 4
        },
        "end": {
          "line": 447,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 16135,
      "end": 16136,
      "loc": {
        "start": {
          "line": 447,
          "column": 11
        },
        "end": {
          "line": 447,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16136,
      "end": 16137,
      "loc": {
        "start": {
          "line": 447,
          "column": 12
        },
        "end": {
          "line": 447,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16140,
      "end": 16141,
      "loc": {
        "start": {
          "line": 448,
          "column": 2
        },
        "end": {
          "line": 448,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 16142,
      "end": 16143,
      "loc": {
        "start": {
          "line": 449,
          "column": 0
        },
        "end": {
          "line": 449,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "eof",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 16144,
      "end": 16144,
      "loc": {
        "start": {
          "line": 450,
          "column": 0
        },
        "end": {
          "line": 450,
          "column": 0
        }
      }
    }
  ]
}