powered by
Bi-directional test of third degree stochastic dominance using lower partial moments.
NNS.TSD(x, y)
a numeric vector.
Returns one of the following TSD results: "X TSD Y", "Y TSD X", or "NO TSD EXISTS".
"X TSD Y"
"Y TSD X"
"NO TSD EXISTS"
Viole, F. and Nawrocki, D. (2016) "LPM Density Functions for the Computation of the SD Efficient Set." Journal of Mathematical Finance, 6, 105-126. https://www.scirp.org/Journal/PaperInformation.aspx?PaperID=63817.
# NOT RUN { set.seed(123) x <- rnorm(100) ; y <- rnorm(100) NNS.TSD(x, y) # }
Run the code above in your browser using DataLab