Michael Thomas Flanagan's Java Scientific Library
List of Example Programs
Last update: 11 January 2012
Home page of Michael Thomas Flanagan's Java Scientific Library
This page list the links to the several example progrms that accompany some of the class descriptions.
BiCubicInterpolation Class
,
BiCubicSpline Class
and
BiCubicSplineFast Class
BiCubicExampleOne
and
BiCubicExampleTwo
: Example programs illustrating both bicubic interpolation and bicubic spline interpolation.
BiCubicSplineFastExample
Example program illustrating the Bicubic Spline Interpolation using the faster version with no data checking.
Cronbach Class
CronbachAnalysis
, an example program illustrating a basic Cronbach alpha analysis
CubicSpline Class
and
CubicSplineFast Class
Example program
illustrating the Cubic Spline Interpolation using the data checking version.
Example program
illustrating the Cubic Spline Interpolation using the faster version with no data checking.
FileChooser Class
Example program
illustrates the use of FileChooser in reading data, to be plotted using PlotGraph, from a text file.
FourierTransform Class
Example program
illustrating the use of FourierTransform to obtain a Power Spectrum.
ImmunoAssay Class
Example programs
illustrating the fitting of immunoassay curves and the determination of analyte concentrations.
ImpedSpecSimulation Class
Example programs
illustrating the simulation of electrochemical impedance spectroscopy (EIS) experiments.
ImpedSpecRegression Class
Example programs
illustrating the fitting of experimental data to electrochemical impedance spectroscopy (EIS) models.
Integration Class
Example programs
illustrating Numerical Integration
Matrix Class
Example programs
illustrating Matrix multiplication
Maximization Class
Example program
illustrating Maximization
Minimization Class
Example program
illustrating Minimization
PCA Class
PCA_Analysis
, an example program illustrating a basic principal component analysis using the
PCA Class
PlotGraph Class
Example program
illustrating the use of PlotGraph in plotting two curves on one graph.
PolyCubicSpline Class
and
PolyCubicSplineFast Class
Example program
illustrating the Polycubic Spline Interpolation using the data checking version.
Example program
illustrating the Polycubic Spline Interpolation using the faster version with no data checking.
PolylineSimplification Class
PolylineExample
: Example program illustrating a polyline simplification.
PrismCoupler Class
Example program
illustrating the use of PrismCoupler to determine the refractive index of a thin film.
ProbabilityPlot Class
Example program,
GaussianFit
, illustrating the use of ProbabilityPlot in fitting examination marks to a Gaussian distribution.
RealRoot Class
Example program
illustrating Root Searching
Regression Class
Several example programs
illustrating Non-linear Regression
Example program,
GaussianFit
, illustrating the use of Regression in fitting examination marks to a Gaussian distribution.
RungeKutta Class
Example programs
illustrating the Runge-Kutta, Cash-Karp and Fehlberg procedures.
Scores Class
AlphabeticToNumeric
, an example program illustrating a conversion of alphabetic scores to numeric scores using the
Scores Class
TriCubicSpline Class
Example program
illustrating the Tricubic Spline Interpolation.
This page was prepared by
Dr Michael Thomas Flanagan