Re: [Scilab-users] Test statistics with linregr function

2014-07-25 Thread Eric Dubois
Hello Samuel. For the standard errors of the coefficients, they can be derived from the results fo the regression. You have to store these resulst in atlist, say myres as follows: --> myres=ols([your input]) and then --> stderr=myres('beta') ./ myres('tstat') For the Z statistics, could you pre

[Scilab-users] Scilab analoge displays

2014-07-25 Thread der_Phil
Dear Forum, being in search for analogue displays GUI's for Scilab I didn't really found something. Maybe I didnt search correct, but maybe this is still something to be implemented into Scilab. So, based on a matlab code snipplet I created a small program, that uses a background image and uses

Re: [Scilab-users] Test statistics with linregr function

2014-07-25 Thread Samuel Enibe
Dear Eric, Thank you very much for the detailed explanations. I am very grateful. God bless you. Samuel Ogbonna Enibe On Fri, Jul 25, 2014 at 9:08 AM, Eric Dubois wrote: > Hello Samuel. > > For the standard errors of the coefficients, they can be derived from the > results fo the regression.

[Scilab-users] scilab does not start any more

2014-07-25 Thread haasejos
hello, scilab 5.0.0 does not start any more (window 7 64bit). For errormessages see "Bild_1.jpg" and "Bild_2.jpg". Even deinstallation - newinstallation does not solve the problem.

Re: [Scilab-users] Scilab analoge displays

2014-07-25 Thread A Khorshidi
Hi Philipp; I've not tried out your code yet but it seems to be a solution to what I currently wanna do. I agree that analogue displays are rare in Scilab and moreover, there is the same tragedy for analogue inputs. Although we can use slider-style uicontrol in linear cases, there is no option i

Re: [Scilab-users] Scilab analoge displays

2014-07-25 Thread der_Phil
Hi Mehran, in fact I do agree. Knobs and displays like you showed would be really nice. Greetings, Philipp 2014-07-25 16:27 GMT+02:00 A Khorshidi [via Scilab / Xcos - Mailing Lists Archives] : > > Hi Philipp; > > I've not tried out your code yet but it seems to be a solution to what I > currentl

Re: [Scilab-users] Scilab analoge displays

2014-07-25 Thread Philipp Mühlmann
I uploaded a new version of the tachometer display. It does not require a background image anymore, so it's plain scilab code. The code can be found here: https://fileexchange.scilab.org/toolboxes/312000/2.0 The coding might be a little "from behind through the eyes" as a say goes...I guess the