cumulative_radial: Calculate radial cumulative distribtuion

View source: R/section-pursuit.r View source: R/display-sage.R

cumulative_radialR 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


tourr documentation built on Aug. 25, 2023, 1:08 a.m.