Search found 1488 matches
- Fri Mar 20, 2026 10:09 pm
- Forum: SMILE
- Topic: Temporal evidence in rSMILE
- Replies: 3
- Views: 609
Re: Temporal evidence in rSMILE
I'm sorry; I have misread your original question. The evidence is always passed per slice for the plate nodes in dynamic Bayesian networks. If you want to specify values for all slices, you have to write your own function.
- Wed Mar 18, 2026 6:40 pm
- Forum: SMILE
- Topic: Temporal evidence in rSMILE
- Replies: 3
- Views: 609
Re: Temporal evidence in rSMILE
This is correct, the temporal evidence API call takes the slice numbef and the outcome of the plate node for that slice.
- Tue Mar 03, 2026 10:43 pm
- Forum: GeNIe
- Topic: possible bug?
- Replies: 3
- Views: 2598
Re: possible bug?
In the spreadsheet below, column "A" has values copied directly from GeNIe. Column "I" has values generated using the following Sheets formula:
= Max(1,Min(13,-6+12*rand()+1+12*rand()))
When the number of histogram buckets is reduced, both show similar asymmetry:
skewed histograms.png
= Max(1,Min(13,-6+12*rand()+1+12*rand()))
When the number of histogram buckets is reduced, both show similar asymmetry:
skewed histograms.png
- Tue Mar 03, 2026 9:46 pm
- Forum: GeNIe
- Topic: possible bug?
- Replies: 3
- Views: 2598
Re: possible bug?
I think this is mostly the visualization issue. I will look into discretization, for now please note how Wolfram produces asymmetric histogram too.
wolfram-assymetric.png
You can check your expression with our online probability distribution visualizer at https://prob.bayesfusion.com/- it ...
wolfram-assymetric.png
You can check your expression with our online probability distribution visualizer at https://prob.bayesfusion.com/- it ...
- Fri Feb 06, 2026 11:10 am
- Forum: GeNIe
- Topic: Calibration Curve
- Replies: 1
- Views: 6207
Re: Calibration Curve
Here's the quote from GeNIe's manual:
The final tab, Calibration, shows a very important measure of performance of a probabilistic model, notably the calibration curve. Because the output of a probabilistic model is a probability and this probability is useful in decision making, ideally we would ...
The final tab, Calibration, shows a very important measure of performance of a probabilistic model, notably the calibration curve. Because the output of a probabilistic model is a probability and this probability is useful in decision making, ideally we would ...
- Thu Jan 29, 2026 12:59 pm
- Forum: GeNIe
- Topic: Continuous variable type node in genie
- Replies: 1
- Views: 7186
Re: Continuous variable type node in genie
You have two options:
1. use an equation node and specify the bounds.
2. use a discrete node with numeric intervals over node outcomes.
For more information, refer to GeNIe manual. It is installed with the program; alternatively you can access HTML and PDF versions at:
https://support.bayesfusion ...
1. use an equation node and specify the bounds.
2. use a discrete node with numeric intervals over node outcomes.
For more information, refer to GeNIe manual. It is installed with the program; alternatively you can access HTML and PDF versions at:
https://support.bayesfusion ...
- Thu Jan 29, 2026 12:49 pm
- Forum: GeNIe
- Topic: EM algorithm
- Replies: 3
- Views: 11225
Re: EM algorithm
If the dataset used for parameter learning is complete, the EM uses one pass case counting. If equivalent sample size is zero (so initial network parameters have no influence on the output), and there are some CPT entries which have no records in the dataset, there will be 1.0/nodeOutcomeCount added ...
- Thu Jan 22, 2026 8:19 pm
- Forum: GeNIe
- Topic: Equation Model
- Replies: 3
- Views: 22035
Re: Equation Model
Support for continuous/hybrid dynamic Bayesian networks was added to PySMILE. It will be released as part of the next SMILE update. Private build is available for those users who need to work with equation nodes in DBNs.
- Mon Dec 01, 2025 7:33 pm
- Forum: GeNIe
- Topic: Emulate QGeNIe's four influence types in GeNIe
- Replies: 3
- Views: 58258
Re: Emulate QGeNIe's four influence types in GeNIe
If you can share your model (and the evidence set, preferably as a case(s) defined in .xdsl) we'll be able to check the triangulation statistics using our internal tools.I don't know whether this is a intrinsic computation constrain with GeNIe or my laptop's limitation (I7, 32G).
- Wed Nov 26, 2025 9:30 pm
- Forum: GeNIe
- Topic: Emulate QGeNIe's four influence types in GeNIe
- Replies: 3
- Views: 58258
Re: Emulate QGeNIe's four influence types in GeNIe
QGeNIe internally builds the CPTs for each node based on the incoming arc types/strengths. You can check it using the "Export to GeNIe" command available in the File menu.
As you pointed out, the algorithm used to populate the CPT is not directly applicable to the scenario where node and/or its ...
As you pointed out, the algorithm used to populate the CPT is not directly applicable to the scenario where node and/or its ...
- Wed Nov 12, 2025 2:05 pm
- Forum: GeNIe
- Topic: network too complex to be updated
- Replies: 3
- Views: 39482
Re: network too complex to be updated
The network can be densely connected and triangulation can fail to produce a reasonably sized jointree, even with 38 nodes.
Can you share your model, so we can investigate? You can send me a forum private message if you don't want the network to be publicly available.
Can you share your model, so we can investigate? You can send me a forum private message if you don't want the network to be publicly available.
- Mon Aug 18, 2025 7:55 am
- Forum: GeNIe
- Topic: Reporting results of sensitivity analysis
- Replies: 1
- Views: 388917
Re: Reporting results of sensitivity analysis
Please note that cooer representing the sensitivity of the node in GeNIe's graphical view is based on the max sensitivity over all node's CPT entries. I'd go for the max as the quantitive value. A node does not have a single derivative, there's one for each probability in node's definition.
- Wed Aug 13, 2025 8:47 pm
- Forum: SMILE
- Topic: Is there confidence interval for the parameter estimation?
- Replies: 3
- Views: 450132
Re: Is there confidence interval for the parameter estimation?
I also found that by default `model.get_rand_seed()` is 0. When it is zero, the inference result will change each time I run.
After using `model.set_rand_seed(seed)` to set a non-zero seed, the result for each run is consistent.
That is correct. Using the seed equal to zero will initialize the ...
After using `model.set_rand_seed(seed)` to set a non-zero seed, the result for each run is consistent.
That is correct. Using the seed equal to zero will initialize the ...
- Fri Aug 08, 2025 3:53 pm
- Forum: SMILE
- Topic: Is there confidence interval for the parameter estimation?
- Replies: 3
- Views: 450132
Re: Is there confidence interval for the parameter estimation?
(1) Why even though I set a specific seed, each time I print the posterior of target variable, it still has variability?
This should not happen, the pseudorandom generator is seeded from the value specified in network properties. If you can share your model, we can investigate this.
(2) During ...
This should not happen, the pseudorandom generator is seeded from the value specified in network properties. If you can share your model, we can investigate this.
(2) During ...
- Thu Jul 10, 2025 11:42 am
- Forum: GeNIe
- Topic: Data input and export
- Replies: 1
- Views: 1593372
Re: Data input and export
GeNIe does not have the command to show all posterior probabilities. There's a Bulk Update option which iterates over rows in the datafile and outputs probabilities; the output file can be easily loaded into Excel. You can also switch node view to barchart, which gives you instant visualization of ...