tcdf {distributions} | R Documentation |
Calcola la distribuzione della probabilità t di Student tra lowerbound e upperbound per il df specificato, che deve essere > 0
tcdf(lowerbound, upperbound, df)
lowerbound |
estremo inferiore |
upperbound |
estremo superiore |
df |
gradi di libertà |
Fabio Frascati
tcdf(lowerbound=-1.96,upperbound=1.96,df=4)