KalmanEstimator[ss, {w, v}] constructs the Kalman estimator for the StateSpaceModel object ss with process and measurement noise covariance matrices w and v. ...
LatticeData[lattice, " property"] gives the specified property for a lattice.LatticeData[n] gives a list of named lattices of dimension n.
LeafCount[expr] gives the total number of indivisible subexpressions in expr.
LengthWhile[list, crit] gives the number of continuous elements e_i starting at the beginning of list for which crit[e_i] is True.
LoopFreeGraphQ[g] yields True if the graph g has no self-loops, and False otherwise.
MedianDeviation[list] gives the median absolute deviation from the median of the elements in list.
MinimalStateSpaceModel[ss] gives the minimal state-space model of the StateSpaceModel object ss.
MovingMedian[list, r] gives the moving median of list, computed using spans of r elements.
MultiplicativeOrder[k, n] gives the multiplicative order of k modulo n, defined as the smallest integer m such that k^m \[Congruent] 1 mod n. MultiplicativeOrder[k, n, {r_1, ...
NakagamiDistribution[\[Mu], \[Omega]] represents a Nakagami distribution with shape parameter \[Mu] and spread parameter \[Omega].