TransformS

scalation.mathstat.TransformS
case class TransformS(w: VectorD = ..., l: VectorD = ..., u: VectorD = ...)

The TransformS class holds a transform specification that contains default values for the parameters w and their bounds, e.g., w in x -> f(w_0 + w_1 * x)

Value parameters

l

the vector containing the lower bounds of shift and scale parameters a* @param u the vector containing the upper bounds of shift and scale parameters

w

the vector of two nonlinear parameters: shift w_0 and scale w_1 parameters

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Constructors

def this(wlu: (Double, Double)*)

Inherited methods

def productElementNames: Iterator[String]

An iterator over the names of all the elements of this product.

An iterator over the names of all the elements of this product.

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

An iterator over all the elements of this product.

An iterator over all the elements of this product.

Attributes

Returns

in the default implementation, an Iterator[Any]

Inherited from:
Product