close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Opened 16 years ago

Last modified 15 years ago

#635 closed task

Hierarquical structure over BSR missing block variables — at Version 4

Reported by: Víctor de Buen Remiro Owned by: Víctor de Buen Remiro
Priority: highest Milestone: BSR hierarchy and priors
Component: Math Version: 2.0.1
Severity: blocker Keywords: BSR, missing, hierarquical
Cc:

Description (last modified by Víctor de Buen Remiro)

User should be able to define latent, prior and generic constraints over missing block variables.

A tipical situation is that an input or output is non stationary, so scalar truncated normal distributions are no too apropriate.

For example, if the original series requires a regular difference to be stationary, then user could write something like this

  knownValue[n-1] = residual[n] + missingVariable[n] 

if n-th datum is unknown but (n-1)-th is known, or

  0 = missingResidual[n] + missingVariable[n] - missingVariable[n-1]

if both n-th and (n-1)-th data are unknown.

Change History (4)

comment:1 Changed 16 years ago by Víctor de Buen Remiro

Component: DatabaseMath
Owner: changed from Jorge to Víctor de Buen Remiro
Priority: highestnormal
Severity: blockernormal
Type: defecttask

comment:2 Changed 16 years ago by Víctor de Buen Remiro

Milestone: BSR hierarchy and priors
Version: 2.0.1

comment:3 Changed 16 years ago by Víctor de Buen Remiro

Priority: normalhighest
Severity: normalblocker

comment:4 Changed 16 years ago by Víctor de Buen Remiro

Description: modified (diff)
Status: newaccepted
Note: See TracTickets for help on using tickets.