Index

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

G

getAllCustomColorMapComponents() - Method in class org.sm.smtools.swing.util.JGradientColorMap
Returns all components of the custom colour map.
getAllLines() - Method in class org.sm.smtools.util.TextFileParser
Returns all the lines as a StringBuilder object.
getAllLinesAsStringArray() - Method in class org.sm.smtools.util.TextFileParser
Returns all the lines as a String[] array.
getApplicationLocalePrefix() - Method in class org.sm.smtools.application.JDerivedGUIApplication
getApplicationLocalePrefix() - Method in class org.sm.smtools.application.JStandardGUIApplication
Sets up the path and prefix names to the application's locale databases, for example:
getApplicationRequiredMajorJavaVersion() - Method in class org.sm.smtools.application.JStandardGUIApplication
Sets up the required major version of the Java runtime engine that wants to run this application.
getApplicationRequiredMinorJavaVersion() - Method in class org.sm.smtools.application.JStandardGUIApplication
Sets up the required minor version of the Java runtime engine that wants to run this application.
getApplicationResourceArchiveFilename() - Method in class org.sm.smtools.application.JDerivedGUIApplication
getApplicationResourceArchiveFilename() - Method in class org.sm.smtools.application.JStandardGUIApplication
Sets up the filename of the JAR or ZIP file containing the application's resources.
getBackground() - Method in class org.sm.smtools.swing.util.JTriggeredButton
Returns the current background color of the button.
getBatteryLifePercent() - Method in class org.sm.smtools.application.util.JStatusBar.Kernel32.SYSTEM_POWER_STATUS
Returns the percentage of full battery charge remaining.
getBatteryLifeTime() - Method in class org.sm.smtools.application.util.JStatusBar.Kernel32.SYSTEM_POWER_STATUS
Returns the number of seconds of battery life remaining.
getBorderInsets(Component) - Method in class org.sm.smtools.swing.util.JTriggeredButtonBorder
Returns the margins used by the border
getBufferedImage(String) - Method in class org.sm.smtools.application.util.JARResources
Retrieves a resource as a BufferedImage from the archive.
getButtonSoundFilename() - Method in enum org.sm.smtools.application.util.JGUISounds
Returns the sound filename associated with a button click.
getCDF(double) - Method in class org.sm.smtools.math.statistics.EmpiricalDistribution
Returns the value of the cumulative distribution function (CDF) evaluated at x.
getChangeLookAndFeelSoundFilename() - Method in enum org.sm.smtools.application.util.JGUISounds
Returns the sound filename associated when the application's look and feel has changed.
getChiSquare(double, int) - Static method in class org.sm.smtools.math.statistics.EmpiricalDistribution
Returns the chi-square value corresponding to a specified alpha level and number of degrees of freedom.
getColorMap() - Method in class org.sm.smtools.swing.util.JGradientColorMap
Returns the colour map that is used.
getCovariance() - Method in class org.sm.smtools.math.statistics.DistributionComparator
Getter method for the covariance.
getCurrentLocale() - Method in enum org.sm.smtools.application.util.I18NL10N
Returns the currently used locale.
getCurrentLocaleDescription() - Method in enum org.sm.smtools.application.util.I18NL10N
Returns the descriptive name of the currently used locale.
getCurrentLocaleName() - Method in enum org.sm.smtools.application.util.I18NL10N
Returns the short BCP 47 name of the currently used locale.
getCurrentSoundSet() - Method in enum org.sm.smtools.application.util.JGUISounds
Returns the currently selected sound set.
getData() - Method in class org.sm.smtools.math.statistics.EmpiricalDistribution
Retrieves the raw data for this empirical distribution.
getDateTimeString() - Method in exception org.sm.smtools.exceptions.DateTimeFormatException
Returns the string representation of this exception's malformed DateStamp or TimeStamp object.
getDayOfMonth() - Method in class org.sm.smtools.util.DateStamp
Returns this DateStamp's day-of-month [1-31].
getDayOfWeek() - Method in class org.sm.smtools.util.DateStamp
Returns this DateStamp's day-of-week [1-7].
getDayOfWeekString(int) - Static method in class org.sm.smtools.util.DateStamp
Helper method to convert a day-of-week index [1 (Monday) - 7 (Sunday)] to a weekday name.
getDayOfYear() - Method in class org.sm.smtools.util.DateStamp
Returns this DateStamp's day-of-year.
getDescription() - Method in class org.sm.smtools.util.JFileFilter
Returns the description of the file filter.
getDMYString() - Method in class org.sm.smtools.util.DateStamp
Returns a String representation of this DateStamp object in the format dd/MM/yyyy.
getDoublePrecision(double) - Static method in class org.sm.smtools.util.StringTools
Returns the precision of the specified number, based on a leading zero and the number of zero decimals directly following the decimal point.
getDoubleValue() - Method in class org.sm.smtools.swing.util.JNumberInputField
Retrieves the numerical double value of the textfield.
getElapsedTime() - Method in class org.sm.smtools.util.Chrono
Queries this chronometer's elapsed time in milliseconds (excluding all stopped times).
getEllipseCircumference(double, double) - Static method in class org.sm.smtools.math.MathTools
Returns the approximated circumference of an ellipse.
getEllipseEccentricity(double, double) - Static method in class org.sm.smtools.math.MathTools
Returns the eccentricity of an ellipse.
getEQC() - Method in class org.sm.smtools.math.statistics.DistributionComparator
Getter method for the equality coefficient (EQC).
getExpectedValue() - Method in class org.sm.smtools.math.statistics.EmpiricalDistribution
Returns the expected value for the first moment (population mean), which in this case is approximated by the sample mean.
getExtension(File) - Method in class org.sm.smtools.util.JFileFilter
Returns the extension of a specified file.
getFieldOrder() - Method in class org.sm.smtools.application.util.JStatusBar.Kernel32.SYSTEM_POWER_STATUS
 
getFilename() - Method in exception org.sm.smtools.exceptions.FileCantBeCreatedException
Returns the name of the file this exception corresponds to.
getFilename() - Method in exception org.sm.smtools.exceptions.FileParseException
Returns the name of the file this exception corresponds to.
getFilename() - Method in exception org.sm.smtools.exceptions.FileReadException
Returns the name of the file this exception corresponds to.
getFilename() - Method in exception org.sm.smtools.exceptions.FileWriteException
Returns the name of the file this exception corresponds to.
getFilename(String) - Method in enum org.sm.smtools.application.util.I18NL10N
Returns a filename based on a prefix only (the system's default locale is assumed).
getFilename(String, String) - Method in enum org.sm.smtools.application.util.I18NL10N
Returns a filename based on a prefix and locale.
getFontHeight(Graphics2D) - Static method in class org.sm.smtools.swing.util.JGraphics
Helper method to return the current font's height.
getFontSize(Graphics2D) - Static method in class org.sm.smtools.swing.util.JGraphics
Helper method to return the current font size.
getFreeMemory() - Static method in class org.sm.smtools.application.util.SystemInformation
Returns the amount of free memory for the application.
getFullDateString() - Method in class org.sm.smtools.util.DateStamp
Returns a String representation of this DateStamp object as a fully formatted string.
getFullKDEPDF() - Method in class org.sm.smtools.math.statistics.EmpiricalDistribution
Returns the previously complete calculated kernel density estimation (KDE) of the probability distribution function (PDF).
getGreatCircleDistance(double, double, double, double) - Static method in class org.sm.smtools.math.MathTools
Calculates the great circle distance (using the haversine formula) between two specified points.
getGUIContentPane(JPanel) - Method in class org.sm.smtools.application.JDerivedGUIApplication
getGUIContentPane(JPanel) - Method in class org.sm.smtools.application.JStandardGUIApplication
Sets up the GUI's content pane.
getGUIGlassPane() - Method in class org.sm.smtools.application.JDerivedGUIApplication
getGUIGlassPane() - Method in class org.sm.smtools.application.JStandardGUIApplication
Sets up a constructed glass pane.
getGUIIcon() - Method in class org.sm.smtools.application.JDerivedGUIApplication
getGUIIcon() - Method in class org.sm.smtools.application.JStandardGUIApplication
Sets up the Image containing the GUI's icon.
getGUIInitialLookAndFeel() - Method in class org.sm.smtools.application.JStandardGUIApplication
Sets up the application's initial look-and-feel.
getGUIInitialSize() - Method in class org.sm.smtools.application.JDerivedGUIApplication
getGUIInitialSize() - Method in class org.sm.smtools.application.JStandardGUIApplication
Sets up the GUI's initial size on the screen.
getGUIInitialSoundSet() - Method in class org.sm.smtools.application.JStandardGUIApplication
Sets up the application's initial GUI sound set.
getGUIMenus() - Method in class org.sm.smtools.application.JDerivedGUIApplication
getGUIMenus() - Method in class org.sm.smtools.application.JStandardGUIApplication
Sets up custom menus.
getGUIRightHandMenu() - Method in class org.sm.smtools.application.JDerivedGUIApplication
getGUIRightHandMenu() - Method in class org.sm.smtools.application.JStandardGUIApplication
Sets up a custom right hand menu (e.g., a "Help" menu).
getGUIScreenInsets() - Method in class org.sm.smtools.application.JStandardGUIApplication
Returns the screen insets.
getGUIScreenSize() - Method in class org.sm.smtools.application.JStandardGUIApplication
Returns the screen size.
getGUISplashScreen() - Method in class org.sm.smtools.application.JStandardGUIApplication
Returns a handle to the GUI's splash screen.
getGUISplashScreenContent() - Method in class org.sm.smtools.application.JDerivedGUIApplication
getGUISplashScreenContent() - Method in class org.sm.smtools.application.JStandardGUIApplication
Sets up a JLabel containing the splash screen's custom content.
getGUISplashScreenSound() - Method in class org.sm.smtools.application.JDerivedGUIApplication
getGUISplashScreenSound() - Method in class org.sm.smtools.application.JStandardGUIApplication
Sets up the MP3 sound to play during the splash screen.
getGUIStatusBar() - Method in class org.sm.smtools.application.JStandardGUIApplication
Getter method for the status bar.
getGUIStatusBarCustomLabels() - Method in class org.sm.smtools.application.JDerivedGUIApplication
getGUIStatusBarCustomLabels() - Method in class org.sm.smtools.application.JStandardGUIApplication
Sets up custom labels that are shown to the right hand side of the status bar.
getGUISystemSoundsEnabledOnStartup() - Method in class org.sm.smtools.application.JStandardGUIApplication
Specifies whether or not the GUI's system sounds should be enabled at startup.
getGUITitle() - Method in class org.sm.smtools.application.JDerivedGUIApplication
getGUITitle() - Method in class org.sm.smtools.application.JStandardGUIApplication
Sets up the GUI's window title.
getGUIToolBarActionMap() - Method in class org.sm.smtools.application.JStandardGUIApplication
Helper method to retrieve the GUI's tool bar's action map.
getGUIToolBarInputMap() - Method in class org.sm.smtools.application.JStandardGUIApplication
Helper method to retrieve the GUI's tool bar's input map.
getGUIToolBarTitle() - Method in class org.sm.smtools.application.JDerivedGUIApplication
getGUIToolBarTitle() - Method in class org.sm.smtools.application.JStandardGUIApplication
Returns the GUI's tool bar's title.
getHistogramBinCentre(int) - Method in class org.sm.smtools.math.statistics.EmpiricalDistribution
Returns the centre of a specified histogram bin.
getHistogramBinCentres() - Method in class org.sm.smtools.math.statistics.EmpiricalDistribution
Returns the centres of all the histogram bins.
getHistogramBinCount(int) - Method in class org.sm.smtools.math.statistics.EmpiricalDistribution
Returns the count associated with a specified histogram bin.
getHistogramBinCounts() - Method in class org.sm.smtools.math.statistics.EmpiricalDistribution
Returns the counts for all the histogram bins.
getHistogramBinFrequencies() - Method in class org.sm.smtools.math.statistics.EmpiricalDistribution
Returns the frequencies for all the histogram bins.
getHistogramBinFrequency(int) - Method in class org.sm.smtools.math.statistics.EmpiricalDistribution
Returns the frequency associated with a specified histogram bin.
getHistogramBinWidth() - Method in class org.sm.smtools.math.statistics.EmpiricalDistribution
Returns the width of a histogram bin.
getHMSMsString() - Method in class org.sm.smtools.util.TimeStamp
Returns a String representation of this TimeStamp object in the format HH:mm:ss.SSS.
getHMSString() - Method in class org.sm.smtools.util.TimeStamp
Returns a String representation of this TimeStamp object in the format HH:mm:ss.
getHMString() - Method in class org.sm.smtools.util.TimeStamp
Returns a String representation of this TimeStamp object in the format HH:mm.
getHour() - Method in class org.sm.smtools.util.TimeStamp
Returns this TimeStamp's hour of the day [0-23].
getImage(String) - Method in class org.sm.smtools.application.util.JARResources
Retrieves a resource as an Image from the archive.
getIndentation(String) - Static method in class org.sm.smtools.util.StringTools
Returns the optional indentation (i.e., any whitespace at the beginning) of a given String.
getIndex() - Method in class org.sm.smtools.math.Extremum
Getter method for the extremum's index.
getInputStream(String) - Method in class org.sm.smtools.application.util.JARResources
Retrieves a resource as an InputStream from the archive.
getIntegerValue() - Method in class org.sm.smtools.swing.util.JNumberInputField
Retrieves the numerical int value of the textfield.
getIntercept() - Method in class org.sm.smtools.math.lslr.LSLR
Returns the intercept of the LSLR operation on the 2D-data points.
getInterquartileRange() - Method in class org.sm.smtools.math.statistics.EmpiricalDistribution
Returns the interquartile range (IQR) (i.e., the difference between the 75th and the 25th percentiles).
getInterquartileRangeDescription() - Static method in class org.sm.smtools.math.statistics.EmpiricalDistribution
Returns a descriptive label of the interquartile range (IQR).
getJarqueBeraTestStatistic() - Method in class org.sm.smtools.math.statistics.EmpiricalDistribution
Calculates the Jarque-Bera test statistic.
getKDEPDF(double) - Method in class org.sm.smtools.math.statistics.EmpiricalDistribution
Returns the value of the probability density function (PDF) evaluated at x (based on kernel density estimation, KDE).
getKDEPDFModes() - Method in class org.sm.smtools.math.statistics.EmpiricalDistribution
Returns all modes (i.e., local maxima) for the calculated kernel density estimation (KDE) of the probability density function (PDF).
getKDEXMaximum() - Method in class org.sm.smtools.math.statistics.EmpiricalDistribution
Returns the maximum of the values for a kernel density estimation (KDE) of the probability distribution function (PDF).
getKDEXMinimum() - Method in class org.sm.smtools.math.statistics.EmpiricalDistribution
Returns the minimum of the values for a kernel density estimation (KDE) of the probability distribution function (PDF).
getKDEXRange() - Method in class org.sm.smtools.math.statistics.EmpiricalDistribution
Returns the range of the values for a kernel density estimation (KDE) of the probability distribution function (PDF).
getKernel(double, MathTools.EKernelType) - Static method in class org.sm.smtools.math.MathTools
Provides a kernel.
getKernelSmoother(FunctionLookupTable, MathTools.EKernelType, double, int) - Static method in class org.sm.smtools.math.MathTools
Performs kernel smoothing on a 1D function specified by lookup tables for in the (X,Y) plane.
getKurtosis() - Method in class org.sm.smtools.math.statistics.EmpiricalDistribution
Returns the sample kurtosis (using an unbiased estimator).
getKurtosisDescription() - Static method in class org.sm.smtools.math.statistics.EmpiricalDistribution
Returns a descriptive label of the kurtosis.
getKurtosisInterpretation() - Method in class org.sm.smtools.math.statistics.EmpiricalDistribution
Returns a qualitative description of the kurtosis based on its test statistic.
getKurtosisZStatistic() - Method in class org.sm.smtools.math.statistics.EmpiricalDistribution
Returns a two-tailed test statistic Z of kurtosis (different from zero) with a 5% significance level.
getLastReadLineNr() - Method in class org.sm.smtools.util.TextFileParser
Returns the number of the line that the parser last tried to read.
getLatitude() - Method in class org.sm.smtools.math.LatLongPosition
Gets the position's latitude.
getLatitudeLongitudeDisplacement(double, double, double, double) - Static method in class org.sm.smtools.math.MathTools
Calculates a (latitude,longitude) in a LatLongPosition object that is of a specified offset (expressed in meter) from a given point.
getLineNr() - Method in exception org.sm.smtools.exceptions.FileParseException
Returns the number of the line at which the parse error occurred.
getLocalMaximum(int) - Method in class org.sm.smtools.math.Extrema
Returns a local maximum.
getLocalMinimum(int) - Method in class org.sm.smtools.math.Extrema
Returns a local minimum.
getLongitude() - Method in class org.sm.smtools.math.LatLongPosition
Gets the position's longitude.
getLowerBound() - Method in class org.sm.smtools.math.ArraySearchBounds
Getter method for the lower bound.
getMAE() - Method in class org.sm.smtools.math.statistics.DistributionComparator
Getter method for the mean absolute error (MAE).
getMAPE() - Method in class org.sm.smtools.math.statistics.DistributionComparator
Getter method for the mean absolute percent error (MAPE).
getMAXE() - Method in class org.sm.smtools.math.statistics.DistributionComparator
Getter method for the maximum error (MAXE).
getMaximumSize() - Method in class org.sm.smtools.swing.util.JGradientColorMap
 
getMaxLength(String[]) - Static method in class org.sm.smtools.util.StringTools
Calculates the largest length of all Strings in an array.
getME() - Method in class org.sm.smtools.math.statistics.DistributionComparator
Getter method for the mean error (ME).
getMean() - Method in class org.sm.smtools.math.lslr.LSLR
Returns the mean of the y-values of the 2D-data points
getMean() - Method in class org.sm.smtools.math.statistics.EmpiricalDistribution
This is the sample mean, which in this case is an alias for the expected value.
getMeanDescription() - Static method in class org.sm.smtools.math.statistics.EmpiricalDistribution
Returns a descriptive label of the mean (expected value).
getMedian() - Method in class org.sm.smtools.math.statistics.EmpiricalDistribution
Returns the median (i.e., the 50th percentile).
getMedianDescription() - Static method in class org.sm.smtools.math.statistics.EmpiricalDistribution
Returns a descriptive label of the median.
getMenuItemSoundFilename() - Method in enum org.sm.smtools.application.util.JGUISounds
Returns the sound filename associated with a selection of a menu item.
getMessageDialogSoundFilename() - Method in enum org.sm.smtools.application.util.JGUISounds
Returns the sound filename associated with a message dialog popup.
getMillisecond() - Method in class org.sm.smtools.util.TimeStamp
Returns this TimeStamp's millisecond [0-999].
getMillisecondOfDay() - Method in class org.sm.smtools.util.TimeStamp
Returns this TimeStamp's millisecond-of-day (since 00:00:00.000).
getMinimumSize() - Method in class org.sm.smtools.swing.util.JGradientColorMap
 
getMinute() - Method in class org.sm.smtools.util.TimeStamp
Returns this TimeStamp's minute [0-59].
getMinuteOfDay() - Method in class org.sm.smtools.util.TimeStamp
Returns this TimeStamp's minute-of-day (since 00:00:00.000).
getMonth() - Method in class org.sm.smtools.util.DateStamp
Returns this DateStamp's month [1-12].
getMonth(String) - Static method in class org.sm.smtools.util.DateStamp
Helper method to convert a month name to a month index [1-12].
getMonthString(int) - Static method in class org.sm.smtools.util.DateStamp
Helper method to convert a month index [1-12] to a month name.
getMRE() - Method in class org.sm.smtools.math.statistics.DistributionComparator
Getter method for the mean relative error (MRE).
getMSE() - Method in class org.sm.smtools.math.statistics.DistributionComparator
Getter method for the mean square error (MSE).
getMSMsString() - Method in class org.sm.smtools.util.TimeStamp
Returns a String representation of this TimeStamp object in the format mm:ss.SSS.
getMSString() - Method in class org.sm.smtools.util.TimeStamp
Returns a String representation of this TimeStamp object in the format mm:ss.
getN() - Method in class org.sm.smtools.math.statistics.DistributionComparator
Getter method for the number of values per sequence.
getN() - Method in class org.sm.smtools.math.statistics.EmpiricalDistribution
Returns the sample size.
getNextBoolean() - Method in class org.sm.smtools.util.TextFileParser
Returns the next line converted to a boolean (empty lines are ignored).
getNextByte() - Method in class org.sm.smtools.util.TextFileParser
Returns the next line converted to a byte (empty lines are ignored).
getNextChar() - Method in class org.sm.smtools.util.TextFileParser
Returns the next line converted to a char (empty lines are ignored).
getNextCSV() - Method in class org.sm.smtools.util.TextFileParser
Returns the next line converted to a String[] array of comma-separated values.
getNextCSV(char) - Method in class org.sm.smtools.util.TextFileParser
Returns the next line converted to a String[] array of comma-separated values with a specified split character.
getNextDateStamp() - Method in class org.sm.smtools.util.TextFileParser
Returns the next line converted to a DateStamp (empty lines are ignored).
getNextDateTimeStamp(DateStamp, TimeStamp) - Method in class org.sm.smtools.util.TextFileParser
Convert the next line converted to a DateStamp and TimeStamp (empty lines are ignored).
getNextDouble() - Method in class org.sm.smtools.util.TextFileParser
Returns the next line converted to a double (empty lines are ignored).
getNextInteger() - Method in class org.sm.smtools.util.TextFileParser
Returns the next line converted to an int (empty lines are ignored).
getNextNonEmptyString() - Method in class org.sm.smtools.util.TextFileParser
Returns the next non-empty line converted to a String.
getNextString() - Method in class org.sm.smtools.util.TextFileParser
Returns the next line converted to a String.
getNextTimeStamp() - Method in class org.sm.smtools.util.TextFileParser
Returns the next line converted to a TimeStamp (empty lines are ignored).
getNrOfHistogramBins() - Method in class org.sm.smtools.math.statistics.EmpiricalDistribution
Returns the number of histogram bins used for estimating the probability density function (PDF).
getNrOfLocalMaxima() - Method in class org.sm.smtools.math.Extrema
Returns the number of local maxima available.
getNrOfLocalMinima() - Method in class org.sm.smtools.math.Extrema
Returns the number of local minima available.
getNrOfProcessors() - Static method in class org.sm.smtools.application.util.SystemInformation
Returns the number of processors for the JVM.
getNrOfThreadsToUse() - Method in class org.sm.smtools.application.concurrent.TaskExecutor
Returns the number of threads that is used.
getNumberOfDaysInMonth() - Method in class org.sm.smtools.util.DateStamp
Returns the number of days in this DateStamp's month.
getNumberOfDaysInMonth(int, int) - Static method in class org.sm.smtools.util.DateStamp
Returns the number of days in a specified month [1-12] and a given year.
getObject(String) - Method in enum org.sm.smtools.application.util.Registry
Returns an object from the registry.
getOperatingSystem() - Static method in class org.sm.smtools.application.util.SystemInformation
Returns the type of operating system.
getOutliers() - Method in class org.sm.smtools.math.statistics.EmpiricalDistribution
Returns the outliers which are defined as having z-scores greater than 3.
getPDF(double) - Method in class org.sm.smtools.math.statistics.EmpiricalDistribution
Returns the value of the probability density function (PDF) evaluated at x (based on a histogram).
getPearsonCorrelation() - Method in class org.sm.smtools.math.statistics.DistributionComparator
Getter method for Pearson's correlation coefficient.
getPercentageCompleted() - Method in class org.sm.smtools.application.util.JProgressUpdateGlassPane
Returns the percentage completed.
getPercentile(double) - Method in class org.sm.smtools.math.statistics.EmpiricalDistribution
Returns the given percentile.
getPercentile(int) - Method in class org.sm.smtools.math.statistics.EmpiricalDistribution
Returns the given percentile.
getPercentileDescription() - Static method in class org.sm.smtools.math.statistics.EmpiricalDistribution
Returns a descriptive label of a percentile.
getPercentiles() - Method in class org.sm.smtools.math.statistics.EmpiricalDistribution
Returns all the percentiles for the range [0,100].
getPreferredScrollableViewportSize() - Method in class org.sm.smtools.swing.util.JScrollablePanel
 
getPreferredSize() - Method in class org.sm.smtools.swing.util.JGradientColorMap
 
getRawResource(String) - Method in class org.sm.smtools.application.util.JARResources
Retrieves a raw resource from the archive.
getRegistryError() - Method in exception org.sm.smtools.exceptions.RegistryException
Returns the registry's error.
getRMSE() - Method in class org.sm.smtools.math.statistics.DistributionComparator
Getter method for the root mean square error (RMSE).
getRMSEP() - Method in class org.sm.smtools.math.statistics.DistributionComparator
Getter method for the root mean square error proportional (RMSEP).
getRRMSE() - Method in class org.sm.smtools.math.statistics.DistributionComparator
Getter method for the relative root mean square error (RRMSE).
getScrollableBlockIncrement(Rectangle, int, int) - Method in class org.sm.smtools.swing.util.JScrollablePanel
 
getScrollableTracksViewportHeight() - Method in class org.sm.smtools.swing.util.JScrollablePanel
 
getScrollableTracksViewportWidth() - Method in class org.sm.smtools.swing.util.JScrollablePanel
 
getScrollableUnitIncrement(Rectangle, int, int) - Method in class org.sm.smtools.swing.util.JScrollablePanel
 
getSecond() - Method in class org.sm.smtools.util.TimeStamp
Returns this TimeStamp's second [0-59].
getSecondOfDay() - Method in class org.sm.smtools.util.TimeStamp
Returns this TimeStamp's second-of-day (since 00:00:00.000).
getSelectedCustomColorMapComponents() - Method in class org.sm.smtools.swing.dialogs.JCustomColorMapChooser
Returns the selected custom colour map components.
getSelectedDate() - Method in class org.sm.smtools.swing.dialogs.JDateChooser
Returns the currently selected date.
getSelectedTime() - Method in class org.sm.smtools.swing.dialogs.JTimeChooser
Returns the currently selected time.
getShowFractions() - Method in class org.sm.smtools.application.util.JProgressUpdateGlassPane
Returns whether or not fractions are shown in the percentage completed (not shown by default).
getSkewness() - Method in class org.sm.smtools.math.statistics.EmpiricalDistribution
Returns the sample skewness (using an unbiased estimator).
getSkewnessConfidenceBounds() - Method in class org.sm.smtools.math.statistics.EmpiricalDistribution
Returns the symmetrical skewness' confidence bounds for a 95% confidence interval, defined as twice the standard error of skewness (SES).
getSkewnessDescription() - Static method in class org.sm.smtools.math.statistics.EmpiricalDistribution
Returns a descriptive label of the skewness.
getSkewnessInterpretation() - Method in class org.sm.smtools.math.statistics.EmpiricalDistribution
Returns a qualitative description of the skewness based on its test statistic.
getSkewnessZStatistic() - Method in class org.sm.smtools.math.statistics.EmpiricalDistribution
Returns a two-tailed test statistic Z of skewness (different from zero) with a 5% significance level.
getSlope() - Method in class org.sm.smtools.math.lslr.LSLR
Returns the slope of the LSLR operation on the 2D-data points expressed in radians.
getSMsString() - Method in class org.sm.smtools.util.TimeStamp
Returns a String representation of this TimeStamp object in the format ss.SSS.
getSortedData() - Method in class org.sm.smtools.math.statistics.EmpiricalDistribution
Retrieves the raw data for this empirical distribution.
getSoundex(String) - Static method in class org.sm.smtools.util.StringTools
Returns the Soundex code of the provided string.
getSSE() - Method in class org.sm.smtools.math.statistics.DistributionComparator
Getter method for the sum of square errors (SSE).
getSString() - Method in class org.sm.smtools.util.TimeStamp
Returns a String representation of this TimeStamp object in the format ss.
getStandardDeviation() - Method in class org.sm.smtools.math.lslr.LSLR
Returns the standard deviation of the y-values of the 2D-data points.
getStandardDeviation() - Method in class org.sm.smtools.math.statistics.EmpiricalDistribution
Returns the standard deviation (i.e., the positive square root of the variance).
getStandardDeviationDescription() - Static method in class org.sm.smtools.math.statistics.EmpiricalDistribution
Returns a descriptive label of the standard deviation.
GetSystemPowerStatus(JStatusBar.Kernel32.SYSTEM_POWER_STATUS) - Method in interface org.sm.smtools.application.util.JStatusBar.Kernel32
Fills the structure.
getTasks() - Method in class org.sm.smtools.application.concurrent.TaskExecutor
Returns the list with tasks.
getText(String) - Method in class org.sm.smtools.application.util.JARResources
Retrieves a resource as a StringBuilder from the archive.
getTotalMemory() - Static method in class org.sm.smtools.application.util.SystemInformation
Returns the total available memory that the JVM can have access to.
getTrimmedMean(double) - Method in class org.sm.smtools.math.statistics.EmpiricalDistribution
This is the trimmed (or truncated) mean, which corresponds to the mean calculated after symmetrically discarding a certain percentage of data points at the high and low end (without interpolation).
getUpperBound() - Method in class org.sm.smtools.math.ArraySearchBounds
Getter method for the upper bound.
getUsedMemory() - Static method in class org.sm.smtools.application.util.SystemInformation
Returns the amount of memory currently used by the JVM.
getValue() - Method in exception org.sm.smtools.exceptions.FileParseException
Returns the incorrect value that was read.
getValue() - Method in exception org.sm.smtools.exceptions.FileWriteException
Returns the value that should have been written.
getValue() - Method in class org.sm.smtools.math.Extremum
Getter method for the extremum's value.
getVariance() - Method in class org.sm.smtools.math.statistics.EmpiricalDistribution
Returns the sample variance (using an unbiased estimator of the population variance).
getVarianceDescription() - Static method in class org.sm.smtools.math.statistics.EmpiricalDistribution
Returns a descriptive label of the variance.
getVisualisationType() - Method in class org.sm.smtools.application.util.JProgressUpdateGlassPane
Returns the visualisation type to use.
getWarningDialogSoundFilename() - Method in enum org.sm.smtools.application.util.JGUISounds
Returns the sound filename associated with a warning dialog popup.
getWeekOfYear() - Method in class org.sm.smtools.util.DateStamp
Returns this DateStamp's week-of-year [1-52].
getWindowEventSoundFilename() - Method in enum org.sm.smtools.application.util.JGUISounds
Returns the sound filename associated when the application's GUI window is iconified or deiconified.
getXData() - Method in class org.sm.smtools.math.statistics.DistributionComparator
Getter method for the X sequence.
getXMaximum() - Method in class org.sm.smtools.math.statistics.EmpiricalDistribution
Returns the maximum of the input values.
getXMinimum() - Method in class org.sm.smtools.math.statistics.EmpiricalDistribution
Returns the minimum of the input values.
getXRange() - Method in class org.sm.smtools.math.statistics.EmpiricalDistribution
Returns the range of the input values.
getYData() - Method in class org.sm.smtools.math.statistics.DistributionComparator
Getter method for the Y sequence.
getYear() - Method in class org.sm.smtools.util.DateStamp
Returns this DateStamp's year.
getYMDString() - Method in class org.sm.smtools.util.DateStamp
Returns a String representation of this DateStamp object in the format yyyy-MM-dd.
getZoneID(String) - Static method in class org.sm.smtools.util.DateStamp
Helper method to convert a time zone's short description into a ZoneId object.
getZScores() - Method in class org.sm.smtools.math.statistics.EmpiricalDistribution
Returns the calculated z-scores, defined as:
guiLookAndFeelChanged() - Method in class org.sm.smtools.application.JStandardGUIApplication
A callback method for when the look-and-feel has changed.
guiWindowResized() - Method in class org.sm.smtools.application.JStandardGUIApplication
A callback function for when the GUI's window is resized.
A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes|All Packages