Author Topic: obtaining data with method "getState_Value"  (Read 12158 times)

Offline pibar

  • Newbie
  • *
  • Posts: 5
    • View Profile
obtaining data with method "getState_Value"
« on: August 15, 2011, 20:29:38 »
Hi,

I need to obtain all the possible information about my interval chance nodes including the highest value of the highest interval. This method returns only the lowest value of all intervals.

In short, how can I obtain the highest values?

I appreciate


Offline Frank Jensen

  • HUGIN Expert
  • Hero Member
  • *****
  • Posts: 576
    • View Profile
Re: obtaining data with method "getState_Value"
« Reply #1 on: August 16, 2011, 16:39:27 »
The intervals of interval nodes must form a continuous part of the real line (that is, there must be no "holes").  This means that interval "i" ends when interval "i+1" starts, so the highest value of interval "i" is equal to the lowest value of interval "i+1".  By convention, the dividing point belongs to the interval on the right.

The highest value of the highest interval is obtained by specifying a state index equal to the number of intervals (states).