DefineNETDelegate[name, rtype, ptypes] creates a new .NET delegate type with the given name name, return type rtype, and parameter types ptypes.
SendDelegateArguments is an option to AddEventHandler and NETNewDelegate that specifies which of the delegate arguments you want to be passed to your Mathematica callback ...
Coth
(Built-in Mathematica Symbol) Coth[z] gives the hyperbolic cotangent of z.
IntegerPart[x] gives the integer part of x.
Parallelize[expr] evaluates expr using automatic parallelization.
SurvivalDistribution[{e_1, e_2, ...}] represents a survival distribution with event times e_i.SurvivalDistribution[{w_1, w_2, ...} -> {e_1, e_2, ...}] represents a survival ...
NIntegrate[f, {x, x_min, x_max}] gives a numerical approximation to the integral \[Integral]_x_min^x_max\ f\ d \ x. NIntegrate[f, {x, x_min, x_max}, {y, y_min, y_max}, ...] ...
Matrices are represented in Mathematica with lists. They can be entered directly with the { } notation, constructed from a formula, or imported from a data file. Mathematica ...
BenktanderWeibullDistribution[a, b] represents a Benktander distribution of type II with parameters a and b.
MaxwellDistribution[\[Sigma]] represents a Maxwell distribution with scale parameter \[Sigma].