TtestResult {Microsoft.VisualBasic.Math.Statistics.Hypothesis} .NET clr documentation

TtestResult

Description

Declare

            
# namespace Microsoft.VisualBasic.Math.Statistics.Hypothesis
export class TtestResult {
   ci95: double;
   # the degrees of freedom for the t-statistic.
   DegreeFreedom: double;
   # Sample mean
   Mean: double;
   opt: Topt;
   # the p-value For the test.
   Pvalue: double;
   SD: double;
   StdErr: double;
   # the value of the t-statistic.
   TestValue: double;
   x: double;
}

        

.NET clr type reference tree

  1. use by property member opt: Topt

[Package {$package} version {$version} Index]