You are here: Symbol Reference > Dew Namespace > Dew.Stats Namespace > Structs, Records, Enums > Dew.Stats.TFStats Structure
Dew Stats for .NET
ContentsIndexHome
PreviousUpNext
Dew.Stats.TFStats Structure

Defines F statistics parameters for regression test.

Syntax
C#
Visual Basic
public struct TFStats { public double SSE; public double SSR; public int dFE; public int dFR; public double F; public double Signif; }

Regress.cs

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!