LinearTransformation#

class wattson.powergrid.noise.transformations.linear_transformation.LinearTransformation(grid_value: GridValue, linear_offset: Any, noise: Noise | None)#

Bases: Transformation

Methods

__init__

apply

__init__(grid_value: GridValue, linear_offset: Any, noise: Noise | None)#