Why do you expect this? The graph on the website shows that the
probability is very close to 0 for T just less than 10 and very close to
1 for T just higher than 10. The curve jumps up from 0 to 1 at
approximately T=10 and the probability is thus in the middle of the
range (approx, 0.5) at T=10.
Best wishes,
Dave.
On 22/11/2013 00:05, Khaza Anuarul Hoque wrote:
> Hi Dave,
>
> According to PRISM site, I am expecting that for k=1000,T=10 the
> probability will be something like 0.9995 or very close to 1. But When i
> do the experiment , the result I get is 0.504. I am wondering why is that ?
>
>
>
> On Thursday, November 21, 2013 7:00:32 PM UTC-5, Dave Parker wrote:
>
> Hi Khaza,
>
> You are only varying T in steps of 5 for your experiment. Use a smaller
> step value, and you will see a sharper jump in the curve (and thus a
> the
> increase to probability 1 will be much closer to T=10).
>
> Best wishes,
>
> Dave.
>
> On 21/11/2013 23:48, Khaza Anuarul Hoque wrote:
> > The following code is from the PRISM site:
> >
>
http://www.prismmodelchecker.org/manual/FrequentlyAskedQuestions/PRISMModelling
> <
http://www.google.com/url?q=http%3A%2F%2Fwww.prismmodelchecker.org%2Fmanual%2FFrequentlyAskedQuestions%2FPRISMModelling&sa=D&sntz=1&usg=AFQjCNFOt5NTjumxC_I-jwjTAl-x_P_Ekw>
>
> >
> >
> > ===
> >
> > ctmc
> >
> > const int k;
> > const double mean = 10;
> >
> > module trigger
> >
> > i : [1..k+1];
> >
> > [] i < k -> k/mean : (i'=i+1);
> > [go] i = k -> k/mean : (i'=i+1);
> >
> > endmodule
> >
> > module main
> >
> > x : [0..1];
> >
> > [go] x=0 -> (x'=1);
> >
> >
> > ===
> >
> > I am confused coz when I check the mentioned property: |P=? [
> F<=T x=1
> > ], i get a different graph as i was expecting a probability of very
> > close to 1 at point T = 10 for k = 1000.
> >
> > Can someone please explain me the reason ? Thanks a lot in
> advance. |
> >
> > --
> > You received this message because you are subscribed to the Google
> > Groups "PRISM model checker" group.
> > To unsubscribe from this group and stop receiving emails from it,
> send
> > an email to
prismmodelchec...@googlegroups.com <javascript:>.
> > To post to this group, send an email to
>
prismmod...@googlegroups.com <javascript:>.
> <
http://groups.google.com/group/prismmodelchecker>.
> <
https://groups.google.com/groups/opt_out>.