gstools.tools.confidence_scaling

gstools.tools.confidence_scaling(per=0.95)[source]

Scaling of standard deviation to get the desired confidence interval.

Parameters

per (float, optional) – Confidence level. The default is 0.95.

Returns

Scale to multiply the standard deviation with.

Return type

float