Functions

mvt.f File Reference

Go to the source code of this file.

Functions

subroutine MVTDST (N, NU, LOWER, UPPER, INFIN, CORREL, DELTA, MAXPTS, ABSEPS, RELEPS, ERROR, VALUE, INFORM)
subroutine MVSUBR (N, W, NF, F)
subroutine MVSPCL (ND, NU, A, B, DL, COV, INFI, SNU, VL, ER, INFORM)
subroutine MVVLSB (N, W, R, DL, INFI, A, B, COV, Y, DI, EI, ND, VALUE)
subroutine MVSORT (N, LOWER, UPPER, DELTA, CORREL, INFIN, Y, PIVOT, ND, A, B, DL, COV, INFI, INFORM)
DOUBLE PRECISION MVTDNS (NU, X)
subroutine MVLIMS (A, B, INFIN, LOWER, UPPER)
subroutine MVSSWP (X, Y)
subroutine MVSWAP (P, Q, A, B, D, INFIN, N, C)
DOUBLE PRECISION MVPHI (Z)
DOUBLE PRECISION MVPHNV (P)
DOUBLE PRECISION MVBVN (LOWER, UPPER, INFIN, CORREL)
DOUBLE PRECISION MVBVU (SH, SK, R)
DOUBLE PRECISION MVSTDT (NU, T)
DOUBLE PRECISION MVBVT (NU, LOWER, UPPER, INFIN, CORREL)
DOUBLE PRECISION MVBVTC (NU, L, U, INFIN, RHO)
double precision mvbvtl (nu, dh, dk, r)
DOUBLE PRECISION MVCHNV (N, P)
DOUBLE PRECISION MVCHNC (LKN, N, P, R)
subroutine MVKBRV (NDIM, MINVLS, MAXVLS, NF, FUNSUB, ABSEPS, RELEPS, ABSERR, FINEST, INFORM)
subroutine MVKRSV (NDIM, KL, VALUES, PRIME, VK, NF, FUNSUB, X, R, PR, FS)
DOUBLE PRECISION MVUNI ()

Function Documentation

DOUBLE PRECISION MVBVN ( DOUBLE PRECISION,dimension(*)  LOWER,
DOUBLE PRECISION,dimension(*)  UPPER,
INTEGER,dimension(*)  INFIN,
DOUBLE PRECISION  CORREL 
)

Definition at line 665 of file mvt.f.

DOUBLE PRECISION MVBVT ( INTEGER  NU,
DOUBLE PRECISION,dimension(*)  LOWER,
DOUBLE PRECISION,dimension(*)  UPPER,
INTEGER,dimension(*)  INFIN,
DOUBLE PRECISION  CORREL 
)

Definition at line 864 of file mvt.f.

DOUBLE PRECISION MVBVTC ( INTEGER  NU,
DOUBLE PRECISION,dimension(*)  L,
DOUBLE PRECISION,dimension(*)  U,
INTEGER,dimension(*)  INFIN,
DOUBLE PRECISION  RHO 
)

Definition at line 915 of file mvt.f.

double precision mvbvtl ( integer  nu,
double precision  dh,
double precision  dk,
double precision  r 
)

Definition at line 968 of file mvt.f.

DOUBLE PRECISION MVBVU ( DOUBLE PRECISION  SH,
DOUBLE PRECISION  SK,
DOUBLE PRECISION  R 
)

Definition at line 710 of file mvt.f.

DOUBLE PRECISION MVCHNC ( DOUBLE PRECISION  LKN,
INTEGER  N,
DOUBLE PRECISION  P,
DOUBLE PRECISION  R 
)

Definition at line 1110 of file mvt.f.

DOUBLE PRECISION MVCHNV ( INTEGER  N,
DOUBLE PRECISION  P 
)

Definition at line 1060 of file mvt.f.

subroutine MVKBRV ( INTEGER  NDIM,
INTEGER  MINVLS,
INTEGER  MAXVLS,
INTEGER  NF,
FUNSUB  ,
DOUBLE PRECISION  ABSEPS,
DOUBLE PRECISION  RELEPS,
DOUBLE PRECISION  ABSERR,
DOUBLE PRECISION,dimension(*)  FINEST,
INTEGER  INFORM 
)

Definition at line 1176 of file mvt.f.

References MVKRSV().

Referenced by MVTDST().

Here is the call graph for this function:

subroutine MVKRSV ( INTEGER  NDIM,
INTEGER  KL,
DOUBLE PRECISION,dimension(*)  VALUES,
INTEGER  PRIME,
DOUBLE PRECISION,dimension(*)  VK,
INTEGER  NF,
FUNSUB  ,
DOUBLE PRECISION,dimension(*)  X,
DOUBLE PRECISION,dimension(*)  R,
INTEGER,dimension(*)  PR,
DOUBLE PRECISION,dimension(*)  FS 
)

Definition at line 1449 of file mvt.f.

Referenced by MVKBRV().

