vsp.gaussian
Class Params
java.lang.Object
vsp.gaussian.Params
public class Params
- extends Object
Parametrs from command line and basic operations with them
- Author:
- Jan Tichava
Constructor Summary |
Params(int count,
double median,
double deviation)
Create new parameters |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
count
private int count
median
private double median
deviation
private double deviation
Params
public Params(int count,
double median,
double deviation)
- Create new parameters
- Parameters:
count
- median
- deviation
-
getCount
public int getCount()
- Returns:
- the count
getMedian
public double getMedian()
- Returns:
- the median
getDeviation
public double getDeviation()
- Returns:
- the deviation