GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
tstmid.for File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine stat (x, n, av, var, xmin, xmax)
 
subroutine trstat (ctype, parin, av, var)
 
program tstall
 

Function/Subroutine Documentation

◆ stat()

subroutine stat ( real, dimension(n x,
integer  n,
real  av,
real  var,
real  xmin,
real  xmax 
)

Definition at line 1 of file tstmid.for.

References real().

◆ trstat()

subroutine trstat ( character, dimension (4)  ctype,
real, dimension(*)  parin,
real  av,
real  var 
)

Definition at line 432 of file tstmid.for.

References real().

Referenced by tstall().

◆ tstall()