Displaying 2 results from an estimated 2 matches for "rhrpo".
2009 Jul 06
1
transform multi skew-t to uniform distribution
Hi R-users,
I have a data from multi skew t and would like to transform each of the data to uniform data. I tried using 'pmst' but only got one output:
> rr1 <- as.vector(r1);rr1
[1] 0.7207582 5.2250906 1.7422237 0.5677233 0.7473555 -0.6020626 -2.1947872 -1.1128313 -0.6587316 -1.1409261
> pmst(rr1, xi=rep(0,10), Omega=diag(10), alpha=rep(1,10), df=5)
[1] 3.676525e-09
2009 Jul 09
2
How to Populate List
...age: 12
Date: Wed, 8 Jul 2009 14:40:39 +0200
From: Adelchi Azzalini <azzalini@stat.unipd.it>
Subject: [R] transform multi skew-t to uniform distribution
Cc: r-help@r-project.org
Message-ID: <20090708144039.488a5de7.azzalini@stat.unipd.it>
Content-Type: text/plain; charset=ISO-8859-1
RHRPO>
RHRPO> Hi R-users,
RHRPO> _I have a data from multi skew t and would like to transform each of the data to uniform data._ I tried using 'pmst' but only got one output:
RHRPO> _
RHRPO> > rr1 <- as.vector(r1);rr1
RHRPO> _[1]_ 0.7207582_ 5.2250906_ 1.7422237_ 0.567723...