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

Closed 16 years ago

Last modified 16 years ago

#622 closed enhancement (fixed)

BSR DBApi cannot share missing inputs related to identical series among different observational nodes

Reported by: Víctor de Buen Remiro Owned by: Víctor de Buen Remiro
Priority: highest Milestone: BSR API
Component: Math Version: head
Severity: blocker Keywords: BSR, missing
Cc:

Description

Sometimes the same input series is used in different observational nodes.

If there are missing values in one of these input series, then DBApi will generate a different missing value for each date and each node but it is no statistical sense, due to we know that all them have exactly the same unknown value.

Change History (4)

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

Resolution: fixed
Status: newclosed

(In [752]) All input missing variables are stored in input.missing.labels to avoid repeated declarations in BSR model definition.
Fixes #622

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

(In [753]) All input missing variables are stored in input.missing.labels to avoid repeated declarations in BSR model definition.
Fixes #622

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

To solve this problem you can add this parameter to your configuration set

//If it's true the automatic generated input missing variables will use 
//id_node as prefix of identifier. Else it will use MIXTURE node and all
//inputs with the same name will are referred to the same input missing
//variables. 
Real DBApi.useNodeInMissingIdentifier = False

Default value is True to ensure backward compatibility.
But you must ensure that input with the same name in different nodes have exactly the same values. Of course they could be time series between different dates but they should have the same values in the common dates.

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

Milestone: BSR API
Note: See TracTickets for help on using tickets.