view doc/interpreter/stats.txi @ 3453:71d2e09c15a2

[project @ 2000-01-18 08:32:09 by jwe]
author jwe
date Tue, 18 Jan 2000 08:32:15 +0000
parents 3234a698073a
children d8b731d3f7a3
line wrap: on
line source

@c Copyright (C) 1996, 1997 John W. Eaton
@c This is part of the Octave manual.
@c For copying conditions, see the file gpl.texi.

@node Statistics, Financial Functions, Optimization, Top
@chapter Statistics

I hope that someday Octave will include more statistics functions.  If
you would like to help improve Octave in this area, please contact
@email{bug-octave@@bevo.che.wisc.edu}.

@menu
* Basic Statistical Functions::  
* Models::                      
* Distributions::               
@end menu

@node Basic Statistical Functions, Models, Statistics, Statistics
@section Basic Statistical Functions

@DOCSTRING(mean)

@DOCSTRING(median)

@DOCSTRING(std)

@DOCSTRING(cov)

@DOCSTRING(corrcoef)

@DOCSTRING(kurtosis)

@DOCSTRING(mahalanobis)

@DOCSTRING(skewness)

@c XXX FIXME XXX -- these need to be organized.

@DOCSTRING(values)

@DOCSTRING(var)

@DOCSTRING(table)

@DOCSTRING(studentize)

@DOCSTRING(statistics)

@DOCSTRING(spearman)

@DOCSTRING(run_count)

@DOCSTRING(ranks)

@DOCSTRING(range)

@DOCSTRING(qqplot)

@DOCSTRING(probit)

@DOCSTRING(ppplot)

@DOCSTRING(moment)

@DOCSTRING(meansq)

@DOCSTRING(logit)

@DOCSTRING(kendall)

@DOCSTRING(iqr)

@DOCSTRING(cut)

@DOCSTRING(cor)

@DOCSTRING(cloglog)

@DOCSTRING(center)

@node Tests, Models, Basic Statistical Functions, Statistics
@section Tests

@node Models, Distributions, Basic Statistical Functions, Statistics
@section Models

@node Distributions,  , Models, Statistics
@section Distributions