vsp.gaussian
Class Params

java.lang.Object
  extended by vsp.gaussian.Params

public class Params
extends Object

Parametrs from command line and basic operations with them

Author:
Jan Tichava

Field Summary
private  int count
           
private  double deviation
           
private  double median
           
 
Constructor Summary
Params(int count, double median, double deviation)
          Create new parameters
 
Method Summary
 int getCount()
           
 double getDeviation()
           
 double getMedian()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

count

private int count

median

private double median

deviation

private double deviation
Constructor Detail

Params

public Params(int count,
              double median,
              double deviation)
Create new parameters

Parameters:
count -
median -
deviation -
Method Detail

getCount

public int getCount()
Returns:
the count

getMedian

public double getMedian()
Returns:
the median

getDeviation

public double getDeviation()
Returns:
the deviation