Displaying 20 results from an estimated 115 matches for "amin".
Did you mean:
akin
2016 Dec 26
1
Multiple simplifycfg pass make some loop significantly slower
...410258ca191e6f263262a4ea65 and checked
against clang-3.8 and clang-4.0 nightly. Depending on where I put the
"increment" code for a for-loop, I can get 2x performance difference.
The slow (but natural) version:
for (i=0; i<size; ++i) {
ai = arr[i];
if ( ai <= amin ) {
amin = ai;
all_missing = 0;
}
}
The fast version:
for (i=0; i<size;) {
ai = arr[i];
++i; // increment moved here
if ( ai <= amin ) {
amin = ai;
all_missing = 0;
}
}
With the fast...
2008 Sep 09
3
Modality Test
...ow many modes are in a distribution?
Second, i would like to test whether two distributions are equal. Does R
have a package than can implement the Li (1996) test of the equality
of two distributions? Is there any other test i can use rather than the
Li test?
Thank you in advance for your help.
Amin Mugera
Graduate Student
AgEcon Dept. Kansas State University
2009 Dec 13
1
How to resolve include Rcpp.h problems?
...oping R package for reading/writing 3D images. I needed
to use the R package Rcpp in order to make profit of available C/C++ codes.
My problem is that my C code is not able to include the Rcpp.h
In fact, when I run this command R CMD build rply, I got the following error
message in the file /home/amine/R/r-eclipse/rply.Rcheck/00install.out:
* Installing *source* package 'rply' ...
** libs
gcc -std=gnu99 -I/usr/share/R/include -fpic -g -O2 -c Call_interface.c
-o Call_interface.o
gcc -std=gnu99 -I/usr/share/R/include -fpic -g -O2 -c C_interface.c -o
C_interface.o
gcc -std=gnu99...
2007 Nov 19
2
All nonnegative integer solution
Dear all,
Is there any method in R to find all possible nonnegative integer
solutions to the linear equation with unit coefficients as follow:
X1+X2+...+Xk=N
Thank you,
Amin Zollanvari
2008 Aug 20
2
Re: undefine "require_gem"
On 20 Aug 2008, at 13:47, Amin Shah wrote:
>
> Frederick Cheung wrote:
>> On 20 Aug 2008, at 13:41, Amin Shah wrote:
>>
>>> update, boot.rb replace the "requiregem" etc. But still don''t get at
>>> any
>>> success.
>>>
>> require_gem is just gem now....
2008 Jul 29
2
Panel of pie charts
Hi ,
I am looking to making a panel of pie charts fo some of my dritribution data . I was wondering if there is a way in any R package to write a small script to do so.
Thanks,
Amin
[[alternative HTML version deleted]]
2013 Feb 06
2
calculating odds ratio in logistic regression with interaction terms
Dear all,
How can i obtain odds ratio in logistic regression when the model
contains interaction terms in R?
how can i obtain OR for a special case?
Thanks in advance for any help.
Amin
2017 Jun 18
2
About error bars on barplots
Hi R users,
I have a question about adding uncertainty bars to stacked bar plots.
DF:
year A B C Amin Amax Bmin Bmax Cmin Cmax
2009 40 45 15 30 61 23 56 14 17
2010 36 41 23 26 54 22 51 22 24
I use the code below:
DF.refm = melt(subset(DF[,c(1:4)]),id.vars='year',variable_name='Legend')
fig1 = ggplot(data=DF....
2012 Nov 16
10
about lm
Dear friends,
I have a csv file entitled ven.csv located in C:\\, this file contains only
two columns:"ve" and "su" I have written the following lines:
data=read.csv("c:\\ven.csv",header=TRUE,sep=";");
lm(ve~ su)
I have obtained the following message:
Error in eval(expr, envir, enclos) : object 've' does not exist. What's the
problem? thank
2010 Mar 24
6
Restarting Asterisk using a script - Thanks to all -
Hi All,
I do have asterisk installed for a call center and I would like to know if
it is possible to create a scipt and execute it from a PC connected to the
Network without accessing the server. This script should restart asterisk
and another service related to aheeva.
The problem now is that each time I have to access using PUTY to the server
to start and run services manually.
Service
2010 Dec 27
4
anyone who has experience with chinese clone cards like zycoo, ctvon, chinaroby, etross, iit, realtone
...(IIT)
6. Realtone
and can give review which one is good quality with easy configuration and
error free running. Also since some of these manufacture only analog cards,
does anyone have any experience using these in a single system with digital
cards from other manufacturers like Openvox?
--
Asim Amin
Partner
Technical Manager, Telco Division
Horizon Technologies
Cell: +92-323-3314151
E-mail: asim at horizontech.biz <asim at horizontech.biz>
Web: http://horizontech.biz
http://hostht.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list...
2017 Jun 18
0
[FORGED] About error bars on barplots
On 18/06/17 12:10, lily li wrote:
> Hi R users,
>
> I have a question about adding uncertainty bars to stacked bar plots.
>
> DF:
> year A B C Amin Amax Bmin Bmax Cmin Cmax
> 2009 40 45 15 30 61 23 56 14 17
> 2010 36 41 23 26 54 22 51 22 24
>
> I use the code below:
>
> DF.refm = melt(subset(DF[,c(1:4)]),id.vars='year',variable_name='Lege...
2007 May 25
3
check box value in array
...% end %>
I want to receive the selected value in my controller model.
@selected_box << params["checkbox"]
I guess that it provides values in a array.
But @selected_box contains only one selected value.
How can i capture all checked value in a array?
Any idea?
Please help me...
Amin
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gma...
2004 Aug 16
3
dynamic whitelists
...I can
edit this file dynamically with a web interface (php). However, how would
I get shorewall to read in that whitelist again without having to restart
it? I hope this makes sense, and is possible to do! I''ve been killing
myself over this for days!
=====================
Nimesh Amin
Computer Science
& Mathematics
Purdue University
namin@purdue.edu
=====================
2007 Jan 07
4
AD passwd change
Hi,
Can someone guide me, how to change the password of windows AD using a
linux script.
Regards
-Azher
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
2004 Apr 17
1
E100P for Bandwidth Termination
...ient that can he use the E100P card to terminate
the 2Mbps bandwidth in a linux box, thus reducing the cost of cisco
router ??
The other end is a cisco 2620 router with E1 VWIC-1MFC.
Can anyone explain if its possible with Asterisk and further any
configuration help. Applreciated.
Regards
Azher Amin
-------------------------------
http://www.consulttech.com.pk
2013 Sep 12
0
Guillermo, conectemos en LinkedIn
LinkedIn
------------
amin tabrizi ha solicitado a?adirte como contacto en LinkedIn:
------------------------------------------
Me gustar?a a?adirte a mi red profesional en LinkedIn.
Aceptar invitaci?n de amin tabrizi
http://www.linkedin.com/e/17jf7e-hlhha05m-3c/T3eUPsTGk1Fx4GfYY51nUKXAQCzcqTi9U612ZbP-zwu/blk/I46421545...
2007 Apr 14
3
LDA problem
Hi,
I am using dovecot deliver as lda for sendmail. My problem is that when
a user account is over quota, deliver program sends message in the logs,
but the message is not bounced back to sender informing that their is
disk quota problem at the recipient side. Further message remains in the
mail queue. Details are below. Plz suggest how to figure out the problems:
1. Message should be
2004 Feb 02
2
Changing from samba 2-2.8a to 3.1 with ldap?
Hi, I am trying to upgrade from old samba to new one, I replaced the
samba.schema for open-ldap, changed the smb.conf file to:
passdb backend = ldapsam:ldap//localhost added ldap amin dn and suffix
options but it still aint working with the old ldap records? Do I have
to dump the old records and update them with some changes to the ldap
with new schema or is samba3 ldap backward compatible? Can anyone
describe the process of migrating from old samba to new one with ldap?
2014 Feb 10
2
libvirt 1.2.1 / lxc : default virtual network not defined after installing/starting Libvirt
Hi There,
I am using Libvirt 1.2.1 on Fedora 20.
So, Libvirt is well installed and started but the weird thing is that the 'default' virtual network is not automatically defined and started, knowing that I can define/start it manually and everything goes fine.
previously I was using libvirt 1.0.4 and the 'default' virtual network was defined/started at Libvirt startup.
so,