Displaying 20 results from an estimated 35 matches for "theoritical".
Did you mean:
theoretical
1999 Nov 24
1
Need help..
...e some Pareto random variates
using the inverse method. This is really straightfoward
and my R function looks as below :
pareto <- function(c, a, cnt=1000)
{
u <- runif(cnt)
x <- (c / ((u ^ (1 / a))))
mean.theo <- ((c * a) / (a - 1))
mean.gen <- mean(x)
cat('Pareto mean : theoritical', mean.theo,
'generated', mean.gen, '\n')
return(x)
}
I am also giving the outputs below to illustrate my
point. I understand the point that as 'a' is less
than 2.0, the variance does not exist. But as 'a'
approaches 1.0, the mean goes down approximately t...
2005 Apr 06
0
htb and tbf theoritical basis
Hi i need some good documentation about htb and tbf
implementation in Linux kernel 2.6 and only for
Linux..thx a lot
__________________________________
Do you Yahoo!?
Yahoo! Personals - Better first dates. More second dates.
http://personals.yahoo.com
2006 Jan 20
2
big difference in estimate between dmvnorm and dnorm, how come?
...ls package.
To have a sense of the error I tried to look the mismatch between a
unidimensional version of my distribution and estimate density at
point zero with function density, dmvnorm and dnorm.
At my big surprise dmvnorm and dnorm give very different result and
dmvnorm match even better the theoritical distribution than the
function density. How come?
#sampling from triangular distribution
X<-runif(10000)- runif(10000)
X<-matrix(X,length(X),1)
#dnorm estimate
plot(-100:100/100, dnorm((-100:100)/100,mean(X),var(X)),col=2,type="l")
#kernel density estimate
lines(density(X))
#dmvn...
2004 Aug 06
2
bit/bytes
...have a theoretical question here.
A 128K stream is a 128 KiloBITS (NOT kiloBYTES) per second stream; am I
right? Is a 512k internet connection a 512 kiloBITS or 512 kiloBYTES
connection?
128 KiloBITS = 16 KiloBYTES (8 bits = 1 byte). I am wondering if a 512k
connection (upload and download) could THEORITICALLY handle 4 (512/128) or
32 (512/16) 128k streams?
I am confused because I often read that to calculate the potential number of
listeners with a given connection; you just divide the connection speed by
the stream bit rate... is it true? In this case, how is doing SomaFM to
handle 4000 listeners at...
2007 Nov 26
4
[LLVMdev] Ocaml(opt) & llvm
...d known to very
few implementors, perhaps only Xavier Leroy & Damien Doligez).
So is there any code to fit the Ocaml GC requirements into LLVM
abilities, ie to use LLVM to generate (eg JIT) code which respect Ocaml
GC requirements.
Of course, I do know that there are some typing issues and theoritical
points which I deliberately ignore here. I'm supposing the guy wanting
to LLVM for Ocaml is knowing that he seeks trouble.
And Metaocaml is (unfortunately) nearly dead: future (in ocaml 3.11 or
3.12) dynamic libraries ability is not a full replacement! Even if one
might generate Ocaml code...
2001 Nov 08
3
Problem with optim (method L-BFGS-B)
...(x[4]-250)/50) +
0.17933*((x[2]-40)/20)*((x[5]-550)/150) + 0.10944*((x[3]-400)/100)*
((x[4]-250)/50) + 0.62105*((x[3]-400)/100)* ((x[5]-550)/150) -
0.22426*((x[4]-250)/50)*((x[5]-550)/150))/219741978624 )}
Then I run the following command, and I get a pretty good result (I know
approximatively the theoritical maximum)
optim(c(200,60,500,300,700),test,control=list(fnscale=-1))$par
[1] 398.17520 31.34863 372.17182 217.30874 533.49458
Fortunately, all the optimal values fall in their range of possible
value. But to be rigourous, I should perform a box-constrained
optimization.
Then, I do so with the fo...
2004 Dec 28
3
ZtDummy vs Hardware
I was wondering what could be pros and cons of ztdummy vs proper timer
device (i.e. X100P).
I am going to set up an asterisk server in europe (to do trunking, to
save bandwith) and I was wondering if it'll be OK to get it going with
ztdummy.
Furthermore, I have only a 1024/256kbps PPPOE DSL link and I need to
squeeze 12 channels through, I was wondering which codec would be
suitable
2008 Oct 14
0
[LLVMdev] Making GEP into vector illegal?
...'t think of looping over a vector in the same sense of an array.
Also for me, a pointer to an 2nd vector element feels very similar to
getting a pointer to a 2nd word of an 64 bit integer and less than a
pointer to the 2nd element in an array. If we go toward treating the
array model, theoritically one could use extract or insert for an
array or we get rid of those operations, and have clients uses GEP to
modify a vector element. Either of them seems wrong to me for vectors.
-- Mon Ping
On Oct 14, 2008, at 12:08 PM, Chris Lattner wrote:
>
> On Oct 14, 2008, at 11:02 AM, Dunca...
2007 Nov 26
2
[LLVMdev] [Caml-list] Ocaml(opt) & llvm
...ry at runtime.
It might be exciting to have an Ocaml with "exec" (surely it would
allow new classes of programs), but static compilation seems clearly
superior for existing programs, so my focus is there for now.
> Of course, I do know that there are some typing issues and
> theoritical points which I deliberately ignore here. I'm supposing
> the guy wanting to LLVM for Ocaml is knowing that he seeks trouble.
The ocaml type system is easily represented in LLVM. The only real
mismatches I'm aware of are:
1. The ocaml exception model is quite unique; emulating it...
2024 Oct 15
1
C API: How to get a seektable for very long files?
...t
needed for seeking: I haven't looked into all detail in the code, but I
think it works like this:
If you want to seek to sample 1200, it looks for the seekpoints before
and after that value, let's say sample 1000 at offset 50000 and sample
2000 at offset 70000. It will then calculate the theoritical position
based on the seektable offsets: 54000 and look for frame header there.
The frame header contains the frame/sample number, so the decoder knows
if it needs to scan forward or backward from there.
I would assume that the bitrate for SDR applications is quite constant
compared to normal musi...
2004 Aug 06
1
bit/bytes
...bits, not
>kilobytes. In this sense, calling it a 512k connection is actually wrong,
>as this implies kilobytes, not kilobits. But everyone seems to do it.
>
> > 128 KiloBITS = 16 KiloBYTES (8 bits = 1 byte). I am wondering if a 512k
> > connection (upload and download) could THEORITICALLY handle 4 (512/128)
>or
> > 32 (512/16) 128k streams?
>
>Unfortunately it's 4, not 32.
>
> > I am confused because I often read that to calculate the potential
>number
>of
> > listeners with a given connection; you just divide the connection speed
>by...
2007 Mar 01
6
prototype ajax.updater response bigger than 10k on safari
Hi All,
Safari crashes everytime my ajax response is bigger than 10k, i traced
it down and found out that it breaks when evalScript is being called,
maining when extractScript is trying to match the regex.....
is this a known bug on safari?
if yes is there anyway to get around it?
thanks in advance
--~--~---------~--~----~------------~-------~--~----~
You received this message because you
2005 Jan 08
1
What is acceptable network latency for voipconnection?
...To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: Re: [Asterisk-Users] What is acceptable network latency for
> voipconnection?
>
> Well there is nothing much you can do if you don't own all the routes.
> But in
> concept you can, and this is purely just theoritical and a very
unhealthy
> thing for the Internet, is to write a program running on your router
that
> constantly streams traffic to your end point, this will maintain a
> constant
> bandwidth from your network to your far-end. Then, your program
should
> detect
> within a few ms tha...
2004 Aug 06
0
bit/bytes
...essed in bits, or kilobits, not
kilobytes. In this sense, calling it a 512k connection is actually wrong,
as this implies kilobytes, not kilobits. But everyone seems to do it.
> 128 KiloBITS = 16 KiloBYTES (8 bits = 1 byte). I am wondering if a 512k
> connection (upload and download) could THEORITICALLY handle 4 (512/128) or
> 32 (512/16) 128k streams?
Unfortunately it's 4, not 32.
> I am confused because I often read that to calculate the potential number of
> listeners with a given connection; you just divide the connection speed by
> the stream bit rate... is it true? In thi...
2004 Apr 02
0
FW: GARCH
...y.com/WileyCDA/WileyTitle/productCd-0471230650,descCd-tableOf
Contents.html
and
* Hamilton, James, Time Series Analysis, 1994, New Jersey: Princeton
University Press.
http://pup.princeton.edu/TOCs/c5386.html
springs to my mind. Campbell et al. as well as Hamilton cover GARCh models
from a more theoritical/methodological point of view, whereas the book by
Enders is more orientied to GARCh applications. All given sources are not
solely dealing with heteroskedastic models but do expose them in separate
chapters.
>
> Also, does any one know of any R related subject material in
> addition to...
2006 Aug 04
0
Question regarding extrapolation
...I am facing a problem in extrapolation of data series. It is a series of
Bond yields, I am having the yield for 1 year to 30 years. I want to find
the yield for 0.5 year and 30.5 years. I used the Langrange's Extrapolation
but the extrapolation deviates from the normal trend ( as we can see in
theoritical yield curves) very sharply, as go on increasing my years from 30
years to 35 years as well as from 1 year to 10 days(i.e. 10/365 years), on
both the ends. I am having nearly 20,000 interpolated points between 1 year
and 30 yrs. Can anybody help me in my extrapolating problem. I know this
question i...
2009 Apr 05
0
Question about arima.sim()
...arima.sim(), say arima.sim(n=100,list(order=c(1,0,1),ar=0.6,ma=0.9,sd=1), but the acf and pacf of simulated data using acf() and pacf() are so much different from the theoritcal acf and pacf. For instance, in my case, ar=0.6 and ma=0.9, so the acf for all lags should be greater than 0 based on the theoritical calculation, but the acf of simulated data always has some negative values which bothers me.
Can any one tell me why? and how can I get the simulated data close to what I expect?
Thanks very much
JC
_________________________________________________________________
[[elided Hotmail spam]]
plore...
2000 Nov 17
0
Re: Hi
On Fri, 17 Nov 2000, sreenivas karanam wrote:
> Hello,
> Iam working on MPEG-2 AAC Decoder and in need of some basic theoritical
> information regarding CHANNEL COUPLING.Can u please send me some technical
> papers on this subject or web sites where i can get some information.
Unfortunately, I don't have a bibliography on compression techniques.
A quick search on google.com ("channel coupling audio")...
2008 Oct 14
5
[LLVMdev] Making GEP into vector illegal?
On Oct 14, 2008, at 11:02 AM, Duncan Sands wrote:
> Hi Mon Ping,
>
>> I would like to make it illegal to GEP into a vector as I think it is
>> cleaner and more consistent. Opinions? Comments?
>
> now that arrays are first class types, I think vectors should become
> a subclass of ArrayType. This would get rid of a lot of duplicated
> code, and also fix a bunch of
2010 Aug 19
0
2d kriging with anisotropy on an irregular network (RandomFields Package)
...mix isotropic definitions with anisotropic ones
I don't know why.
- The problem comes from adding the anisotropy parameter (a=anisoMatrix, in the function Kriging). When putting the anisotropy coefficient to one (ie isotropy), it doesn't work as well.
- I have tested the script for several theoritical model of structure (sph,...), but it doesn't work as well
- Even if the dimension of the data set is a vector in the case of irregular network (instead of a matrix in the case of a regular network), the anisotropy matrix has to stay with the dimension 2x2 (for a spatial network), and not a scal...