Search found 71 matches

by jdtoellner
Tue Dec 05, 2017 2:34 pm
Forum: SMILE
Topic: SMILE.COM for Continuous and hybrid models
Replies: 10
Views: 10431

Re: SMILE.COM for Continuous and hybrid models

Regarding your question about discretization. I would like to be able to get beliefs from a continuous node. I'm developing an application where I'm computing joint continuous probabilities and I'm finding its better to display them as a probability distribution functions rather than just providing ...
by jdtoellner
Tue Dec 05, 2017 12:01 am
Forum: SMILE
Topic: SMILE.COM for Continuous and hybrid models
Replies: 10
Views: 10431

Re: SMILE.COM for Continuous and hybrid models

That makes getting the distribution easier however, when I change alpha and beta I can see the distribution change in GeNie when it's sampled. I am able to read the discretized beliefs directly from the discretized distribution node however the distribution never changes even when I change alpha and...
by jdtoellner
Sat Dec 02, 2017 7:25 pm
Forum: SMILE
Topic: SMILE.COM for Continuous and hybrid models
Replies: 10
Views: 10431

Re: SMILE.COM for Continuous and hybrid models

You mentioned "for continuous nodes, GetNodeValue returns either samples or discretized beliefs, depending on the inference applied by SMILE based on the evidence set in the network". In the attached model I created a discrete node "discrete_beta_distribution" and used that to ge...
by jdtoellner
Sat Dec 02, 2017 7:22 pm
Forum: SMILE
Topic: SMILE.COM for Continuous and hybrid models
Replies: 10
Views: 10431

SMILE.COM for Continuous and hybrid models

Thanks for the upgrade. I've attached an Excel Workbook and a GeNie model that displays a Beta distribution. You can enter an alpha and a beta. Excel will graph the distribution.
BetaDistribution.zip
(27.33 KiB) Downloaded 572 times
by jdtoellner
Sat Nov 18, 2017 12:37 am
Forum: GeNIe
Topic: Sum of Uniform Distributions
Replies: 3
Views: 3625

Re: Sum of Uniform Distributions

Thanks so much for the reply. I had a feeling the Central Limit Theorem was the answer, but I wasn't sure.
by jdtoellner
Fri Nov 17, 2017 11:23 am
Forum: GeNIe
Topic: Sum of Uniform Distributions
Replies: 3
Views: 3625

Re: Sum of Uniform Distributions

(I don't believe this is an issue. I just want to be able to explain the behavior.)
by jdtoellner
Thu Nov 16, 2017 10:50 am
Forum: GeNIe
Topic: Sum of Uniform Distributions
Replies: 3
Views: 3625

Sum of Uniform Distributions

Can you explain why, when I add five uniform distributions, do I get what looks like a Normal distribution?
Total Risks.xdsl
(47.83 KiB) Downloaded 476 times
by jdtoellner
Wed Nov 01, 2017 7:15 pm
Forum: SMILE
Topic: Sample Forms App with SMILE.NET
Replies: 3
Views: 4177

Re: Sample Forms App with SMILE.NET

I have a basic Visual Studio (2017) question. If I create a new project how do I add smilenet.dll as a reference.

I can add it to the solution explorer but the "using Smile;" statement doesn't find it.
Capture.PNG
Capture.PNG (6.54 KiB) Viewed 4134 times
by jdtoellner
Sun Oct 29, 2017 9:41 pm
Forum: SMILE
Topic: SMILE.COM Hepar Excel Application
Replies: 1
Views: 3230

SMILE.COM Hepar Excel Application

Thanks for posting SMILE.COM. I like having the ability to access a network through Excel. I created a sample spreadsheet application that accepts evidence for the Hepar network. Hepar.zip The Visual Basic code is in ThisWorkbook and in the Worksheets called Jon D Doe and Jane P Doe . I tried my bes...
by jdtoellner
Sat Oct 14, 2017 12:08 pm
Forum: SMILE
Topic: SMILE.COM released
Replies: 2
Views: 9932

Re: SMILE.COM released

I ran smilecom_setup32.exe. It's asking me for a Serial #.

What do I enter?
by jdtoellner
Sat Oct 14, 2017 12:02 pm
Forum: SMILE
Topic: Sample Forms App with SMILE.NET
Replies: 3
Views: 4177

Re: Sample Forms App with SMILE.NET

Thanks so much. This really helps.
by jdtoellner
Mon Oct 09, 2017 8:44 pm
Forum: SMILE
Topic: Sample Forms App with SMILE.NET
Replies: 3
Views: 4177

Sample Forms App with SMILE.NET

Can you post a sample forms application using SMILE.NET?

I want to create an app that will allow a user to enter evidence into a network through an MS Form. I'm looking for something simple to get me started.
by jdtoellner
Tue Sep 19, 2017 8:41 pm
Forum: GeNIe
Topic: Combining Beta Distributions
Replies: 6
Views: 7087

Re: Combining Beta Distributions

Can you explain what this function is doing?

Code: Select all

MixedBeta=If(Uniform(0,1)>0.5,Beta1,Beta2)
When is Uniform(0,1)>0.5 and when is Uniform(0,1)<=0.5?
by jdtoellner
Tue Sep 19, 2017 11:06 am
Forum: GeNIe
Topic: Combining Beta Distributions
Replies: 6
Views: 7087

Re: Combining Beta Distributions

Thanks so much for this. You understood my problem precisely. This is exactly what I was looking for. I didn't realize how the Choose function worked. I didn't realize that it's still choosing something even though the states in the chooser node haven't been selected. Can you send an example of a un...
by jdtoellner
Sun Sep 17, 2017 5:26 pm
Forum: GeNIe
Topic: Combining Beta Distributions
Replies: 6
Views: 7087

Combining Beta Distributions

Thanks so much for version 2.2! I've developed a network with multiple Beta distributions. I have a sigma and a beta chooser (set up as chance nodes). I need to combine two beta distributions. Multiplying them doesn't work. I've attached a model where I add the sigmas and the betas . Can you verify ...