As an instance of the rv_continuous class, argus object inherits from it
a collection of generic methods (see below for the full list),
and completes them with details specific for this particular distribution.
with \(\Phi\) and \(\phi\) being the CDF and PDF of a standard
normal distribution, respectively.
argus takes \(\chi\) as shape a parameter. Details about sampling
from the ARGUS distribution can be found in [2].
The probability density above is defined in the "standardized" form. To shift
and/or scale the distribution use the loc and scale parameters.
Specifically, argus.pdf(x,chi,loc,scale) is identically
equivalent to argus.pdf(y,chi)/scale with
y=(x-loc)/scale. Note that shifting the location of a distribution
does not make it a "noncentral" distribution; noncentral generalizations of
some distributions are available in separate classes.
Christoph Baumgarten "Random variate generation by fast numerical
inversion in the varying parameter case." Research in Statistics,
vol. 1, 2023, doi:10.1080/27684520.2023.2279060.
Alternatively, the distribution object can be called (as a function)
to fix the shape, location and scale parameters. This returns a "frozen"
RV object holding the given parameters fixed.
Freeze the distribution and display the frozen pdf: