GEMScienceTools / gmpe-smtk

Python and OpenQuake-based Toolkit for Analysis of Strong Motions and Interpretation of GMPEs
GNU Affero General Public License v3.0
43 stars 33 forks source link

implements nanlinregress in residual_plots #105

Closed rizac closed 5 years ago

rizac commented 5 years ago

Now residual plots calculate linear regression parameters only on non-nan values of the passed x and y arrays

g-weatherill commented 5 years ago

Looks good to me