Displaying 7 results from an estimated 7 matches for "deficency".
Did you mean:
deficiency
2003 Jul 18
10
[HTB] htb_dequeue_tree assertion (kernel 2.4.21-ac4)
Hello,
I think the BUG_TRAP() in the htb_dequeue_tree() is wrong. First it
checks if the class pointer "cl" is NULL, which is obviously right. But
I do not understand why we also check whenever the queue length of the
leaf queue is zero "cl->un.leaf.q->q.qlen". I would have put that in the
expression of the "if" statements that comes afterwards. A queue
2005 Jan 07
0
x100p to X-lite works but x-lite to x-lite not (can not transmit audio)
Hello People,
I am a newbie asterisk and happy user, i have configured a x100p card and
everything works nice, i can forward incoming connections to a x-lite
software client and works out of the box,
However when i try to make a connection between two x-lite clients then no
audio is transmited, i have followed the instructions on voip-info.org,
the tutorials on onlamp and i have read some
2006 Feb 09
3
Draggables and Droppable performance (tips)
Hi all. I have some performance tips to share. I had been having
problems with the overall performance of the drag/drop objects. This is
due largely to the fact that my project really pushes the limits
(potentially thousands of draggables and hundreds of droppables in the
document at a time, although that is the extreme case).
Something I discovered is that the performance of dragging goes WAY
2008 Nov 08
2
What's an Enterprise class OS
Hi all,
One of the concepts we see arise on the forums time and time again
that's poorly understood is the concept of an Enterprise Class OS and
everything that involves. I think it would be of benefit to have a one
stop page to point users to that explains the concepts and provides the
information required. Much of this content already exists on the Wiki
but it is scattered over many
2009 Jul 15
2
storing lm() results and other objects in a list
...2.ao <- detectAO(arma2.fit)
arma3.ao <- detectAO(arma3.fit)
arma4.ao <- detectAO(arma4.fit)
arma5.ao <- detectAO(arma5.fit)
#What do I do with an innovative outlier? Transfer function or what?
#auto.arima doesn't handle the IO=c(...) stuff.... Umm...
#transfer functions, etc. are a deficency in the script at this point....
#linearModel[x]arma.io?
arma1.io <- detectIO(arma1.fit)
arma2.io <- detectIO(arma2.fit)
arma3.io <- detectIO(arma3.fit)
arma4.io <- detectIO(arma4.fit)
arma5.io <- detectIO(arma5.fit)
#Sample on how to auto-grab regressors from DetectAO and DetectIO...
2009 Dec 03
0
Problem with predict() and factors
...from the model not the original data.
# is it better to handle AOs from the original data?
arima_AO[[i]] <- detectAO(arima_Fit[[i]])
#What do I do with an innovative outlier? Transfer function or what?
#auto.arima doesn't handle the IO=c(...) stuff.... Umm...
#transfer functions, etc. are a deficency in the script at this point....
arima_IO[[i]] <- detectIO(arima_Fit[[i]])
#Get the pdq,PDQs into a variable so we can re-feed it if neccessary
arima_Fit[[i]]$order
=c(arima_Fit[[i]]$arma[1],arima_Fit[[i]]$arma[2],arima_Fit[[i]]$arma[6])
arima_Fit[[i]]$seasonal
=c(arima_Fit[[i]]$arma[3],arima_Fi...
2006 Aug 02
10
[PATCH 0/6] htb: cleanup
The HTB scheduler code is a mess, this patch set does some basic
house cleaning. The first four should cause no code change, but the
last two need more testing.
--
Stephen Hemminger <shemminger@osdl.org>
"And in the Packet there writ down that doome"
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to