Displaying 18 results from an estimated 18 matches for "taber".
Did you mean:
saber
2005 Dec 31
7
Application Errors w/ layout & custom view pages
1) I get Rails Application Error when trying to use layout
test_controller
def list
layout "stdlayout"
end
in the views/test/layouts stdlayout.rhtml
<html>
<head><title>test</title></head>
</body>
<h1>Test</h1>
<%= content_for_layout %>
</body>
</html>
2) I get Rails Application Error when trying to use a separate
2007 Dec 20
4
dotlock errors without using dotlock
I have a few clients that have more than one user in the same mailbox.
I have my setup using fctrl for mailbox and index locking. My mail is
stored on a network file system (gluster) and my indexes are stored on
the local drive. I have a few issues:
- My users mailboxes have issues where messages will be mixed up (you go
to open a message and it gets a different message)
- messages will
1997 Jul 28
0
NT 4.0 not connecting to SAMBA servers
This is wierd, and I hope you can help me.
I have two PCs running NT server 4.0: hyde has just been setup, taber has
already been running for awhile. Then I have 4 SAMBA instances that I've
setup, with nothing really fancy.
- From server taber I can map a variety of directories from the SAMBA
servers under a variety of usernames.
- From hyde, I can map directories from server taber.
- However, from hyde,...
2006 Jan 13
4
missing foreign key fields in scaffold views
Is there any reason that foreign key fields do not show in any of the
scaffold views ?
project table:
id serial primary key,
category_id integer,
user_id integer,
name varchar,
morestuff varchar
foreign key (category_id) references categories(id),
foreign key (user_id) references users(id)
scaffold generated views only show name, morestuff fields
2007 Feb 23
2
Still issues with new message count...
I am still having issues with new message count. When I move a message to
another folder, it counts that message as new until you go into that
folder. Is there a way I can solve this? Could it have something to do
with NFS? I have tried all the NF workarounds with no luck... I have
also tried NFSv3 and NFSv4, no difference. I store the indexes on the
local drive...
2007 Feb 22
1
Strange new mail count
I am having a slight issue with new message count... for some reason,
dovecot reports I have some strange number of new messages, even though
there are no new messages... If I click on a few of the folders, the new
message count seams to correct itself... Any way to solve this?
1997 Jul 29
1
Solved: NT 4.0 not connecting to SAMBA servers
We fixed our own problem. Turns out that server taber is at service pack 1
and hyde is at service pack 3. In service pack 3 the smb redirector doesn't
send unencrypted passwords without a registry entry to enable them. See
article Q166730 at www.microsoft.com for details.
This brings up another question. Is anyone out there using Samba with the
e...
2007 Dec 21
1
1.1.beta11 crashes
I am running 1.1.beta11 because I was having locking and coruption
issues with indexes and mailbox on the latest release version. Some of
my previous corrupted indexes caused an issue with 1.1.beta11:
Dec 20 21:25:40 ra dovecot: IMAP(bodil at mydomain.com): Raw backtrace:
imap [0x47ef81] -> imap [0x47eca6] -> imap [0x42c3bc] -> imap [0x42f201]
-> imap [0x42f324] -> imap
2011 Oct 17
5
Install the rugarch-package
Hi,
i am unable to install the rugarch package.
More than that i do not even find this package in my list of possible
packages.
Its possible than the name has changed, or the package is not longer
availiable?
Is there a similar package avaliable for garch modelling except the fGarch
what i am using now?
many Thanks
Roland
--
View this message in context:
2007 Feb 23
3
Move deleted to trash
Is there a way to have messages marked to be deleted move to the trash
folder automatically? I have moved from courier-imap (which dovecot
performs muck better) but the one feature I really need is move to trash.
Is there any plugins available for this?
2006 Jan 09
4
scaffold seems broken on show,edit,delete
After running generate scaffold and pointing the browser, the data list
appears correctly, the create new button works okay, but show, edit,
delete give the following error:
"Could not find Organization without an ID"
running on ubuntu breezy with postgresql - data and everything else
appears correct - any ideas?
2006 Jan 22
0
datetime_select with postgresql time field
I get errors when committing to a postgresql time field using
datetime_select discarding year,month, day. Also, year shows on my form
despite calling "discard_year=>1. Do I need a special mapping for time
fields ? Any ideas?
2006 Jan 25
0
datetime_select discard year bug?
I''m trying to have a select box for starting time. I''m using:
datetime_select(:user, :start, :discard_year=>1) but I get an error.
"discard_month=>1" seems to work but leaves the year on the form. Using
Rails 1.0 and Postgresql. Anyone having success with this?
2011 Jun 13
0
garch() false convergence
Hi,
i did in the last month a research about timeseries with the function
ARIMA().
Where i had to know how to predict and forecast new datapoints in the
future. Not only the things the functions predict() and forecast() can do.
All was ok, as the arima function was in the major parts convergent and i
did know how to predict for example in a simple ARIMA(x,0,y)-model.
Now i have to do the same
2011 Sep 15
0
garchFit
Hi,
i am a student of tecnical mathematics in austria, and my english is not
sooo good, German would be easier, but an answer in english is perfect too.
I would need any help to understand the exact output of the function
"garchFit". Maybe it would help me just to know what the coefficients are
telling me.
I do already understand well what functions like arima or garch are doing
and
2011 Sep 20
0
predict() of garchFit
Hi,
could anyone tell me how predict() predicts the meanError or
standardDerivation of a garchFit(1,1)-model,
knowing the coefficients mu, omega, alpha1, beta1 and of course all
datapoints?
Thanks and sorry for my poor english.
--
View this message in context: http://r.789695.n4.nabble.com/predict-of-garchFit-tp3826335p3826335.html
Sent from the R help mailing list archive at Nabble.com.
2011 Nov 20
1
alpha_1 + beta_1 >1 in GARCH(1,1)
Hi,
as i suppose to know in a stationary GARCH(1,1) model the sum of alpha and
beta has to be smaller than 1.
But if i use the garchfit() function from the package fGarch for my
timeseries the sum is bigger than 1.
The adf.test tells me a p-value smaller than 0.01 instead.
What does this mean for me?
Can i trust in the coefficients in this case?
mfg user84
--
View this message in context:
2011 May 23
1
predict a MA timeseries
Hi,
could anyone tell me how predict() predicts the new value(s), of a MA(1)
arima-modell.
its really easy to make it with an AR(1), knowing the last term, but how can
i or R know the last error?
It would also help if somebody could tell me how to find the "open" source
of the function predict().
Thanks and sorry for my poor english.
--
View this message in context: