public interface ShollStats
Modifier and Type | Field and Description |
---|---|
static int |
ANNULUS
Flag for annulus normalization (Semi-log/Log-log method)
|
static int |
AREA
Flag for area normalization (Semi-log/Log-log method)
|
static int |
GUESS_SLOG
Flag for automatic choice between Semi-log/Log-log analysis
|
static int |
LOG_LOG
Flag for imposing Log-log analysis
|
static int |
PERIMETER
Flag for perimeter normalization (Semi-log/Log-log method)
|
static int |
S_SHELL
Flag for spherical shell normalization (Semi-log/Log-log method)
|
static int |
SEMI_LOG
Flag for imposing Semi-log analysis
|
static int |
SURFACE
Flag for surface normalization (Semi-log/Log-log method)
|
static int |
VOLUME
Flag for volume normalization (Semi-log/Log-log method)
|
Modifier and Type | Method and Description |
---|---|
double[] |
getFitYvalues() |
double[] |
getFitYvalues(boolean asCumulativeFrequencies) |
int |
getN() |
Profile |
getProfile() |
double[] |
getXvalues() |
double[] |
getYvalues() |
double[] |
getYvalues(boolean asCumulativeFrequencies) |
boolean |
validFit() |
static final int AREA
static final int PERIMETER
static final int ANNULUS
static final int VOLUME
static final int SURFACE
static final int S_SHELL
static final int SEMI_LOG
static final int LOG_LOG
static final int GUESS_SLOG
double[] getXvalues()
double[] getYvalues()
double[] getYvalues(boolean asCumulativeFrequencies)
double[] getFitYvalues()
double[] getFitYvalues(boolean asCumulativeFrequencies)
boolean validFit()
int getN()
Profile getProfile()
Copyright © 2015–2021 Fiji. All rights reserved.