Parkinson Disease Database

mathutil
Class MathUtil

java.lang.Object
  extended by mathutil.MathUtil

public class MathUtil
extends java.lang.Object

Třída implementuje jednoduché matematické funkce.

Copyright: Copyright (c) 2005 Jan Dolezel

Company: ČVUT FEL, Prague


Constructor Summary
MathUtil()
           
 
Method Summary
static double[] getFi(double[] x, double[] y, boolean unwrap)
          Funkce převádí posloupnost x, y na úhel, který jednotlivé body svírají s osou x
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MathUtil

public MathUtil()
Method Detail

getFi

public static double[] getFi(double[] x,
                             double[] y,
                             boolean unwrap)
Funkce převádí posloupnost x, y na úhel, který jednotlivé body svírají s osou x

Parameters:
x - double[]
y - double[]
unwrap - boolean jestliže je true, elimnuje skoky větší než PI
Returns:
double[]

Parkinson Disease Database