gstools.transform.normal_to_uniform

gstools.transform.normal_to_uniform(fld, field='field', store=True, process=False, keep_mean=True)[source]

Transform normal distribution to uniform distribution on [0, 1].

After this transformation, the field is uniformly distributed on [0, 1].

Parameters
  • fld (Field) – Field class containing a generated field.

  • keep_mean (bool, optional) – Whether to keep the mean of the field if process=True. The default is True.