Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.5.1 - Русский

Change language to:
English - Français - 日本語 - Português -

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Справка Scilab >> Statistics

Statistics

  • cdf
    • binomialвероятности по биномиальному распределению
    • cdfbetcumulative distribution function Beta distribution
    • cdfbincumulative distribution function Binomial distribution
    • cdfchicumulative distribution function chi-square distribution
    • cdfchncumulative distribution function non-central chi-square distribution
    • cdffcumulative distribution function Fisher distribution
    • cdffnccumulative distribution function non-central f-distribution
    • cdfgamcumulative distribution function gamma distribution
    • cdfnbncumulative distribution function negative binomial distribution
    • cdfnorcumulative distribution function normal distribution
    • cdfpoicumulative distribution function poisson distribution
    • cdftcumulative distribution function Student's T distribution
  • Central Tendency
    • geomeangeometric mean
    • harmeanharmonic mean
    • meanmean (row mean, column mean) of vector/matrix entries
    • meanfweighted mean of a vector or a matrix
    • trimmeantrimmed mean of a vector or a matrix
  • Data with Missing Values
    • nancumsumThis function returns the cumulative sum of the values of a matrix
    • nand2meandifference of the means of two independent samples
    • nanmaxmax (ignoring Nan's)
    • nanmeanmean (ignoring Nan's)
    • nanmeanfmean (ignoring Nan's) with a given frequency.
    • nanmedianmedian of the values of a numerical vector or matrix
    • nanminmin (ignoring Nan's)
    • nanreglinLinear regression
    • nanstdevstandard deviation (ignoring the NANs).
    • nansumSum of values ignoring NAN's
    • thrownanEliminates nan values
  • Descriptive Statistics
    • centercenter
    • correlcorrelation of two variables
    • covCovariance matrix
    • covarcovariance of two variables
    • histccomputes an histogram
    • medianmedian (row median, column median,...) of vector/matrix/array entries
    • msdmean squared deviation This function is obsolete.
    • mvvacov (deprecated)computes variance-covariance matrix This function is obsolete.
    • stdevstandard deviation (row or column-wise) of vector/matrix entries
    • stdevstandard deviation (row orcolumn-wise) of vector/matrix entries
    • stdevfstandard deviation
    • variancevariance (and mean) of a vector or matrix (or hypermatrix) of real or complex numbers
    • variancefvariance (and mean) of a vector or matrix of frequency-weighted real or complex numbers
    • wcentercenter and weight
  • Hypothesis Testing
    • ftestFisher ratio
    • ftuneqFisher ratio for samples of unequal size.
  • Measures of Dispersion
    • iqrinterquartile range
    • madmean absolute deviation
    • strangerange
  • Measures of Shape
    • cmomentcentral moments of all orders
    • momentnon central moments of all orders
    • perctlcomputation of percentils
    • quartcomputation of quartiles
  • Principal Component Analysis
    • pcaComputes principal components analysis with standardized variables
    • princompPrincipal components analysis
    • show_pcaVisualization of principal components analysis results
  • Regression
    • regressregression coefficients of two variables. This function is obsolete.
  • Sampling
    • sampleSampling with replacement
    • samplefsample values with replacement from a population with given frequencies.
    • samwrSampling without replacement
  • Summaries
    • nfreqfrequency of the values in a vector or matrix. This function is obsolete.
    • tabulfrequency of values of a matrix or vector
  • reglinLinear regression
Report an issue
<< ARnoldi PACKage Справка Scilab Sparse Matrix >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Thu Oct 02 14:01:07 CEST 2014