CNR
Combinations of N things taken R at a time.
PNR
Permutations of N things taken R at a time.
LINREG
Real linear regression.
CLINREG
Complex linear regression.
RLINREG
Rational linear regression.
Uses
module~~stats~~UsesGraph
module~stats
stats
assert
assert
module~stats->assert
Nodes of different colours represent the following:
Graph Key
Module
Module
Submodule
Submodule
Subroutine
Subroutine
Function
Function
Program
Program
This Page's Entity
This Page's Entity
Solid arrows point from a submodule to the (sub)module which it is
descended from. Dashed arrows point from a module or program unit to
modules which it uses.
Used by
module~~stats~~UsedByGraph
module~stats
stats
module~funcs
funcs
module~funcs->module~stats
program~rpn
RPN
program~rpn->module~funcs
module~stackops
stackops
program~rpn->module~stackops
module~evals
evals
program~rpn->module~evals
module~stackops->module~funcs
module~evals->module~funcs
module~evals->module~stackops
Nodes of different colours represent the following:
Graph Key
Module
Module
Submodule
Submodule
Subroutine
Subroutine
Function
Function
Program
Program
This Page's Entity
This Page's Entity
Solid arrows point from a submodule to the (sub)module which it is
descended from. Dashed arrows point from a module or program unit to
modules which it uses.
Functions
public elemental function CNR (N, R) result(Y)
Arguments
Type
Intent Optional
Attributes Name
integer,
intent(in)
::
N
integer,
intent(in)
::
R
Return Value real(kind=wp)
public elemental function PNR (N, R) result(Y)
Arguments
Type
Intent Optional
Attributes Name
integer,
intent(in)
::
N
integer,
intent(in)
::
R
Return Value real(kind=wp)
Subroutines
public elemental subroutine LINREG (M, B, R)
Arguments
Type
Intent Optional
Attributes Name
real(kind=wp),
intent(out)
::
M
real(kind=wp),
intent(out)
::
B
real(kind=wp),
intent(out)
::
R
public elemental subroutine CLINREG (M, B, R)
Arguments
Type
Intent Optional
Attributes Name
complex(kind=wp),
intent(out)
::
M
complex(kind=wp),
intent(out)
::
B
complex(kind=wp),
intent(out)
::
R
public elemental subroutine RLINREG (NM, DM, NB, DB, R)
Arguments
Type
Intent Optional
Attributes Name
integer,
intent(out)
::
NM
integer,
intent(out)
::
DM
integer,
intent(out)
::
NB
integer,
intent(out)
::
DB
real(kind=wp),
intent(out)
::
R