Displaying 20 results from an estimated 1535 matches for "factorial".
2011 May 03
1
audiohook.c: Failed to get 160 samples from write factory
Hello,
I see a lot of these messages in the debug log :
/[May 3 15:47:09] DEBUG[19081] audiohook.c: Failed to get 160 samples
from write factory 0xae17e18
[May 3 15:47:09] DEBUG[19081] audiohook.c: Failed to get 160 samples
from write factory 0xae17e18
[May 3 15:47:09] DEBUG[19081] audiohook.c: Read factory 0xae173e0 and
write factory 0xae17e18 both fail to provide 160 samples
[May 3
2011 Apr 18
2
Asterisk unresponsive
Hello list,
I've got a whole lot of these in my debug log :
[Apr 18 15:12:44] DEBUG[26973] audiohook.c: Read factory 0x1cea33a0 and
write factory 0x1cea3dd8 both fail to provide 160 samples
[Apr 18 15:12:44] DEBUG[26973] audiohook.c: Failed to get 160 samples
from read factory 0x1cea33a0
[Apr 18 15:12:44] DEBUG[26973] audiohook.c: Read factory 0x1cea33a0 and
write factory 0x1cea3dd8 both
2006 Jun 09
3
FXO registration and VegaStream
I am trying to configure a VegaStream 50 FXO to work with asterisk. The
problem that I am having is that the VegaStream does not support incoming
registration from asterisk. VegaStream only allows outbound registration.
My question is does asterisk allow incoming registration from an FXO? If yes
how? Or better yet, has anybody been able to make the VegaStream FXO work
with asterisk? According
2011 Apr 12
1
Poor call quality – line drop, chopping sound, like robotic voice, Both party could not hear caller voice
One of our client facing this issue, we have try to solve it but we're lack
of asterisk knowledge. Anybody can help us? Isn't any problem with asterisk
configuration or the problem come from PRI E1 itself?
[Apr 11 15:32:48] VERBOSE[9231] chan_dahdi.c: -- Requested transfer
capability: 0x00 - SPEECH
[Apr 11 15:32:48] DEBUG[6888] channel.c: Avoiding initial deadlock for
channel
2009 Apr 22
5
large factorials
I am working on a project that requires me to do very large factorial
evaluations. On R the built in factorial function and the one I created
both are not able to do factorials over 170. The first gives an error and
mine return Inf.
Is there a way to have R do these larger calculations (the calculator in
accessories can do 10000 factorial and Maple can do even l...
2008 Sep 28
5
birthday problem (factorial limit)
Hi,
I tried to calculate the formula for the birthday problem
(the probability that at least two people out of a group of n people
share the same birthday)
But the factorial-function allows me only to calculate factorials up
to 170.
So is there a way to push that limit?
to solve this formula:
(factorial(365) / factorial((365-23))) / (365^23)
(n=23)
2011 Apr 13
0
Poor call quality - line drop, chopping sound, like robotic voice, Both party could not hear caller voice
7. Take an Asterisk training course and become a dCAP.
As for "we have try to solve it but we're lack of asterisk knowledge" -
would you get a plumber to service your car? Why not employ (as in 'pay
money') somebody to investigate this further. As Satish pointed out -
QoS type issues take a lot of debugging and that usually has to be done
on-site.
BTW - I doubt any of
2013 Mar 28
0
Can not determine issue in my factories with factory girl in rspec
Hi Folks,
I hope you''re doing good. Sorry for a long email. I am just trying my best
to learn something new and, need your help to understand/ sort a small
issue which I am not able to figure out.
I have create couple of factories and created some examples for rspec for
one of my projects. I have got everything working on my local. Even, my
specs are green on local for both ruby
2004 Oct 17
3
how to draw a multivariate function
Hi, Rusers:
Thanks for answering my last questions. I am frustrated in plotting a trinomial pmf function
f(x,y | n, pa, pb) = factorial(n)/ (factorial(x) * factorial(y) * factorial (n-x-y))* pa^x * pb^y * ((1-pa-pb)^(n-x-y))
obviously it is a bivariate function of x and y. But I have put a lot of time on this.
**********************************
x <- seq(0, n, len = n/2+1) # for now I set it to n/2 to control x+y <= n
y <...
2011 Jan 19
0
audiohook.c: Write factory 0x153cf678 was pretty quick last time, waiting for them
Hello list,
what does this mean in the debug-log :
[Jan 19 15:11:04] DEBUG[1475] audiohook.c: Write factory 0x153cf678 was
pretty quick last time, waiting for them.
[Jan 19 15:11:04] DEBUG[1701] audiohook.c: Read factory 0x14fe5ef0 was
pretty quick last time, waiting for them.
[Jan 19 15:11:04] DEBUG[1475] audiohook.c: Read factory 0x153cec40 and
write factory 0x153cf678 both fail to provide
2014 Jan 20
1
Read factory0x7f32f4005940 was pretty quick last time, waiting for them
Hi every body
our Calls are begging dropped for no reason and it starts with the sound
quality dropping and then the caller unable to hear our call center agents.
Then the call drops or the caller hangs up unable to hear.
I could see following lines inside full log
----------------------------------------------------------------------------------
[Jan 20 15:21:35] DEBUG[14982] audiohook.c:
2012 Oct 08
2
Graphs using R
Dear,
I have a table with four columns similar to the following:
Factory Name Production type Months Freq
Factory 1 Car type 1 Jan. 0
Factory 1 Car type 2 Feb. 1
Factory 2 Car type 3 May 3
I need help in producing graphs;
1. I
2010 Sep 25
3
Factory_girl association with specific values
Hope this should be simple: I have a User model and a Role model. Factories
for each.
When I create a User using FG, I want to assign a specific role. Cant seem
to figure out how to do this, getting errors like: uninitialized constant
SysadminRole for doing things this way:
Factory.define :user do |u|
u.practice_id { |a| a.association(:practice).id }
u.password ''password1''
2002 Jan 16
1
factorials
I'm a total newbie at using R, and so there probably
is a better way to do this. However, I couldn't find
one, and so maybe this will help someone.
I was calculating log-likelihoods using a multinomial
model, and found that for large n, prod(n:1) wouldn't
work to calculate factorials (e.g., prod(200:1) =
Inf). The below function calculates the natural log
of a factorial (e.g. factorial(100) returns ln(100!)
or in other words 100! = exp(factorial(100)).
factorial<-function(p) {P<-array(c(p:1),dim=c(p,1))
P<-log(P)
return(sum(P))}
Damien
_________________________...
2010 Mar 22
2
a "simple" statistic question
Hi, Please suggest a method to answer below questions:
Factory_ID Factory_Location Factory_Size Total_Sample
Good_Sample Fair_Sample Bad_Sample
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
1 City_A
2008 Apr 28
5
Fractional Factorial Design
Hi all,
Does anybody know if it is possible to build a fractional factorial design
in R? That is, suppose that we want do design an experiment with 3 factors
with 2, 3 and 3 levels, respectivly. However we want to consider, let's say,
only 6 from all possible level combinations. Does R design such experiment?
Thanks in advance,
Caio
[[alternative HTML version delet...
2008 Nov 26
1
bridging - Didn't get a frame from channel
Hi,
I am having a difficulty with
getting two realtime user?s to bridge on answer. I have managed successfully to
bridge the same two users/channels via the Bridge Manager api command and
confirm that the two communicate directly bypassing the asterisk server (I
confirmed this with Wireshark).
Does anyone have some ideas? I have
put some log entries below.
I haven?t attached my
2010 Aug 16
3
Load dummy data using Factory girl
Hello,
I wanted to know how to load dummy data in the application using Factory
girl.
I had done this using Fixtures.I had made a fixtures folder into the
test folder and run the command "rake test fixtures:load"
Currently i tried using factories in the spec which is working fine.
Wanted to know know regarding loading dummy data.
--
Posted via http://www.ruby-forum.com/.
2019 Oct 15
5
Zorg migration to GitHub/monorepo
Hello everyone,
We are in the middle of porting the majority of zorg to
GitHub/monorepo. The following build factories will be ported and if you
use one of those for your bots, you are all covered:
* ClangBuilder.getClangCMakeBuildFactory (31 bots)
* ClangBuilder.getClangCMakeGCSBuildFactory (2 bots)
* LibcxxAndAbiBuilder (23 bots)
* SphinxDocsBuilder (7 bots)
* UnifiedTreeBuilder (11
2001 Dec 04
3
factorial() not here (PR#1194)
Version 1.3.1 (2001-08-31)
factorial() is not in R. It is in S-Plus with the definition
factorial <- function(n) gamma(n + 1)
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help"...