Numerical operations between node’s states in hybrid networks

The front end.
Post Reply
emavro
Posts: 5
Joined: Wed Aug 01, 2018 5:48 pm

Numerical operations between node’s states in hybrid networks

Post by emavro »

Hello to everybody,
Is there any way that I could use some (not all) states of a discrete node in the definition of an equation node?

Thanks and kind regards,

Evan
Attachments
operations_in_hybrid.xdsl
(5.15 KiB) Downloaded 380 times
marek [BayesFusion]
Site Admin
Posts: 430
Joined: Tue Dec 11, 2007 4:24 pm

Re: Numerical operations between node’s states in hybrid networks

Post by marek [BayesFusion] »

Absolutely! Generally, you will want to use conditional expressions. If you want to refer to labels (state names), here is an example of a definition:

If(slow_onset_phenomena="Under",1,2)

There is an example of reference to the state name through function Choose () in GeNIe Manual (section "Hybrid models").
I hope this helps,

Marek
Post Reply