Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 763 Bytes

decorrelate.rst

File metadata and controls

25 lines (17 loc) · 763 Bytes

Decorrelate

.Decorrelate is a class to remove correlation from an correlated standard normal vector z = [Z1, ..., Zn] with correlation matrix Cz = [ρij]. The uncorrelated standard normal vector u = [U1, ..., Un] can be calculated as:


u = H − 1z

Decorrelate Class

The .Decorrelate class is imported using the following command:

>>> from UQpy.transformations.Decorrelate import Decorrelate

Methods

UQpy.transformations.Decorrelate

Attributes

UQpy.transformations.Decorrelate.H

UQpy.transformations.Decorrelate.samples_u