distr_Uni_Rand {MultiStatM}R Documentation

Random Uniform on the sphere

Description

Generate random d-vectors from the Uniform distribution on the sphere

Usage

distr_Uni_Rand(n, d)

Arguments

n

sample size

d

dimension

Value

A random matrix n \times d

References

Gy.Terdik, Multivariate statistical methods - Going beyond the linear, Springer 2021

S. R. Jammalamadaka, E. Taufer, Gy. Terdik. On multivariate skewness and kurtosis. Sankhya A, 83(2), 607-644.

See Also

Other Random generation: distr_CFUSN_Rand(), distr_CFUSSD_Rand(), distr_SkewNorm_Rand()

Other Multivariate distributions: distr_CFUSN_MomCum_Th(), distr_CFUSN_Rand(), distr_CFUSSD_Rand(), distr_SkewNorm_EVSK_Th(), distr_SkewNorm_MomCum_Th(), distr_SkewNorm_Rand(), distr_UniAbs_EVSK_Th(), distr_Uni_EVSK_Th(), distr_Uni_MomCum_Th(), distr_ZabsM_MomCum_Th(), distr_Zabs_MomCum_Th()


[Package MultiStatM version 1.2.1 Index]