public static class GwrInterpolator.BootstrapResult extends Object
| Modifier and Type | Method and Description |
|---|---|
double |
getConfidenceIntervalHalfSpan(double alpha)
Get the half space (single side) of the confidence interval
for the bootstrap analysis.
|
double |
getMean()
Get the mean predicted value at the query point as determined by
bootstrap analysis.
|
int |
getN()
Get the number of successful trials used in the calculation of the
mean and variance for the bootstrap analysis.
|
double |
getVariance()
Get the variance of the predicted values as determined by
bootstrap analysis.
|
String |
toString() |
public double getConfidenceIntervalHalfSpan(double alpha)
alpha - the significance level for the confidence interval
(typically,
0.05, etc.).public int getN()
public double getMean()
public double getVariance()
Copyright © 2019. All rights reserved.