STATISTICAL PROGRAMS IN PASCAL


Choose a source program (*.pas) by clicking the appropriate button.

DISTRI.PAS
FDISTRI.PAS
FSTAT.PAS
GAMMA.PAS
IBETA.PAS
MOMENT.PAS
TMOMENT.PAS
TMDIAN.PAS
TMDIAN1.DAT
TMDIAN1.PAS
MOMNTS.PAS
TNORMAL.PAS
STUDENT.PAS
SIMLP.PAS
NORMAL.PAS
CHI2.PAS
STATS.PAS
TSTATS.PAS
PROB.PAS
Program Description

  • Program to demonstrate statistical distributions
  • Calculate the F distribution for f, nu1, nu2 given
  • Statistical functions for one or two variables
  • Program to demonstrate the Gamma function
  • Calculate Incomplete Beta Function Ix(a,b)
  • Computing the means and moments of a statistical variable
  • This program calculates the statistical moments of a distribution: Mean, Variance, Skewness, etc.
  • Calculate the median value of an array with the Heapsort method
  • Data text file used by program below
  • Calculate the median value of an array without sorting
  • Calculate the mean and first third moments of a set of data Y(i)
  • Program calculate the standardized normal law probabilities (mean=0, standard deviation=1) for -37.0 <= X <= 37.0
  • Student T-Probability Law
  • Simple Linear Regression Minimizing the Sum of Absolute Deviation (SAD)
  • Normal and Inverse Normal Probability Functions
  • CHI2 and Inverse CHI2 Functions
  • Unit STATS for basic statistical Functions NEW
  • Driver Program to test Unit STATS above NEW
  • Evaluate probabilities by parsing a string expression and performing the implied calculations NEW


RETURN


© J-P Moreau Last modified 12/29/2009 - E-mail: jpmoreau@wanadoo.fr