CusumChart.ToJson Method

Serializes this CusumChart to a JSON string.

Definition

Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
public string ToJson()

Return Value

String
When in the Fitted state, a JSON string that preserves the full analyzed chart including source observations and computed CUSUM series. When in the Deployed state, a JSON string that preserves only the frozen design parameters and estimated sigma.

Exceptions

InvalidOperationException The chart is in the Unfitted state.

See Also