public class Higuchi extends Object
Changes
| Modifier and Type | Field and Description |
|---|---|
private Vector<Double> |
lnDataX |
private Vector<Double> |
lnDataY |
private AbstractOperator |
operator |
private int |
progressBarMax |
private int |
progressBarMin |
| Constructor and Description |
|---|
Higuchi()
This is the standard constructor
|
Higuchi(AbstractOperator operator)
This is the standard constructor with the possibility to import calling
class This is useful for progress bar and canceling functionality
|
| Modifier and Type | Method and Description |
|---|---|
double[] |
calcDimension(Vector<Double> L,
int regStart,
int regEnd,
String plotName,
boolean showPlot,
boolean deleteExistingPlot) |
Vector<Double> |
calcLengths(Vector<Double> data,
int k)
This method calculates the "Lengths" of the series
|
Vector<Double> |
getLnDataX() |
Vector<Double> |
getLnDataY() |
int |
getProgressBarMax() |
int |
getProgressBarMin() |
void |
setLnDataX(Vector<Double> lnDataX) |
void |
setLnDataY(Vector<Double> lnDataY) |
void |
setProgressBarMax(int progressBarMax) |
void |
setProgressBarMin(int progressBarMin) |
private AbstractOperator operator
private int progressBarMin
private int progressBarMax
public Higuchi(AbstractOperator operator)
operator - public Higuchi()
public int getProgressBarMin()
public void setProgressBarMin(int progressBarMin)
public int getProgressBarMax()
public void setProgressBarMax(int progressBarMax)
public Vector<Double> calcLengths(Vector<Double> data, int k)
data - 1D data vectork - number of newly calculated time series, k must be smaller than
the total number of time points k should not be greater than
N/3 (N number of data points)!Copyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.