Skip to content

(no subject)

2 messages · angelare@to.infn.it, Uwe Ligges

#
Good morning,
I have to apply the Ks test with the the t distribution.
I know I have to write ks.test(data_name,"distribution_name", parameters..)
but I don't know what is the name fot t distribution and which parameters
to introduce? may be mean=0 and freedom degrees in my case?
Thank you for helping me.
Angela Re
#
angelare at to.infn.it wrote:

            
For example:
   ks.test(x, "pt", df = 4)

See ?ks.test and ?pt

Uwe Ligges