Re: [Scilab-users] Problems with cdfbet

2022-11-07 Thread Dang Ngoc Chan, Christophe
Hello, That's weird, it seem I only receive the answers when I'm explicitly in the recipients list. However: > De : Heinz Nabielek Envoyé : samedi 5 novembre > 2022 01:04 > > N=10^(3:9); > def=[300 100 30 10 3 1 0]; > for i=1:7; > NN=N(i); > for j=1:7; > defects=def(j); > A(i,j)=cdfbet("XY",

Re: [Scilab-users] Problems with cdfbet

2022-11-04 Thread Heinz Nabielek
N = number of particles investigated. Sorry for typo.. > On 05.11.2022, at 01:03, Heinz Nabielek wrote: > > > N = number of particles investiged > > ___ users mailing list - users@lists.scilab.org Click here to unsubscribe:

Re: [Scilab-users] Problems with cdfbet

2022-11-04 Thread Heinz Nabielek
On 04.11.2022, at 09:46, Dang Ngoc Chan, Christophe wrote:Hello Heinz,De : users De la part de Heinz NabielekEnvoyé : mardi 1 novembre 2022 22:02I need to compute the inverse of the cumulative beta function, but I just cannot handle

Re: [Scilab-users] Problems with cdfbet

2022-11-04 Thread Dang Ngoc Chan, Christophe
Hello Heinz, > De : users De la part de Heinz Nabielek > Envoyé : mardi 1 novembre 2022 22:02 > > I need to compute the inverse of the cumulative beta function, but I just > cannot handle cdfbet. >From what I undestand in https://help.scilab.org/docs/6.1.1/en_US/cdfbet.html the notation for

[Scilab-users] Problems with cdfbet

2022-11-01 Thread Heinz Nabielek
I need to compute the inverse of the cumulative beta function, but I just cannot handle cdfbet. Simple calculations in EXCEL would be BETA.INV(0.95,1,10) = 0.259 BETA.INV(0.95,1,100) = 0.0295... How do I express this in cdfbet? Heinz ___ users