Scilab 5.3.0
      
      - Scilab Online Help
- Statistics
- cdfbet
- cdfbin
- cdfchi
- cdfchn
- cdff
- cdffnc
- cdfgam
- cdfnbn
- cdfnor
- cdfpoi
- cdft
- center
- wcenter
- cmoment
- correl
- covar
- ftest
- ftuneq
- geomean
- harmean
- iqr
- labostat
- mad
- mean
- meanf
- median
- moment
- msd
- mvvacov
- nancumsum
- nand2mean
- nanmax
- nanmean
- nanmeanf
- nanmedian
- nanmin
- nanstdev
- nansum
- nfreq
- pca
- perctl
- princomp
- quart
- regress
- sample
- samplef
- samwr
- show_pca
- st_deviation
- stdevf
- strange
- tabul
- thrownan
- trimmean
- variance
- variancef
Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
thrownan
eliminates nan values
Calling Sequence
[nonan,numb]=thrownan(x)
Arguments
- x
- real or complex vector or matrix 
Description
This function returns  in vector nonan the values
    (ignoring the  NANs) of a vector or  matrix x and
    in  the corresponding places  of vector  numb the
    indexes of the value.
For      a      vector      or     matrix      x,
    [nonan,numb]=thrownan(x)    considers    x,
    whatever  his dimensions  are, like  a  vector (columns
    first).
In Labostat, NAN values stand for missing values in tables.
Examples
x=[0.2113249 %nan 0.6653811;0.7560439 0.3303271 0.6283918] [nonan numb]=thrownan(x)
Authors
Carlos Klimann
| << tabul | Statistics | trimmean >> |