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

Opened 15 years ago

Last modified 14 years ago

#77 closed task

Distribución a priori coherente — at Initial Version

Reported by: lmperez Owned by: Pedro Gea
Priority: major Milestone: Release 0.6
Component: Tests Keywords:
Cc:

Description

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 (0)

Note: See TracTickets for help on using tickets.