You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Data container to store Parameteric Point Estimate (PPE) from a variety of types.
72
-
73
-
Notes
74
-
- `ppeType` is something like `:max/:mean/:modefit` etc.
75
-
- `solveKey` is from super-solve concept, starting with `:default`,
76
-
- `estimate` is the actual numerical estimate value,
77
-
- Additional information such as how the data is represented (ie softtype) is stored alongside this data container in the `DFGVariableSummary` container.
71
+
Data container to store Parameteric Point Estimate (PPE) for mean and max.
78
72
"""
79
-
structVariableEstimate<:AbstractVariableEstimate
80
-
solverKey::Symbol
81
-
ppeType::Symbol
82
-
estimate::Vector{Float64}
83
-
lastUpdatedTimestamp::DateTime
73
+
structMeanMaxEst<:AbstractPointParametricEst
74
+
solverKey::Symbol#repeated because of Sam's request
0 commit comments