Computes the model.

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Protected Overrides Sub ComputeModel
C#
protected override void ComputeModel ()
C++
protected:
virtual void ComputeModel () override

Remarks

This method must be called before any of the result properties are accessed. Failing to do so will result in an InvalidOperationException.