subroutine MVLIMS ( DOUBLE PRECISION  A,
DOUBLE PRECISION  B,
INTEGER  INFIN,
DOUBLE PRECISION  LOWER,
DOUBLE PRECISION  UPPER 
)

Definition at line 457 of file mvt.f.

Referenced by MVSORT(), and MVVLSB().

DOUBLE PRECISION MVPHI ( DOUBLE PRECISION  Z  ) 

Definition at line 506 of file mvt.f.

DOUBLE PRECISION MVPHNV (  ) 

Definition at line 556 of file mvt.f.

subroutine MVSORT ( INTEGER  N,
DOUBLE PRECISION,dimension(*)  LOWER,
DOUBLE PRECISION,dimension(*)  UPPER,
DOUBLE PRECISION,dimension(*)  DELTA,
DOUBLE PRECISION,dimension(*)  CORREL,
INTEGER,dimension(*)  INFIN,
DOUBLE PRECISION,dimension(*)  Y,
LOGICAL  PIVOT,
INTEGER  ND,
DOUBLE PRECISION,dimension(*)  A,
DOUBLE PRECISION,dimension(*)  B,
DOUBLE PRECISION,dimension(*)  DL,
DOUBLE PRECISION,dimension(*)  COV,
INTEGER,dimension(*)  INFI,
INTEGER  INFORM 
)

Definition at line 252 of file mvt.f.

References MVLIMS(), MVSSWP(), and MVSWAP().

Referenced by MVSUBR().

Here is the call graph for this function:

subroutine MVSPCL ( INTEGER  ND,
INTEGER  NU,
DOUBLE PRECISION,dimension(*)  A,
DOUBLE PRECISION,dimension(*)  B,
DOUBLE PRECISION,dimension(*)  DL,
DOUBLE PRECISION,dimension(*)  COV,
INTEGER,dimension(*)  INFI,
DOUBLE PRECISION  SNU,
DOUBLE PRECISION  VL,
DOUBLE PRECISION  ER,
INTEGER  INFORM 
)

Definition at line 119 of file mvt.f.

Referenced by MVSUBR().

subroutine MVSSWP ( DOUBLE PRECISION  X,
DOUBLE PRECISION  Y 
)

Definition at line 469 of file mvt.f.

Referenced by MVSORT(), and MVSWAP().

DOUBLE PRECISION MVSTDT ( INTEGER  NU,
DOUBLE PRECISION  T 
)

Definition at line 828 of file mvt.f.

subroutine MVSUBR ( INTEGER  N,
DOUBLE PRECISION,dimension(*)  W,
INTEGER  NF,
DOUBLE PRECISION,dimension(*)  F 
)

Definition at line 86 of file mvt.f.

References MVSORT(), MVSPCL(), and MVVLSB().

Referenced by MVTDST().

Here is the call graph for this function:

subroutine MVSWAP ( INTEGER  P,
INTEGER  Q,
DOUBLE PRECISION,dimension(*)  A,
DOUBLE PRECISION,dimension(*)  B,
DOUBLE PRECISION,dimension(*)  D,
INTEGER,dimension(*)  INFIN,
INTEGER  N,
DOUBLE PRECISION,dimension(*)  C 
)

Definition at line 476 of file mvt.f.

References MVSSWP().

Referenced by MVSORT().

Here is the call graph for this function:

DOUBLE PRECISION MVTDNS ( INTEGER  NU,
DOUBLE PRECISION  X 
)

Definition at line 435 of file mvt.f.

subroutine MVTDST ( INTEGER  N,
INTEGER  NU,
DOUBLE PRECISION,dimension(*)  LOWER,
DOUBLE PRECISION,dimension(*)  UPPER,
INTEGER,dimension(*)  INFIN,
DOUBLE PRECISION,dimension(*)  CORREL,
DOUBLE PRECISION,dimension(*)  DELTA,
INTEGER  MAXPTS,
DOUBLE PRECISION  ABSEPS,
DOUBLE PRECISION  RELEPS,
DOUBLE PRECISION  ERROR,
DOUBLE PRECISION  VALUE,
INTEGER  INFORM 
)

Definition at line 4 of file mvt.f.

References MVKBRV(), and MVSUBR().

Here is the call graph for this function:

DOUBLE PRECISION MVUNI (  ) 

Definition at line 1495 of file mvt.f.

subroutine MVVLSB ( INTEGER  N,
DOUBLE PRECISION,dimension(*)  W,
DOUBLE PRECISION  R,
DOUBLE PRECISION,dimension(*)  DL,
INTEGER,dimension(*)  INFI,
DOUBLE PRECISION,dimension(*)  A,
DOUBLE PRECISION,dimension(*)  B,
DOUBLE PRECISION,dimension(*)  COV,
DOUBLE PRECISION,dimension(*)  Y,
DOUBLE PRECISION  DI,
DOUBLE PRECISION  EI,
INTEGER  ND,
DOUBLE PRECISION  VALUE 
)

Definition at line 200 of file mvt.f.

References MVLIMS().

Referenced by MVSUBR().

Here is the call graph for this function: