tcdf {distributions}R Documentation

Ditribuzione della probabilità t di Student

Description

Calcola la distribuzione della probabilità t di Student tra lowerbound e upperbound per il df specificato, che deve essere > 0

Usage

tcdf(lowerbound, upperbound, df)

Arguments

lowerbound estremo inferiore
upperbound estremo superiore
df gradi di libertà

Author(s)

Fabio Frascati

References

http://www.education.ti.com

See Also

tpdf

Examples


tcdf(lowerbound=-1.96,upperbound=1.96,df=4)


[Package distributions version 1.3 Index]