| Type | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|
| integer(kind=int32) | :: | i | ||||
| integer(kind=int32) | :: | num_data | ||||
| integer(kind=int32) | :: | sampling_rate | ||||
| real(kind=real64), | allocatable | :: | coeff(:) | |||
| real(kind=real64), | allocatable | :: | fit_coeff(:) | |||
| real(kind=real64), | allocatable | :: | true_answer(:) | |||
| real(kind=real64), | allocatable | :: | training_data(:,:) | |||
| real(kind=real64) | :: | err | ||||
| type(IO_) | :: | f | ||||
| type(Random_) | :: | random |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(in) | :: | t | |||
| real(kind=real64), | intent(in) | :: | params(:) |