int MLPutNext (MLINK link, int type) prepares to put an object of the specified type on link.
int MLPutType (MLINK link, int type) prepares link to put an object of the specified type.
int MLGetReal128 (MLINK link, mlextended_double *d) gets an extended-precision floating-point number from link and stores it in d.
int MLPutReal (MLINK link, double x) puts the floating-point number x to the MathLink connection specified by link.
mlextended_double is a MathLink type representing an extended-precision floating-point number.
ArcSinDistribution[{x min, x max}] represents the arc sine distribution supported between x min and x max.
BatesDistribution[n] represents the distribution of a mean of n random variables uniformly distributed from 0 to 1.BatesDistribution[n, {min, max}] represents the ...
BenktanderGibratDistribution[a, b] represents a Benktander distribution of type I with parameters a and b.
FisherZDistribution[n, m] represents a Fisher z distribution with n numerator and m denominator degrees of freedom.
HotellingTSquareDistribution[p, m] represents Hotelling's T^2 distribution with dimensionality parameter p and m degrees of freedom.