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 
  
  
  
  
  
  intent(in) 
  :: 
  N  
  
  
  
  
  
  intent(in) 
  :: 
  R  
 
      
    
    
  
  
  
  
     Return Value real(kind=wp)
    
  
    
   
   
    
    
  
  
public elemental function PNR (N, R) result(Y)
    
    
   
 
       
    
    
    Arguments 
    
      
      
Type 
Intent Optional 
Attributes Name 
  
  
  
  
  
  intent(in) 
  :: 
  N  
  
  
  
  
  
  intent(in) 
  :: 
  R  
 
      
    
    
  
  
  
  
     Return Value real(kind=wp)
    
  
    
   
   
    
     
    
    
    
    
    Subroutines 
    
    
  
  
public elemental subroutine LINREG (M, B, R)
    
    
   
 
       
    
    
    Arguments 
    
      
      
Type 
Intent Optional 
Attributes Name 
  
  
  
  
  
  intent(out) 
  :: 
  M  
  
  
  
  
  
  intent(out) 
  :: 
  B  
  
  
  
  
  
  intent(out) 
  :: 
  R  
 
      
    
    
   
   
    
    
  
  
public elemental subroutine CLINREG (M, B, R)
    
    
   
 
       
    
    
    Arguments 
    
      
      
Type 
Intent Optional 
Attributes Name 
  
  
  
  
  
  intent(out) 
  :: 
  M  
  
  
  
  
  
  intent(out) 
  :: 
  B  
  
  
  
  
  
  intent(out) 
  :: 
  R  
 
      
    
    
   
   
    
    
  
  
public elemental subroutine RLINREG (NM, DM, NB, DB, R)
    
    
   
 
       
    
    
    Arguments 
    
      
      
Type 
Intent Optional 
Attributes Name 
  
  
  
  
  
  intent(out) 
  :: 
  NM  
  
  
  
  
  
  intent(out) 
  :: 
  DM  
  
  
  
  
  
  intent(out) 
  :: 
  NB  
  
  
  
  
  
  intent(out) 
  :: 
  DB  
  
  
  
  
  
  intent(out) 
  :: 
  R