Displaying 20 results from an estimated 21 matches for "zaman".
Did you mean:
raman
2009 Mar 24
3
generalized Poisson regression
Dear sir,
I want to know about R command for parameter estimation for generalized
Poisson regression.
yours faithfully
Arafat Ud Zaman
4th year(Hons)
Applied statistics
University of Dhaka
Mob- +8801715173176
E-mail: arafat.zaman@yahoo.com
azaman1@isrt.ac.bd
azaman1@quantummethod.org.bd
[[alternative HTML version deleted]]
2015 Sep 17
1
[PATCH v2 1/1] extlinux: fix memory leak
On Fri, Sep 11, 2015 at 10:12 AM, Paulo Alcantara via Syslinux
<syslinux at zytor.com> wrote:
> On Thu, 10 Sep 2015 10:55:04 +0300
> Imran Zaman via Syslinux <syslinux at zytor.com> wrote:
>
>> devname is put on heap for all cases to avoid memory
>> leak, and ease of use in future as well
>>
>> Signed-off-by: Imran Zaman <imran.zaman at intel.com>
>
> Reviewed-by: Paulo Alcantara <pcacjr at zy...
2015 Sep 10
2
[PATCH v2 1/1] extlinux: fix memory leak
devname is put on heap for all cases to avoid memory
leak, and ease of use in future as well
Signed-off-by: Imran Zaman <imran.zaman at intel.com>
---
extlinux/main.c | 44 ++++++++++++++++++++++++++++++--------------
1 file changed, 30 insertions(+), 14 deletions(-)
diff --git a/extlinux/main.c b/extlinux/main.c
index 55a1495..b7cdf92 100644
--- a/extlinux/main.c
+++ b/extlinux/main.c
@@ -1044,12 +1044,12 @...
2008 Aug 20
1
vicidial mysql problem
...t;
'/usr/lib/perl5/site_perl/5.8.8/i486-linux-thread-multi/auto/DBD/mysql/mysql.so'
> for module DBD::mysql: libmysqlclient.so.15: cannot open
> shared object file: No such file or directory at
> /usr/lib/perl5/5.8.8/i486-linux-thread-multi/DynaLoader.pm
> line 230.
--
Mahboob Zaman
System Engr
Systems & Services Limited
Cell: +8801712280308
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080820/16ce9e95/attachment.htm
2015 Sep 09
1
[PATCH v1 1/1] extlinux: fix file descriptors leak
file descriptors are closed when not in use
Signed-off-by: Imran Zaman <imran.zaman at intel.com>
---
extlinux/main.c | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/extlinux/main.c b/extlinux/main.c
index 09740bd..55a1495 100644
--- a/extlinux/main.c
+++ b/extlinux/main.c
@@ -580,6 +580,7 @@ int ext2_fat_install_file(const ch...
2015 Sep 09
1
[PATCH v1 1/1] extlinux: fix memory leak
devname is put on heap for all cases to avoid memory
leak, and ease of use in future as well
Signed-off-by: Imran Zaman <imran.zaman at intel.com>
---
extlinux/main.c | 48 ++++++++++++++++++++++++++++++++----------------
1 file changed, 32 insertions(+), 16 deletions(-)
diff --git a/extlinux/main.c b/extlinux/main.c
index 55a1495..7bb7443 100644
--- a/extlinux/main.c
+++ b/extlinux/main.c
@@ -1044,12 +1044,...
2015 Sep 11
0
[PATCH v2 1/1] extlinux: fix memory leak
On Thu, 10 Sep 2015 10:55:04 +0300
Imran Zaman via Syslinux <syslinux at zytor.com> wrote:
> devname is put on heap for all cases to avoid memory
> leak, and ease of use in future as well
>
> Signed-off-by: Imran Zaman <imran.zaman at intel.com>
Reviewed-by: Paulo Alcantara <pcacjr at zytor.com>
Thanks,
Paulo...
2004 May 13
5
code for functions in base package
Is there any way that I can see the step by step code for functions in
the base package? For instance the dexp function. I am a student
working on writing my own function for something that is similar to
this dexp function and I would like to see the step by step code.
Brittany Laine
GTA WVU Statistics Department
331 Hodges
2006 Mar 27
2
Clustering question \ dist(datmat)
Hello everybody. I am trying to cluster circular data (data points which are angles), thus i can not use the "dist" function in "mclust" to generate my distance matrix, I am using the function " Dij = 0.5*( 1 - cos(theta_i - theta_j)). The thing is "hclust" will not accept this distance matrix, i tried to put it in a data frame, but again i get an error message
2015 Sep 09
0
[PATCH v1 1/1] extlinux: fix file descriptors leak
file descriptors are closed when not in use
Signed-off-by: Imran Zaman <imran.zaman at intel.com>
---
extlinux/main.c | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/extlinux/main.c b/extlinux/main.c
index 09740bd..bc7ded3 100644
--- a/extlinux/main.c
+++ b/extlinux/main.c
@@ -580,6 +580,7 @@ int ext2_fat_install_file(const char *path, int dev...
2012 Aug 23
0
QUADRATIC LINK FUNCTIONS FOR MLE ESTIMATE OF NON-STATIONARY GEV FITS
Hi All,
I am a newcomer to S/R. Could you please let me know how to model quadratic
trends for the mul/sigl link functions when fitting non-stationary GEV
distributions using the ismev package?
Thanks
Best Regards,
Mohammad Ashrafuz Zaman
PhD Candidate
School of Engineering
Building XC, Room 1.02 (Kingswood Campus)
University of Western Sydney
Locked Bag 1797, Penrith South DC
NSW 1797
Australia
Tel: 61-2-4736 0398
Mobile: 61-4-30977440
Email: m.zaman@uws.edu.au<mailto:Muhit.Rahman@uws.edu.au>
[[alternative HTML version del...
2015 Sep 09
0
[PATCH v1 1/1] extlinux: fix memory leak
devname is put on heap for all cases to avoid memory
leak, and ease of use in future as well
Signed-off-by: Imran Zaman <imran.zaman at intel.com>
---
extlinux/main.c | 50 +++++++++++++++++++++++++++++++++-----------------
1 file changed, 33 insertions(+), 17 deletions(-)
diff --git a/extlinux/main.c b/extlinux/main.c
index bc7ded3..74f8d1f 100644
--- a/extlinux/main.c
+++ b/extlinux/main.c
@@ -779,7 +779,7...
2001 Nov 14
2
BASA GELEN CEKiLiR DEMEYiN..
...Poli?eleri
. Nakliyat ve Tekne
Sigortalar? ve di?er ?zellik arzeden sigorta konular?nda; ?nvan?m?z?n ve
ad?m?z?n verdi?i g?venle siz m??terilerimize kar??, hizmet sekt?r? olan
sigortac?l???n t?m gereklerini sonuna kadar yerine getirmeyi taahh?t
ediyoruz.
Sigorta sekt?r?nde bilfiil 11 y?l gibi bir zaman zarfinda ?al??man?n
verdi?i bilgi birikimi ve tecr?be, SA?LAM Sigorta Arac?l?k
Hizmetleri'ni, ?u anda sekt?rde bulundu?u sayg?n durumuna getirmi?tir.
Ki?i ve Kurulu?lara vermekte oldu?u "A??kta Bulunan Riskler"
dan??manl??? ve de tespit edilen risklere teminat verilmesi konusundaki...
2007 Apr 18
0
kilolarınızdan memnunmusunuz
...=F0=FCne, ke=
ndi patronunuz olma imkan=FDna ve sadece istedi=F0iniz =FEeyleri yapabilme =
f=FDrsat=FDna sahip olacaks=FDn=FDz. Art=FDk i=FE y=FCk=FC alt=FDnda ezilme=
k, ailenizi =F6zlemek veya i=FEten =E7=FDkar=FDlma korkusu duymak yok. Herb=
alife i=FEinizde, =E7al=FD=FEmaya ay=FDraca=F0=FDn=FDz zaman=FD siz belirle=
rsiniz. =DEu an bulundu=F0unuz noktadan ne kadar ileriye gidece=F0iniz ve n=
e kadar para kazanabilece=F0iniz tamamen sizin ellerinizde! Herbalife, iyi =
bir gelir elde etmek i=E7in s=FDk=FD =E7al=FD=FEmay=FD gerektirir, ancak ak=
=FDll=FDca =E7al=FD=FEarak bir yandan e=F0lenebilir,...
2006 Apr 30
1
Number of Clusters
Dear R users, I am interested in clustering in R. In SAS we have some criteria for determining the number of clusters using the PROC CLUSTER procedure, which are "CCC" cubic clustering criterion (Sarl 1981), Psuedo F (PSF), and Psuedo T square (PST). My question is do thsese criterion exists in R, I tried to search and got one hit (BIC) in Mclust, which I am aware of, any input is
2002 Aug 12
0
Es-Peri.Com
-----------------------------------------------------------
Esperi ::: Hayat Rehberi
[[ www.es-peri.com ]]
Yenilikler Devam Ediyor... 10/08/2002
-----------------------------------
Hayat?m?za damgas?n? vuran baz? anlar vard?r
ve zaman ikiye b?l?n?r:
?ncesi ve sonras?...
esperi ise hayat?n ?tesinde.
herkesin aynaya d??en aksinde
kendini bulup bulup yitirmesi gibi
anla??lmaz, ula??lmaz...
------------------------------------
"G?n?n payla??m?"
"?ocukken ba?layan bir hastal?k bu. 8 ya??nda filand?m daha. evde tek...
2007 Apr 18
0
kilolarınızdan memnunmusunuz
...=F0=FCne, ke=
ndi patronunuz olma imkan=FDna ve sadece istedi=F0iniz =FEeyleri yapabilme =
f=FDrsat=FDna sahip olacaks=FDn=FDz. Art=FDk i=FE y=FCk=FC alt=FDnda ezilme=
k, ailenizi =F6zlemek veya i=FEten =E7=FDkar=FDlma korkusu duymak yok. Herb=
alife i=FEinizde, =E7al=FD=FEmaya ay=FDraca=F0=FDn=FDz zaman=FD siz belirle=
rsiniz. =DEu an bulundu=F0unuz noktadan ne kadar ileriye gidece=F0iniz ve n=
e kadar para kazanabilece=F0iniz tamamen sizin ellerinizde! Herbalife, iyi =
bir gelir elde etmek i=E7in s=FDk=FD =E7al=FD=FEmay=FD gerektirir, ancak ak=
=FDll=FDca =E7al=FD=FEarak bir yandan e=F0lenebilir,...
2007 Apr 27
4
Randomising matrices
I would like to be able to randomise presence-absence (i.e. binary)
matrices whilst keeping both the row and column totals constant. Is
there a function in R that would allow me to do this?
I'm working with vegetation presence-absence matrices based on field
observations. The matrices are formatted to have sites as rows and
species as columns. The presence of a species on a site is
2007 Oct 02
1
permutations of a binary matrix with fixed margins
J?r?me,
As a first attempt, how about the function below. It works (or not) by
randomly sorting the rows and columns, then searching the table for
"squares" with the corners = matrix(c(1,0,0,1),ncol=2) and subtracting them
from 1 to give matrix(c(0,1,1,0),ncol=2) (and vice versa). Randomized
matrices can be produced as a chain where each permutation is seeded with
the previous one.
2010 Apr 08
1
Question on using elements of a vector
Hi
So my particular problem is this:
I have a row vector of length 5200 elements - specifically created by
x<-rbinom(5200,1,0.5)
y<-matrix(x,nrow=1,ncol=5200)
y
now, each element is either a 0 or a 1 - e.g. it could be (0,1,1,1,1,0,0,0,1,1,1) e.t.c.
when the element is a 1, i need to multiply a number (say 1000) by 1.005, and if it is 1 again, multiply it _again_ by 1.005.
so