SciML/DataDrivenDiffEq.jl

Better inform the parameter set and the statistical measures

开放

#106 创建于 2020年5月21日

 (0 条评论) (0 个反应) (0 位负责人)Julia (58 个派生)auto 404
good first issuehelp wanted

仓库指标

星标
 (428 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

In the print equations and parameters, three improvements are needed:

  1. The parameter set should be shrunk to eliminate all duplicates (ill-conditioning of Hessian), as is also the case in Basis (ill-conditioning of regression). In the Lorenz example, the initial guess of 7 parameters can be shrunk to the final three parameters by observing that the absolute values of P1 and P2 are identical to double or even quadruple precision; P4, P5 and P7 are also identical. This leaves P1, P3 and P4 as the true parameters discovered by the reconstruction.

  2. The parameters should be presented with their standard errors to nail the point that the reconstruction method is extremely robust. Also print them with just 2 or 3 significant decimals.

  3. The AIC, AICC and BIC statistics should be printed out with the corresponding pass/fail statistical values or send the user to the docstring.

贡献者指南