Add missing space in gradient treport
This commit is contained in:
parent
5d571b7929
commit
c0a4465cdf
1 changed files with 1 additions and 1 deletions
|
@ -706,7 +706,7 @@ contains
|
||||||
call stats%set('corr',c)
|
call stats%set('corr',c)
|
||||||
call stats%set('cov',sxy)
|
call stats%set('cov',sxy)
|
||||||
write(6,'(/a)') 'Regression: y = ax + b'
|
write(6,'(/a)') 'Regression: y = ax + b'
|
||||||
call print_value(' gradient a ->',a)
|
call print_value(' gradient a -> ',a)
|
||||||
call print_value(' intercept b -> ',b)
|
call print_value(' intercept b -> ',b)
|
||||||
call print_value(' covariance cov -> ',sxy)
|
call print_value(' covariance cov -> ',sxy)
|
||||||
call print_value('correlation corr -> ',c)
|
call print_value('correlation corr -> ',c)
|
||||||
|
|
Loading…
Reference in a new issue