Pearson

final case class Pearson(x: D, y: D, size: I) extends SingleOut[Double]

A UGen that calculates the Pearson product-moment correlation coefficient of two input matrices.

Value parameters:
size

matrix or window size

x

first matrix

y

second matrix

Companion:
object
trait Serializable
trait SingleOut[Double]
trait Lazy[Double]
trait GE[Double]
trait Expander[UGenInLike[Double]]
trait Lazy
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

final def name: String
Inherited from:
UGenSource
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product