org.eclipse.birt.chart.util
Class Lowess

java.lang.Object
  extended byorg.eclipse.birt.chart.util.Lowess

public class Lowess
extends java.lang.Object

Lowess


Constructor Summary
Lowess(double[] xInput, double[] yInput, double bandwidthPct)
          The constructor.
 
Method Summary
 double[] getXarray()
          Returns the X array values.
 double[] getYEst()
          Returns the Y estimation values.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Lowess

public Lowess(double[] xInput,
              double[] yInput,
              double bandwidthPct)
The constructor.

Parameters:
xInput -
yInput -
bandwidthPct -
Method Detail

getXarray

public double[] getXarray()
Returns the X array values.

Returns:

getYEst

public double[] getYEst()
Returns the Y estimation values.

Returns:


Copyright © 2005 Actuate Corp. All rights reserved.