Opened 16 years ago
Last modified 15 years ago
#77 closed task
Distribución a priori coherente — at Version 3
| Reported by: | lmperez | Owned by: | Pedro Gea |
|---|---|---|---|
| Priority: | major | Milestone: | Release 0.6 |
| Component: | Tests | Keywords: | |
| Cc: |
Description (last modified by )
Comprobar si la distribución a priori que se le atribuye a un parámetro es
coherente o no, devolviendo True o False según sea más una traza de error
informando de que parámetro es.
Os dejo debajo el código de bsrlayer que lo hace:
//Logical distribution checking
Real ld = Not(
Or(
And(
BinEQ(sQry->muprior,?),
Not(BinEQ(sQry->sigmaprior,?))
),
And(
Not(BinEQ(sQry->muprior,?)),
BinEQ(sQry->sigmaprior,?)
)
)
) * Real If(BinEQ(sQry->sigmaprior,?), True,
Real If(sQry->sigmaprior <= 0,False, True));
Change History (3)
comment:1 Changed 16 years ago by
| Component: | Definición de Parámetros → General |
|---|---|
| Milestone: | → Strategy & Adapter 0.5 |
| Owner: | changed from Pedro Gea to josp |
| Priority: | critical → major |
comment:2 Changed 16 years ago by
| Owner: | changed from josp to Pedro Gea |
|---|---|
| Status: | new → accepted |
comment:3 Changed 16 years ago by
| Description: | modified (diff) |
|---|---|
| Milestone: | Release 0.5 → Release 0.6 |
| version: | 0.5 → 0.6 |
Note: See
TracTickets for help on using
tickets.
![(please configure the [header_logo] section in trac.ini)](/mms/chrome/site/logomms.png)