- mag() - Method in class net.talvi.puffinplot.data.Vec3
-
Returns the magnitude of this vector.
- MagSusSampleRpiEstimate - Class in net.talvi.puffinplot.data
-
An estimate of relative palaeointensity for a single sample,
normalized by magnetic susceptibility.
- main(String[]) - Static method in class net.talvi.puffinplot.PuffinApp
-
Instantiates and starts a new PuffinApp.
- MainGraphDisplay - Class in net.talvi.puffinplot.window
-
A graph display which can show multiple plots.
- MainMenuBar - Class in net.talvi.puffinplot.window
-
The menu bar and attached hierarchy of menus for PuffinPlot's main window.
- MainMenuBar(PuffinApp) - Constructor for class net.talvi.puffinplot.window.MainMenuBar
-
Creates a new menu bar and menu tree.
- MainWindow - Class in net.talvi.puffinplot.window
-
The main window of the PuffinPlot application.
- makeEllipse(KentParams) - Static method in class net.talvi.puffinplot.data.Vec3
-
Returns a list of points outlining the confidence ellipse for
a supplied set of Kent statistical parameters.
- makeSmallCircle(double) - Method in class net.talvi.puffinplot.data.Vec3
-
Returns a list of vectors defining a small circle around this vector's direction.
- MalformedFileException - Exception in net.talvi.puffinplot.data.file
-
This exception is thrown when a file format does not conform to
the expectations of a file loader.
- MalformedFileException(String) - Constructor for exception net.talvi.puffinplot.data.file.MalformedFileException
-
Creates a new malformed file exception with a specified message.
- Maths - Class in Jama.util
-
- Maths() - Constructor for class Jama.util.Maths
-
- Matrix - Class in Jama
-
Jama = Java Matrix class.
- Matrix(int, int) - Constructor for class Jama.Matrix
-
Construct an m-by-n matrix of zeros.
- Matrix(int, int, double) - Constructor for class Jama.Matrix
-
Construct an m-by-n constant matrix.
- Matrix(double[][]) - Constructor for class Jama.Matrix
-
Construct a matrix from a 2-D array.
- Matrix(double[][], int, int) - Constructor for class Jama.Matrix
-
Construct a matrix quickly without checking arguments.
- Matrix(double[], int) - Constructor for class Jama.Matrix
-
Construct a matrix from a one-dimensional packed array
- maxIntensity(List<Datum>) - Static method in class net.talvi.puffinplot.data.Datum
-
Returns the maximum magnitude of magnetic dipole moment per unit volume
within the supplied group of datum objects.
- maxMagSus(List<Datum>) - Static method in class net.talvi.puffinplot.data.Datum
-
Returns the maximum magnetic susceptibility within the supplied group of
datum objects.
- maxTreatmentLevel(List<Datum>) - Static method in class net.talvi.puffinplot.data.Datum
-
Returns the maximum treatment level within the supplied group of
datum objects.
- mdf - Variable in class net.talvi.puffinplot.PuffinActions
-
Calculates the median destructive field or temperature of the selected
samples.
- mean(Collection<Vec3>) - Static method in class net.talvi.puffinplot.data.Vec3
-
Returns the mean of a collection of vectors.
- meanDirection(Collection<Vec3>) - Static method in class net.talvi.puffinplot.data.Vec3
-
Returns the mean direction of a collection of unit vectors.
- MeasType - Enum in net.talvi.puffinplot.data
-
The type of measurement which was performed on a sample or set of samples.
- measTypes(Collection<Datum>) - Static method in class net.talvi.puffinplot.data.Datum
-
Returns a set of all the measurement types of the supplied data.
- MeasurementAxis - Enum in net.talvi.puffinplot.data
-
An axis along which a magnetic moment measurement was made.
- MedianDestructiveField - Class in net.talvi.puffinplot.data
-
This class calculates and stores the median destructive field (MDF) for
a set of
Datum
objects.
- mergeDuplicateMeasurements(Collection<Sample>) - Method in class net.talvi.puffinplot.data.Suite
-
Merges Datum objects with the same Sample and treatment step (EXPERIMENTAL).
- minus(Matrix) - Method in class Jama.Matrix
-
C = A - B
- minus(Vec3) - Method in class net.talvi.puffinplot.data.Vec3
-
Subtracts another vector from this vector.
- minusEquals(Matrix) - Method in class Jama.Matrix
-
A = A - B
- MissingSampleNameException(String) - Constructor for exception net.talvi.puffinplot.data.Suite.MissingSampleNameException
-
- modifierKey - Static variable in class net.talvi.puffinplot.PuffinAction
-
The standard modifier key for the platform; generally, this will
correspond to Ctrl on most systems, and ⌘ (‘Apple key’) on
Mac OS X systems.
- MomentUnit - Enum in net.talvi.puffinplot.data
-
This enum represents a unit in which magnetic moment per
unit volume can be measured.
- mouseClicked(Point2D, MouseEvent) - Method in class net.talvi.puffinplot.plots.Plot
-
Handles a mouse click event on the plot.
- multiSuiteMeans - Variable in class net.talvi.puffinplot.PuffinActions
-
Calculate mean directions for data in all the currently open data suites.