Author Topic: warning: no potential data specified  (Read 15356 times)

Offline ykchen

  • Newbie
  • *
  • Posts: 11
    • View Profile
warning: no potential data specified
« on: August 02, 2010, 16:21:25 »
Hi,
I have such kind of warning when I load a net file.
I'd like to know how can fix it?
[It just a warning, the result is OK, but i still want to fix it.]
Thank you.

Offline Frank Jensen

  • HUGIN Expert
  • Hero Member
  • *****
  • Posts: 576
    • View Profile
Re: warning: no potential data specified
« Reply #1 on: August 02, 2010, 17:24:17 »
It means that the NET file contains a potential specification with an empty body.  If the child node in the specification is a discrete node, then it will get a uniform distribution.  If the node is a CG node, it will get a N(0,1) distribution.

The warning will go away if you explicitly provide a distribution (for example by using the "data" attribute, or by specifying a model).

Offline ykchen

  • Newbie
  • *
  • Posts: 11
    • View Profile
Re: warning: no potential data specified
« Reply #2 on: August 02, 2010, 20:25:13 »
Got it. Thank you very much.