Displaying 20 results from an estimated 4000 matches similar to: "Mailing list growth"
2003 Oct 21
9
Free g.729.1 implementation
1st. - I'm from Poland, we don't have (yet, and hopefully forever) software
patents.
Is there any free g.729.1 implementation for asterisk? I want to use it for my
private use (dialing into inet->PSTN gateway), and I don't want (now) to buy
codec, as I don't know if I will be using this service in future (now I just
want to test it). Any solutions? Maybe even
2003 Oct 07
2
agi exit problem
The way I worked around this is to log the "uniqueid" in a database when the
call is placed with the start time and then execute an agi script upon all
hangups:
exten => h,1,AGI(call_log.agi,${EXTEN})
That script queries the database for the "uniqueid" and if it exists in the
table it figures out the call length and updates the record
It's a little bit of perl
2004 Feb 03
7
The Smallest Asterisk Server Ever?
Hello all,
Saturday night, after a couple of shots of bourbon, I realized
that I had an old PC sitting in the garage that I could use as an Asterisk
gateway if I just blew the dust off it and reloaded it with a modern Linux
distribution. In my characteristically impulsive manner, I grabbed it and
started cleaning it up so that I could put it in my office without my wife
having a fit.
The
2004 Feb 03
1
RE: Asterisk-Users digest, Vol 1 #2719 - 10 msgs
How about a PCMCIA Zapata interface?? Asterisk and its strength kick
ass as a test unit. Can't do some of the things a T-byrd can do but the
Telco techs freak when you tell them its your PBX!!!
)
10. Re: The Smallest Asterisk Server Ever? (Panny Malialis)
Message: 10
From: "Panny Malialis" <panny@hotlinks.co.uk>
To: <asterisk-users@lists.digium.com>
Subject: Re:
2004 Jan 11
2
CONTEST: Top Posters win 80G Hard Drive
> -----Original Message-----
> From: asterisk-users-admin@lists.digium.com
> [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of David Burr
> Sent: Sunday, January 11, 2004 4:31 PM
> To: asterisk-users@lists.digium.com
> Subject: [Asterisk-Users] CONTEST: Top Posters win 80G Hard Drive
>
>
> We have a new contest starting today!
>
> The first three
2004 Jan 18
6
ADSI phone vs. IP phone
Assuming the price of an ADSI screen phone (say, Aastra 390) was the same
as an IP screen phone (say, Cisco 7960) and someone was setting up an *
server for their 20 employees (each of whom would have either an ADSI or IP
phone on their desk), would there be advantages to using the ADSI phones
over the IP phones, or vice-versa? For discussion, let's assume that the
hardware needed to
2005 Jan 03
3
spreadsheet addiction
There's a new page on the Burns Statistics website
http://www.burns-stat.com/pages/Tutor/spreadsheet_addiction.html
that looks at spreadsheets from a quality assurance perspective. It
presents R as a suitable alternative to spreadsheets. Also there are
several specific problems with Excel that are highlighted, including
the status of statistical functionality in Excel.
Patrick Burns
Burns
2004 Jan 20
9
Power Over Ethernet for *any* ethernet switch (or hub); product idea
Based on several threads I've read on this list, I assume that it would be
handy to supply POE (power over ethernet) in an environment without having
to purchase POE switches (assumed expensive) and abandon one's existing
(familiar/custom/not-yet-expensed/etc.) switches/hubs.
Assume I have a non-POE switch with 24 RJ-45 (ethernet) ports. I design a
1U box that can be mounted just
2006 Jul 04
5
removing for loop
Dear Rusers,
Trying to reduce my for loops addiction,
could somebody tell me if there are ways to simplify
(and perhaps accelerate ?) the following line
for (i in 1:N) for (j in 1:N) m[i,j] = b[i]-b[j];
(where m is a NxN matrix and b a vector of length N)
Thanks for any hint.
2004 Jan 30
2
determining legal VoIP service
Can anyone recommend who we can consult with that could provide advice on the legality of a proposed VoIP service. Specifically, we would provide VoIP termination in the USA to clients in Spain, Nigeria and Guana. The termination service would connect the VoIP clients to the PSTN through a carrier like MCI, Verizon, etc. The calls placed would connect anywhere in the world via the USA carrier.
2007 Dec 09
1
package "growth" ... where is it ?
I would like to install the package "growth" as it contains the function
"corgram" and some other presumably useful stuff for time series analysis.
I can see it is in R standard library list:
http://hosho.ees.hokudai.ac.jp/~kubo/Rdoc/doc/html/packages.html<http://hosho.ees.hokudai.ac.jp/%7Ekubo/Rdoc/doc/html/packages.html>
2013 Oct 07
1
Growth calculation
Hi,
This is not a sophisticated statistics question as the subject
suggests. But I am logging data - number of user sessions in a web
application - before and after new users are migrated. I use R to graph
but I am looking for a way to quantify the growth in the number of user
sessions. As more users are now using the web application there is a
growth.
What is the way to measure this
2008 Jan 14
1
stochastic growth rate (package biopop)
Dear all,
I am running matrix population models using package "popbio".
In a deterministic model {i.e., transition matrix is defined as A <-
matrix(c(0.70, 0.70,0.35,0.50), nrow=2,byrow=TRUE}, population growth rate
can be estimated from the dominant eigenvalue {command "eigen.analysis"}.
However, I cannot figure out the way to compute the asymptotic stochastic
population
2008 Aug 28
1
Adjusting for initial status (intercept) in lme growth models
Hi everyone, I have a quick and probably easy question about lme for this
list.
Say, for instance you want to model growth in pituitary distance as a
function of age in the Orthodont dataset.
fm1 = lme(distance ~ I(age-8), random = ~ 1 + I(age-8) | Subject, data =
Orthodont)
You notice that there is substantial variability in the intercepts (initial
distance) for people at 8 years, and that
2006 Aug 31
2
cumulative growth rates indexed to a common starting point over n series of observations
What is the R way of computing cumulative growth rates given a series of
discrete values indexed .
For instance, given a matrix of 20 observations for each of 5 series (zz),
what is the most straight forward technique in R for computing cumulative
growth (zzcum) ?
It seems for the solution I'm after might be imbedding the following cum
growth rate calc as a function into a function call
2011 Jan 21
1
stochastic models for population growth
Hello,
Having measured two populations' characteristics at one particular time[with great precision] with R, I would like to extend this to measuring the same populations starting at t1, and then again at t2, and try to develop a growth model (something like dpop1/dt=r*pop^(...),dpop2/dt=r*pop^(...)). I think the idea is to create a model that will predict the growth of a population(N(mu,
2010 Aug 11
1
Growth Curves with lmer
Dear all,
I have some growth curve data from an experiment that I try to fit using
lm and lmer. The curves describe the growth of classification accuracy
with the amount of training data t, so basically
y ~ 0 + t (there is no intercept because y=0 at t0)
Since the growth is somewhat nonlinear *and* in order to estimate the
treatment effect on the growth curve, the final model is
y ~ 0 + t +
2010 Aug 31
2
Detecting Growth Trends
Dear All,
I am given some noisy data which (by naked eye) appears to be
oscillating first but finally growing.
Is there any statistical set (I mean something different from e.g. a
linear fit, which would not be convincing at all in my case) to detect
growth (possibly without relying on any data fitting)?
Many thanks
Lorenzo
2011 Jan 25
1
Help Derivate for Nonlinear Growth Models
Hi!! Im doing my graduated work in Onion Curves Growth with Nonlinear Models,
I'm amateur in R so i have doubt how i put or program next models,
http://r.789695.n4.nabble.com/file/n3236748/96629508.png
Also, i cant derivate for Gauss Model, and Richard Model dont have funtion,
If someone could help me, i was so grate,
--
View this message in context:
2011 Feb 08
1
FP growth in R?
Does anyone know of an R interface to Christian Borgelt's implementation of
the FP growth algorithm?
thanks a lot
Rob Tibshirani
--
I get so much email that I might not reply to an incoming email, just because
it got lost. So don't hesitate to email me again. The probability of a
reply should
increase.
Prof. Robert Tibshirani
?Depts of Health Research and Policy, and Statistics