nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Math.Statistics / TtestResult

TtestResult

Full name Microsoft.VisualBasic.Math.Statistics.Hypothesis.TtestResult Assembly Microsoft.VisualBasic.Math.Statistics Members 11

01 Syntax

Microsoft.VisualBasic.Math.Statistics.Hypothesis.TtestResult

02 Methods

NameOverloadsSummary
Valid 1 Alternative hypothesis result
ToString 1

03 Properties

NameOverloadsSummary
DegreeFreedom 1 the degrees of freedom for the t-statistic.
Pvalue 1 the p-value For the test.
TestValue 1 the value of the t-statistic.
Mean 1 Sample mean
opt 1
StdErr 1
SD 1
x 1
ci95 1

04 Members

method Valid #
Valid

Alternative hypothesis result

property DegreeFreedom #
DegreeFreedom

the degrees of freedom for the t-statistic.

Remarks

Welch–Satterthwaite equation 的计算结果为小数

property Pvalue #
Pvalue

the p-value For the test.

property TestValue #
TestValue

the value of the t-statistic.

property Mean #
Mean

Sample mean

property opt #
opt
property StdErr #
StdErr
property SD #
SD
property x #
x
property ci95 #
ci95
method ToString #
ToString()