search for: gama

Displaying 20 results from an estimated 38 matches for "gama".

Did you mean: gamma
2008 Apr 27
1
problem with size of array
+ > p2<-function(r){ + gama=0 + for(i in 1:1000){ + c=caminho[[4]] + for(i in 1:caminho[[3]]+1) { + c=c+caminho[[i+3]]*((r[i])^(i-1)) + d=(abs(c))*exp(-(x^2/2))} + gama=gama + ( d/(h(r[i])) ) } + return(gama)} > e3<-p2(r) OBS: r is a rnorm(1000,0,1) > caminho theta_chapeu f_estrela k a0 a1 a2 a3 1 3.2...
2011 May 06
3
Configuring Voicemail in Asterisk 1.8
Hi All; Already in the voicemail.conf file, I added the extension 500 and kindly find below my voicemail configuration: [Internal] 0 => 1234,Gama Operator,Operator at gama.com 500 => 1234,Operator,Operator at gama.com 501 => 1234,Employer Name,employer_email at gama.com 502 => 1234,Employer Name,employer_email at gama.com Asterisk version is 1.8 and currently I am getting this warning message: [May 7 19:32:46] WARNING[4328]: app...
2009 Sep 16
1
noise from decoded file
...try everything i know, from changing the way of copying data to different encode/decode algorithms the recorded file is clean, without noise, but the playback file i get from the decoder has that noise. thanks for your time&help. the code is of codec is here: codec.cpp: http://barvanjekode.gama.us/temp/1733774211.html codec.h : http://barvanjekode.gama.us/temp/1745553050.html Lp, Tim +--------------------------+ | email: rico at gama.us | | www: http://gama.us | |--------------------------| | tel: 00386 31 457 627 | +--------------------------+ -------------- next part ---...
2009 Sep 14
2
noise from custom encoder/decoder
Hy, I'm totaly out of ideas now. here are links to the code I use. codec.cpp http://barvanjekode.gama.us/temp/1078354945.html codec.h http://barvanjekode.gama.us/temp/135707080.html Variables I use are: int samplerate 32000 uint quality 10 uint complexity = 2 I get that wierd noise after I use speex encoder/decoder. It's like there where empty spaces between each encoded packet but I ca...
2009 Sep 03
1
Speex-dev Digest, Vol 64, Issue 2
...peex. i have try to set samplerat from 6000 to 441000 and quality from 1 to 10 sam with complexy, but the best i can get is with 16000 samplerate, 5quality and 3complexy .. but still, the voice that came out is annoying, artificial, robot ,... Lp, Tim +--------------------------+ | email: rico at gama.us | | www: http://gama.us | |--------------------------| | tel: 00386 31 457 627 | +--------------------------+ 2009/9/3 <speex-dev-request at xiph.org> > Send Speex-dev mailing list submissions to > speex-dev at xiph.org > > To subscribe or unsubscribe vi...
2009 Sep 02
3
voice sound like robot voice :)
hy, here is my speex encoder/decoder .. the sampleRate i use is 16000 and quality,complexity are at 5. can someone take a look in to the code and see if there is something that is making that robot voice here is a link to colored and numbered code, same as below http://barvanjekode.gama.us/temp/1257361243.html thanx. code ----------------------- #include "codec.h" ///////////////////////////////////////////////////////////////// // Constants ///////////////////////////////////////////////////////////////// #define Cvoicecodecrawbuffersize 16 * Ckilobyte ///////...
2009 Apr 03
2
Geometric Brownian Motion Process with Jumps
...jumps and then added this into my log-likelihood equation, know I am getting a message: NA in the initial gradient My codes is hear # n<-length(combinedlr) j<-c(1,2,3,4,5,6,7,8,9,10) gbmploglik<-function(param){ mu<-param[1] sigma<-param[2] lamda<-param[3] nu<-param[4] gama<-param[5] logLikVal<- - n*lamda - .5*n*log(2*pi) + sum(log(sum(for(j in 1:10)(cat((lamda^j/factorial(j))*(1/((sigma^2+j*gama^2)^.5)*exp( - (combinedlr-mu-j*nu)^2/2*(sigma^2+j*gama^2)))))))) logLikVal } rescbj<- maxLik(gbmploglik, grad = NULL, hess = NULL, start=c(0,1,1,1,1), method = &qu...
2011 May 07
0
asterisk-users Digest, Vol 82, Issue 27
...he arguements of the Voicemail ( ) wrong? Regards Bilal > > Dear; > > > > Where I can find a new documentation for Asterisk > 1.8? > > > > Where is the wrong in that line? I see it is as 1.8 > version ! > > > > 500 => 1234,Operator,Operator at gama.com > > > > Regards > > Bilal > > > > > > ------------------- > > > > > You are using an old format for specifying the > > > mailbox.? See "core show application voicemail" > for the > > > correct usage.???Also re...
2009 Apr 10
1
Re MLE Issues
...ombined Ph 1 LR > # > n<-length(combinedlrph1) > j<-c(1,2,3,4,5,6,7,8,9,10) Error in c(1, 2, 3, 4, 5, 6, 7, 8, 9, 10) : unused argument(s) (3, 4, 5, 6, 7, 8, 9, 10) > gbmploglik<-function(param){ + mu<-param[1] + sigma<-param[2] + lamda<-param[3] + nu<-param[4] + gama<-param[5] + logLikVal<- - n*lamda - .5*n*log(2*pi) + sum((for(i in 1:n)(log(sum(for(j in 1:10)(((lamda^j/factorial(j))*(1/((sigma^2+j*gama^2)^.5)*exp( - (combinedlrph1-mu-j*nu)^2/2*(sigma^2+j*gama^2)))))))))) + logLikVal + } > rescbj<- maxLik(gbmploglik, grad = NULL, hess = NULL, start=...
2009 Sep 03
0
voice sound like robot voice :)
hy, recording and playback without speex is working perfectly Lp, Tim +--------------------------+ | email: rico at gama.us | | www: http://gama.us | |--------------------------| | tel: 00386 31 457 627 | +--------------------------+ 2009/9/2 Tim Rijavec <rico at gama.us> > hy, > > here is my speex encoder/decoder .. the sampleRate i use is 16000 and > quality,complexity are at 5. &...
2006 Jul 03
2
Login Engine & Functional Tests
Hello, I''m creating some functional tests form my controler, and most actions require login. I''m using login engine to manage the login functionalities. I would like to know how can I login a user in a functional test. This is, the first thing that I would like to do is to login a user. This way the response will return :success instead of :redirect. Thanks in advance. --
2006 Jul 04
1
Select Box problem in the controler with Ajax
...f the controler is: def display_item_description item = Item.find(@params[:id]) render_text "<p>" + item.description + "</p>" end I know I need to perform some kind of check on the @params[:id], but I don''t know how to do it. Thanks in advance, Gama Franco -- Posted via http://www.ruby-forum.com/.
2006 Jul 06
1
Laszlo DHTML on Rails?
...power of Rails to provide the model and controller functionalities, and use Open Laszlo for the view design. This would provide a better abstraction level for the development of the GUI. Can someone provide me an idea if this is possible what are the current limitations? Thanks in advance, Gama Franco -- Posted via http://www.ruby-forum.com/.
2006 Jul 10
1
Migration and foreign keys
....rb file doesn''t contain any information about the foreign keys of the tables. For this reason all the test that concern about the relations are not working has suposed. Is this a limitation of Rails or am I doing something wrong? (I bet on the second option :D ) Thanks in advance, Gama Franco -- Posted via http://www.ruby-forum.com/.
2004 May 27
4
extract columns using their names
Hello, Is there a way to extract multiple columns from a dataframe using their names instead of their numbers? Currently I use: data2 <- data1[, c(1,3,9)] And I am looking for something like data2 <- data1[, c("XX","YY","ZZ")] I use the same dataframe for many purposes, and I run codes that change the order of the columns every time. Many thanks, Adrian
2004 Apr 16
5
Non-Linear Regression (Cobb-Douglas and C.E.S)
...riv(form[[3]], names(ind), env) : Missing value or an Infinity produced when evaluating the model ------------------------------------ 1. What went wrong? I think the initial values are not good enough: How can i make a grid search? 2. How can i estimate C.E.S Production Function [ Y = GAMA * ((DELTA*K^(-BETA)) + ((1-DELTA)*L^(-BETA)))^(-PHI/BETA) ] using the same data? How to get the initial value? N.B.: The data file is available at http://www.angelfire.com/ab5/get5/klein.txt Any response / help / comment / suggestion / idea / web-link / replies will be greatly appreciated. T...
2009 Sep 14
0
noise from custom encoder/decoder
Tim Rijavec wrote: > Hy, > > I'm totaly out of ideas now. > > here are links to the code I use. > > codec.cpp http://barvanjekode.gama.us/temp/1078354945.html > codec.h http://barvanjekode.gama.us/temp/135707080.html > > Variables I use are: > int samplerate 32000 > uint quality 10 > uint complexity = 2 > > I get that wierd noise after I use speex encoder/decoder. It's like > there where empty...
2001 Sep 26
1
Table help
...ar2 ar1 FALSE TRUE a 0 2 c 1 1 I would like to obtain: T F a 2 0 b 0 0 c 1 1 The problem seems to be that level "b" in ar1 doesn't appear in ar1. and Function "table" doesn't have any drop.unused.levels parameter. Thanks Joao Gama -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at sta...
2008 Jun 24
1
Problems setting gamma in a script
Hello. I am trying to make an script for a game that is working perfectly on wine. The script should make its own .wine-games folder Code: #!/bin/bash export WINEPREFIX=/home/data/wine/.wine-games #export WINEDEBUG=loaddll,relay #export WINEDLLOVERRIDES="msvcp60" xgamma -gamma 2.5 $TERM -title $0 -e wine explorer /desktop=winedesktop,1024x768 "`winepath -w "$*"`"
2012 Nov 27
1
Concordant und Discordant Paars of Logistic Regression
Hallo there, can anymore show me how to get results about konkordant und diskordant paars (Sommer-D, Gudman-Krustal-Gama, Kendall-Tau-a) within a logistic regression) in R? Thanks a lot. MT [[alternative HTML version deleted]]