- qspec.analyze.const ( x , a )[source]
A constant $$f(x) = a.$$
- Parameters:
-
- xarray_like
The $x$ values.
- aarray_like
The y-intercept $a$.
- Returns:
-
- yndarray
The function value $f(x)$.
A constant $$f(x) = a.$$
The $x$ values.
The y-intercept $a$.
The function value $f(x)$.