A B C D E F G H I J K L M N O P Q R S T U V W Z

F

factorialln(int) - Static method in class peakml.math.Statistical
In mathematics, the factorial of a non-negative integer n, denoted by n!, is the product of all positive integers less than or equal to n.
factory - Static variable in class peakml.Centroid
Static instance for the factory, so not everybody will need to produce one
FastErrorBarPlot - Class in peakml.util.jfreechart
 
FastErrorBarPlot(String, String) - Constructor for class peakml.util.jfreechart.FastErrorBarPlot
 
FastErrorBarPlot.Data - Class in peakml.util.jfreechart
 
FastErrorBarPlot.Data(String, double[]) - Constructor for class peakml.util.jfreechart.FastErrorBarPlot.Data
 
FastSpectrumPlot - Class in peakml.util.jfreechart
 
FastSpectrumPlot(String, String) - Constructor for class peakml.util.jfreechart.FastSpectrumPlot
 
FastSpectrumPlot.Data - Class in peakml.util.jfreechart
 
FastSpectrumPlot.Data(double, double, String) - Constructor for class peakml.util.jfreechart.FastSpectrumPlot.Data
 
FastTimePlot - Class in peakml.util.jfreechart
 
FastTimePlot(String, String) - Constructor for class peakml.util.jfreechart.FastTimePlot
 
FastTimePlot.Data - Class in peakml.util.jfreechart
 
FastTimePlot.Data(String, double[], double[]) - Constructor for class peakml.util.jfreechart.FastTimePlot.Data
 
FastTimePlot.Data(String, double[], double[], int) - Constructor for class peakml.util.jfreechart.FastTimePlot.Data
 
FileInfo - Class in peakml.io
Central point for collecting all the information about a file.
FileInfo(String, String) - Constructor for class peakml.io.FileInfo
Convenience constructor, which looks up the location of the given filename in the file-system.
FileInfo(String, String, String) - Constructor for class peakml.io.FileInfo
Constructs a new file info instance with the given values.
Filter - Interface in peakml.math.filter
Interface for classes implementing a filter on a signal (a combination between x-values and y-values).
filter(double[], double[]) - Method in interface peakml.math.filter.Filter
With this method actual filtering is performed.
filter(double[], double[]) - Method in class peakml.math.filter.LoessFilter
 
filter(double[], double[]) - Method in class peakml.math.filter.SavitzkyGolayFilter
 
findRelatedPeaks(Vector<IPeak>, double, double, IPeak.RelationCompare<IPeak>) - Static method in class peakml.IPeak
This method attempts to find all the peaks that are related to each other.
fit(double[], double[]) - Static method in class peakml.math.function.CubicSplineFunction
Constructs (i.e.
fit(double[], double[]) - Static method in class peakml.math.function.LinearFunction
Fits a linear function through the given data.
fit(double[], double[]) - Static method in class peakml.math.function.LogNormalFunction
Fits (i.e.
fit(double[], double[]) - Static method in class peakml.math.function.NormalFunction
Fits (i.e.
fit(int, double[], double[]) - Static method in class peakml.math.function.PolynomialFunction
Fits a polynomial function of the given order through the given data.
FLUORINE - Static variable in class peakml.chemistry.PeriodicTable
The index of the fluor element in the PeriodicTable.elements array.
flushBase64() - Method in class peakml.util.Base64.OutputStream
Method added by PHIL.
formula - Variable in class peakml.chemistry.PeriodicTable.Derivative
The formula of the adduct.
from(double) - Method in class peakml.chemistry.PeriodicTable.Derivative
Calculates the mass of the peak of the given basepeak mass and the adduct.
fromDerivative(double) - Method in class peakml.chemistry.PeriodicTable.Derivative
 
ftest(double[], double[]) - Static method in class peakml.math.Statistical
An F-test is any statistical test in which the test statistic has an F-distribution if the null hypothesis is true.
Function - Interface in peakml.math.function
General interface for functions, defining the method for retrieving the y-value (result) for a given x-value.

A B C D E F G H I J K L M N O P Q R S T U V W Z