minor fixes
This commit is contained in:
parent
fe7ae4a67b
commit
60a8250590
@ -7,7 +7,7 @@ with a range of input signals and then the resulting responses are
|
|||||||
measured. This input-output relation can be described by a model. Such
|
measured. This input-output relation can be described by a model. Such
|
||||||
a model can be a simple function that maps the input signals to
|
a model can be a simple function that maps the input signals to
|
||||||
corresponding responses, it can be a filter, or a system of
|
corresponding responses, it can be a filter, or a system of
|
||||||
differential equations. In any case, the model has same parameter that
|
differential equations. In any case, the model has some parameters that
|
||||||
specify how input and output signals are related. Which combination
|
specify how input and output signals are related. Which combination
|
||||||
of parameter values are best suited to describe the input-output
|
of parameter values are best suited to describe the input-output
|
||||||
relation? The process of finding the best parameter values is an
|
relation? The process of finding the best parameter values is an
|
||||||
|
@ -38,10 +38,9 @@ chapter~\ref{descriptivestatisticschapter}.
|
|||||||
For drawing numbers $x_i$ from a normal distribution we use the
|
For drawing numbers $x_i$ from a normal distribution we use the
|
||||||
\code{randn()} function. This function returns normally distributed
|
\code{randn()} function. This function returns normally distributed
|
||||||
numbers $\xi_i$ with zero mean and unit standard deviation. For
|
numbers $\xi_i$ with zero mean and unit standard deviation. For
|
||||||
changing the standard deviation $\sigma$ we need to multiply the
|
changing the standard deviation we need to multiply the returned data
|
||||||
returned data values with the required standard deviation. For
|
values with the required standard deviation $\sigma$. For changing the
|
||||||
changing the mean we just add the desired mean $\mu$ to the random
|
mean we just add the desired mean $\mu$ to the random numbers:
|
||||||
numbers:
|
|
||||||
\begin{equation}
|
\begin{equation}
|
||||||
x_i = \sigma \xi_i + \mu
|
x_i = \sigma \xi_i + \mu
|
||||||
\end{equation}
|
\end{equation}
|
||||||
|
Reference in New Issue
Block a user