Values_1.StatisticModelResultSourceThe statistic model result.
type nonrec t = {lowerBound : Values_0.NullableDouble.t option;The lower bound.
*)upperBound : Values_0.NullableDouble.t option;The upper bound.
*)predictedValue : Values_0.NullableDouble.t option;The predicted value.
*)actualValue : Values_0.NullableDouble.t option;The actual value.
*)date : Values_0.Timestamp.t option;The date.
*)inclusionAnnotation : Values_0.InclusionAnnotationValue.t option;The inclusion annotation.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of Values_0.NullableDouble.t
| `Enum of string
| `Timestamp of Values_0.Timestamp.t ])
list ]