PowRForm

scalation.mathstat.PowRForm
class PowRForm(w: VectorD = ...) extends Transform

The PowRForm class applies a shifted s = b_(0) and scaled q = b_(1) POWER-transformation. For shift s and power q where q is converted to r a nearby rational number with an odd denominator

 x -> (x + s)↑q

Value parameters

w

the transform argument vector (w -> b)

Attributes

Graph
Supertypes
trait Transform
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def df(x: VectorD): MatrixD

Attributes

Definition Classes
def f(x: MatrixD): MatrixD
def fi(y: MatrixD): MatrixD

Inherited methods

inline def b_: VectorD

Attributes

Inherited from:
Transform
def df(x: MatrixD, i: Int): MatrixD

Attributes

Inherited from:
Transform
def df(x: MatrixD): MatrixD

Attributes

Inherited from:
Transform
def setLU(_lu: VectorD): Unit

Attributes

Inherited from:
Transform
def testM(x: MatrixD): Unit

Attributes

Inherited from:
Transform
def testV(x: VectorD): Unit

Attributes

Inherited from:
Transform

Inherited fields

val f: FunctionV2V

Attributes

Inherited from:
Transform

Attributes

Inherited from:
Transform

Attributes

Inherited from:
Transform

Attributes

Inherited from:
Transform