public class MovingLinearFit extends Object implements stream.Processor
Created by jbuss on 08.10.14.
Modifier and Type | Field and Description |
---|---|
String |
interceptKey |
String |
key |
double |
scale |
String |
slopeKey |
int |
width |
Constructor and Description |
---|
MovingLinearFit() |
@Parameter(required=true, description="key of data array") public String key
@Parameter(required=true, description="key of slope array") public String slopeKey
@Parameter(required=true, description="key of intercept array") public String interceptKey
@Parameter(description="width of the window to do the linear regression", defaultValue="10") public int width
@Parameter(description="scaling factor for the slope", defaultValue="1") public double scale
Copyright © 2019. All rights reserved.