beta_cdf | % For each element of @var{x}, returns the CDF at @var{x} of the beta |
beta_inv | % For each component of @var{x}, compute the quantile (the inverse of |
beta_pdf | % For each element of @var{x}, returns the PDF at @var{x} of the beta |
beta_rnd | % Return an @var{r} by @var{c} or @code{size (@var{sz})} matrix of |
binomial_cdf | % For each element of @var{x}, compute the CDF at @var{x} of the |
binomial_inv | % For each element of @var{x}, compute the quantile at @var{x} of the |
binomial_pdf | % For each element of @var{x}, compute the probability density function |
binomial_rnd | % Return an @var{r} by @var{c} or a @code{size (@var{sz})} matrix of |
chisquare_cdf | % For each element of @var{x}, compute the cumulative distribution |
chisquare_inv | % For each element of @var{x}, compute the quantile (the inverse of the |
chisquare_pdf | % For each element of @var{x}, compute the probability density function |
chisquare_rnd | % Return an @var{r} by @var{c} or a @code{size (@var{sz})} matrix of |
clearplot | % This function has been deprecated. Use clf instead. |
clg | % This function has been deprecated. Use clf instead. |
com2str | % This function has been deprecated. Use num2str instead. |
create_set | % This function has been deprecated. Use unique instead. |
dmult | % This function has been deprecated. Use the direct syntax @code{diag(A)*B} |
exponential_cdf | % For each element of @var{x}, compute the cumulative distribution |
exponential_inv | % For each element of @var{x}, compute the quantile (the inverse of the |
exponential_pdf | % For each element of @var{x}, compute the probability density function |
exponential_rnd | % Return an @var{r} by @var{c} matrix of random samples from the |
f_cdf | % For each element of @var{x}, compute the CDF at @var{x} of the F |
f_inv | % For each component of @var{x}, compute the quantile (the inverse of |
f_pdf | % For each element of @var{x}, compute the probability density function |
f_rnd | % Return an @var{r} by @var{c} matrix of random samples from the F |
gamma_cdf | % For each element of @var{x}, compute the cumulative distribution |
gamma_inv | % For each component of @var{x}, compute the quantile (the inverse of |
gamma_pdf | % For each element of @var{x}, return the probability density function |
gamma_rnd | % Return an @var{r} by @var{c} or a @code{size (@var{sz})} matrix of |
geometric_cdf | % For each element of @var{x}, compute the CDF at @var{x} of the |
geometric_inv | % For each element of @var{x}, compute the quantile at @var{x} of the |
geometric_pdf | % For each element of @var{x}, compute the probability density function |
geometric_rnd | % Return an @var{r} by @var{c} matrix of random samples from the |
hypergeometric_cdf | % Compute the cumulative distribution function (CDF) at @var{x} of the |
hypergeometric_inv | % For each element of @var{x}, compute the quantile at @var{x} of the |
hypergeometric_pdf | % Compute the probability density function (PDF) at @var{x} of the |
hypergeometric_rnd | % Return an @var{r} by @var{c} matrix of random samples from the |
intersection | % This function has been deprecated. Use intersect instead. |
is_bool | % This function has been deprecated. Use isbool instead. |
is_complex | % This function has been deprecated. Use iscomplex instead. |
is_list | % This function has been deprecated. Use islist instead. |
is_matrix | % This function has been deprecated. Use ismatrix instead. |
is_scalar | % This function has been deprecated. Use isscalar instead. |
is_square | % This function has been deprecated. Use issquare instead. |
is_stream | % This function has been deprecated. Use isstream instead. |
is_struct | % This function has been deprecated. Use isstruct instead. |
is_symmetric | % This function has been deprecated. Use issymmetric instead. |
is_vector | % This function has been deprecated. Use isvector instead. |
iscommand | % This function is obsolete and will be removed from a future |
israwcommand | % This function is obsolete and will be removed from a future |
isstr | % This function has been deprecated. Use ischar instead. |
lchol | % This function has been deprecated. Use @code{chol (@dots{},'lower')} |
loadimage | % Load an image file and its associated color map from the specified |
lognormal_cdf | % For each element of @var{x}, compute the cumulative distribution |
lognormal_inv | % For each element of @var{x}, compute the quantile (the inverse of the |
lognormal_pdf | % For each element of @var{x}, compute the probability density function |
lognormal_rnd | % Return an @var{r} by @var{c} matrix of random samples from the |
mark_as_command | % This function is obsolete and will be removed from a future |
mark_as_rawcommand | % This function is obsolete and will be removed from a future |
meshdom | % This function has been deprecated. Use @code{meshgrid} instead. |
normal_cdf | % For each element of @var{x}, compute the cumulative distribution |
normal_inv | % For each element of @var{x}, compute the quantile (the inverse of the |
normal_pdf | % For each element of @var{x}, compute the probability density function |
normal_rnd | % Return an @var{r} by @var{c} or @code{size (@var{sz})} matrix of |
pascal_cdf | % For each element of @var{x}, compute the CDF at x of the Pascal |
pascal_inv | % For each element of @var{x}, compute the quantile at @var{x} of the |
pascal_pdf | % For each element of @var{x}, compute the probability density function |
pascal_rnd | % Return an @var{r} by @var{c} matrix of random samples from the Pascal |
poisson_cdf | % For each element of @var{x}, compute the cumulative distribution |
poisson_inv | % For each component of @var{x}, compute the quantile (the inverse of |
poisson_pdf | % For each element of @var{x}, compute the probability density function |
poisson_rnd | % Return an @var{r} by @var{c} matrix of random samples from the |
polyinteg | % Return the coefficients of the integral of the polynomial whose |
setstr | % This function has been deprecated. Use char instead. |
spatan2 | % This function has been deprecated. Use @code{atan2} instead. |
spchol | % This function has been deprecated. Use @code{chol} instead. |
spchol2inv | % This function has been deprecated. Use @code{chol2inv} instead. |
spcholinv | % This function has been deprecated. Use @code{cholinv} instead. |
spcumprod | % This function has been deprecated. Use @code{cumprod} instead. |
spcumsum | % This function has been deprecated. Use @code{cumsum} instead. |
spdet | % This function has been deprecated. Use @code{det} instead. |
spdiag | % This function has been deprecated. Use @code{sparse (diag (@dots{}))} instead. |
spfind | % This function has been deprecated. Use @code{find} instead. |
spinv | % This function has been deprecated. Use @code{inv} instead. |
spkron | % This function has been deprecated. Use @code{kron} instead. |
splchol | % This function has been deprecated. Use @code{chol (@dots{},'lower')} |
split | % This function has been deprecated. Use @code{char (strsplit (s, t))} |
splu | % This function has been deprecated. Use @code{lu} instead. |
spmax | % This function has been deprecated. Use @code{max} instead. |
spmin | % This function has been deprecated. Use @code{min} instead. |
spprod | % This function has been deprecated. Use @code{prod} instead. |
spqr | % This function has been deprecated. Use @code{qr} instead. |
spsum | % This function has been deprecated. Use @code{sum} instead. |
spsumsq | % This function has been deprecated. Use @code{sumsq} instead. |
str2mat | % Return a matrix containing the strings @var{s_1}, @dots{}, @var{s_n} as |
struct_contains | % This function has been deprecated. Use isfield instead. |
struct_elements | % This function has been deprecated. Use fieldnames instead. |
t_cdf | % For each element of @var{x}, compute the CDF at @var{x} of the |
t_inv | % For each component of @var{x}, compute the quantile (the inverse of |
t_pdf | % For each element of @var{x}, compute the probability density function |
t_rnd | % Return an @var{r} by @var{c} matrix of random samples from the t |
uniform_cdf | % Return the CDF at @var{x} of the uniform distribution on [@var{a}, |
uniform_inv | % For each element of @var{x}, compute the quantile (the inverse of the |
uniform_pdf | % For each element of @var{x}, compute the PDF at @var{x} of the uniform |
uniform_rnd | % Return an @var{r} by @var{c} or a @code{size (@var{sz})} matrix of |
unmark_command | % This function is obsolete and will be removed from a future |
unmark_rawcommand | % This function is obsolete and will be removed from a future |
weibcdf | % Compute the cumulative distribution function (CDF) at @var{x} of the |
weibinv | % Compute the quantile (the inverse of the CDF) at @var{x} of the |
weibpdf | % Compute the probability density function (PDF) at @var{x} of the |
weibrnd | % Return an @var{r} by @var{c} matrix of random samples from the |
weibull_cdf | % Compute the cumulative distribution function (CDF) at @var{x} of the |
weibull_inv | % Compute the quantile (the inverse of the CDF) at @var{x} of the |
weibull_pdf | % Compute the probability density function (PDF) at @var{x} of the |
weibull_rnd | % Return an @var{r} by @var{c} matrix of random samples from the |
wiener_rnd | % Return a simulated realization of the @var{d}-dimensional Wiener Process |