lanl / SEPIA

Simulation-Enabled Prediction, Inference, and Analysis: physics-informed statistical learning.
Other
29 stars 6 forks source link

Sigy should be provided with data, and scaled with y #23

Closed jgattiker closed 3 years ago

jgattiker commented 3 years ago

Sigy - observation variance - is currently supplied in the SepiaModel setup, and not scaled. It should be set up in the SepiaData object, and scaled according the the y standardization s.d. determined. SepiaModel should get it from Data. It should be in obs_data.

All of the setup that's done in Model according to ragged obs etc should happen in Data.

jgattiker commented 3 years ago

Tested, completed. Finishing revision to the Al_5083 example.