ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
cranfill.cpp File Reference

(Last Changed on June 23, 2017 for git-revision 19c0e8cec9cad500661693d7e734c4b8c359ea5e.)

#include <fvar.hpp>
#include <math.h>

Go to the source code of this file.

Functions

double mean (const dvector &vec)
 Returns computed mean of vec. More...
 
double std_dev (const dvector &vec)
 Returns the computed standand deviation of vec. More...
 
double var (const dvector &vec)
 Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California. More...
 

Function Documentation

double mean ( const dvector vec)
double std_dev ( const dvector vec)

Returns the computed standand deviation of vec.

Parameters
vecdvector

Definition at line 34 of file cranfill.cpp.

double var ( const dvector vec)