neurom.stats.FitResults

class neurom.stats.FitResults(params, errs, type)

Bases: tuple

Create new instance of FitResults(params, errs, type)

Methods

count
index Raises ValueError if the value is not present.

Attributes

errs Alias for field number 1
params Alias for field number 0
type Alias for field number 2