uniffit

Returns the uniform distribution parameters of x

Syntax

uniffit(x)

Inputs

x
Sample
Type: double | integer | char | string | logical | struct | cell
Dimension: scalar | string | vector | matrix

Outputs

R
Resulting sample

Example

Simple uniffit example.

x = [1,2,3,4,5,6,7,8]
y = uniffit(x);
y
x = [ 1 2 3 4 5 6 7 8 ]
y = 1