Skip to content

Samsara\Fermat\Core\Types\Base\Interfaces\Groups > NumberCollectionInterface

No description available

Methods

Instanced Methods

public NumberCollectionInterface->add($number)

add

$number

description

return

type
Samsara\Fermat\Core\Types\Base\Interfaces\Groups\NumberCollectionInterface
description
No description available

public NumberCollectionInterface->collect(array $numbers)

collect

$numbers

type
array
description

return

type
Samsara\Fermat\Core\Types\Base\Interfaces\Groups\NumberCollectionInterface
description
No description available

public NumberCollectionInterface->count()

count

return

type
int
description
No description available

public NumberCollectionInterface->divide($number)

divide

$number

description

return

type
Samsara\Fermat\Core\Types\Base\Interfaces\Groups\NumberCollectionInterface
description
No description available

public NumberCollectionInterface->exp($number)

exp

$number

description

return

type
Samsara\Fermat\Core\Types\Base\Interfaces\Groups\NumberCollectionInterface
description
No description available

public NumberCollectionInterface->get(int $key)

get

$key

type
int
description

return

type
Samsara\Fermat\Core\Values\ImmutableDecimal
description
No description available

public NumberCollectionInterface->getRandom()

getRandom

return

type
Samsara\Fermat\Core\Values\ImmutableDecimal
description
No description available

public NumberCollectionInterface->makeExponentialDistribution()

makeExponentialDistribution

return

type
Samsara\Fermat\Stats\Distribution\Continuous\Exponential
description
No description available

public NumberCollectionInterface->makeNormalDistribution()

makeNormalDistribution

return

type
Samsara\Fermat\Stats\Distribution\Continuous\Normal
description
No description available

public NumberCollectionInterface->makePoissonDistribution()

makePoissonDistribution

return

type
Samsara\Fermat\Stats\Distribution\Discrete\Poisson
description
No description available

public NumberCollectionInterface->makePolynomialFunction()

makePolynomialFunction

return

type
Samsara\Fermat\Expressions\Values\Algebra\PolynomialFunction
description
No description available

public NumberCollectionInterface->mean()

mean

return

type
Samsara\Fermat\Core\Values\ImmutableDecimal
description
No description available

public NumberCollectionInterface->multiply($number)

multiply

$number

description

return

type
Samsara\Fermat\Core\Types\Base\Interfaces\Groups\NumberCollectionInterface
description
No description available

public NumberCollectionInterface->pop()

pop

return

type
Samsara\Fermat\Core\Values\ImmutableDecimal
description
No description available

public NumberCollectionInterface->pow($number)

pow

$number

description

return

type
Samsara\Fermat\Core\Types\Base\Interfaces\Groups\NumberCollectionInterface
description
No description available

public NumberCollectionInterface->push(ImmutableDecimal $number)

push

$number

type
ImmutableDecimal
description

return

type
Samsara\Fermat\Core\Types\Base\Interfaces\Groups\NumberCollectionInterface
description
No description available

public NumberCollectionInterface->reverse()

reverse

return

type
Samsara\Fermat\Core\Types\Base\Interfaces\Groups\NumberCollectionInterface
description
No description available

public NumberCollectionInterface->shift()

shift

return

type
Samsara\Fermat\Core\Values\ImmutableDecimal
description
No description available

public NumberCollectionInterface->sort()

sort

return

type
Samsara\Fermat\Core\Types\Base\Interfaces\Groups\NumberCollectionInterface
description
No description available

public NumberCollectionInterface->subtract($number)

subtract

$number

description

return

type
Samsara\Fermat\Core\Types\Base\Interfaces\Groups\NumberCollectionInterface
description
No description available

public NumberCollectionInterface->sum()

sum

return

type
Samsara\Fermat\Core\Values\ImmutableDecimal
description
No description available

public NumberCollectionInterface->toArray()

toArray

return

type
array
description
No description available

public NumberCollectionInterface->unshift(ImmutableDecimal $number)

unshift

$number

type
ImmutableDecimal
description

return

type
Samsara\Fermat\Core\Types\Base\Interfaces\Groups\NumberCollectionInterface
description
No description available