You are here:
Symbol Reference >
Dew Namespace
>
Dew.Stats Namespace
>
Structs, Records, Enums
>
Dew.Stats.TFStats Structure
Dew Stats for .NET
Dew.Stats.TFStats Structure
Structs, Records, Enums
Collapse All
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
; }
Public
Structure
TFStats
Public
SSE
Public
SSR
Public
dFE
As
Integer
Public
dFR
As
Integer
Public
F
Public
Signif
End Structure
File
Regress.cs
Group
Structs, Records, Enums
Links
Structs, Records, Enums
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home
What do you think about this topic?
Send feedback!