GarchModel.ToJson Method

Serializes the fitted GarchModel to a JSON string.

Definition

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

Return Value

String
A JSON string representation of the fitted model.

Exceptions

InvalidOperationExceptionThrown if the model has not been fitted.

See Also