cumulative_radial {tourr} | R Documentation |
Calculate radial cumulative distribtuion
Description
Calculate fraction of volume of a pD sphere with radius R projected within the projected radius r.
Fraction of points within radius r given 2D projection of a hypersphere with radius R in p dimensions.
Usage
cumulative_radial(r, R, p)
cumulative_radial(r, R, p)
Arguments
r |
projected radius |
R |
radius of pD sphere |
p |
input dimension |
Value
fraction of volume
[Package tourr version 1.2.6 Index]