Sign In
New User? Register
Statisticians_group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
You can search the group for older messages.

Messages

  Messages Help
Advanced
Messages 2460 - 2491 of 4100   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Show Message Summaries   (Group by Topic) Sort by Date v  
#2491 From: Mrcio Ribeiro <mmribeiro10@...>
Date:: Fri Feb 1, 2008 9:22 pm
Subject:: Sampling Question
mmribeiro10
Offline Offline
Send Email Send Email
 
HI listers,

Anyone could explain what does it mean to explain a
sampling scheme by induction...
I have the following scheme for sampling random sample
without replacement...
1-select first element with prob(n/N)
2-select second element with prob(n-1/N-1), if first
element was selected, otherwise with prob (n/N-1) if
first element was not selected
3-select the ith element with prob(n-u/(N-(i-1))) for
u<=n
In order to select n elements...
How could I show this by INDUCTION...

Thanks,

Ribeiro



       Abra sua conta no Yahoo! Mail, o nico sem limite de espao para
armazenamento!
http://br.mail.yahoo.com/

#2490 From: "venkibhu" <venkibhu@...>
Date:: Thu Jan 31, 2008 12:52 pm
Subject:: sas jobs
venkibhu
Offline Offline
Send Email Send Email
 
This is venkateswara rao.
  i did my master of science in statistics from banaras hindu university
in the year 2007. i
learnt sas in hyderabad and the modules are BASE SAS, SAS SQL, SAS STAT.
Please any one can help me for getting a job as a statistical analyst.
please also give information about the openings for freshers. if
avilable then please send the information to my mail id
venkibhu@...

#2489 From: Patrick Burns <patrick@...>
Date:: Thu Jan 31, 2008 9:58 am
Subject:: Re: Using R package
burnsstat
Offline Offline
Send Email Send Email
 
You should be able to use 'as.Date' on your data
and once they have the 'Date' class, then you can
just subtract them to get the difference in days.

Patrick Burns
patrick@...
+44 (0)20 8525 0696
http://www.burns-stat.com
(home of S Poetry and "A Guide for the Unwilling S User")

Deepak Manohar wrote:

> Dear All
> Can anyone guide in finding the difference between two dates which has
> its data set in Excel. The question here is I need to find the
> difference between two dates using R package from the Excel data.
>
>
> Thanks in Advance
>
> Thanking you
>
> Yours Sincerely
>
> Deepak M
>
> ------------------------------------------------------------------------
> Get the freedom to save as many mails as you wish. Click here to know
> how.
>
<http://in.rd.yahoo.com/tagline_mail_5/*http://help.yahoo.com/l/in/yahoo/mail/ya\
hoomail/tools/tools-08.html/>
>
>

#2488 From: "Nitu Suryawanshi" <rathod.nitu@...>
Date:: Thu Jan 31, 2008 7:10 am
Subject:: Re: Using R package
niturathod_29
Offline Offline
Send Email Send Email
 
Dear Sir,
 
If you have two dates on Excel then  you can use the formula as;
 
=DAYS360("1/10/2008","1/20/2008")
 
 
It will give you the number of days.
 
 
Regards,
Nitu Suryawanshi

 
On 1/31/08, Deepak Manohar <m_deepak_stat@...> wrote:

Dear All
Can anyone guide in finding the difference between two dates which has its data set in Excel. The question here is I need to find the difference between two dates using R package from the Excel data.
 
 
Thanks in Advance
 
Thanking you
 
Yours Sincerely
 
Deepak M


Get the freedom to save as many mails as you wish. Click here to know how.




--
Best Regards,
Nitu Suryawanshi

#2487 From: Deepak Manohar <m_deepak_stat@...>
Date:: Thu Jan 31, 2008 4:28 am
Subject:: Using R package
m_deepak_stat
Offline Offline
Send Email Send Email
 
Dear All
Can anyone guide in finding the difference between two dates which has its data set in Excel. The question here is I need to find the difference between two dates using R package from the Excel data.
 
 
Thanks in Advance
 
Thanking you
 
Yours Sincerely
 
Deepak M


Get the freedom to save as many mails as you wish. Click here to know how.

#2486 From: "Robert Newcombe" <newcombe@...>
Date:: Wed Jan 30, 2008 3:40 pm
Subject:: Re: How to compute the Nonoverlap area of the Effect Size?
newcomberobert
Offline Offline
Send Email Send Email
 
Gaetan, I can't give you a precise answer. It appears that the method of
calculating the % overlap
measure is described in Cohen's 1988 book. Unfortunately the 'hyperlinks' on the
web page just take
you to Becker's index, not the source.

When I read your query I wondered whether overlap might be a simple rescaling of
the measure theta
= U/mn used in the spreadsheet I sent you last month. In case I didn't send you
the 2 papers in
Stats in Medicine that describe this, here they are. Anyway, theta is a kind of
measure of
non-overlap, which takes the value 0.5 if the two distributions are identical
and 1 or 0 if there's
no overlap. The correspondence between the standardised difference (i.e. Cohen's
d) and theta
assuming Gaussian distributions is shown in Table 1 of the first paper. The
percentage overlap
measure shown in Becker's table is similar, but NOT identical, to 2*theta-1.
Thus for d = 1, theta =
0.760 and  2*theta-1 = 0.520, which is close to Becker's 55.4%, but isn't
exactly the same as it.

Personally, I'd recommend simply reporting U/mn, which is easily obtained from
your data using
SPSS's ROC procedure, then use my spreadsheet to get a good CI - and reference
my papers.

Hope this helps.


Robert G. Newcombe PhD CStat FFPH
Professor of Medical Statistics
Department of Primary Care and Public Health
Centre for Health Sciences Research
Cardiff University
4th floor, Neuadd Meirionnydd
Heath Park, Cardiff CF14 4YS

Tel: 029 2068 7260
Fax: 029 2068 7236

Home page
http://www.cardiff.ac.uk/medicine/epidemiology_statistics/research/statistics/ne\
wcombe
For location see http://www.cardiff.ac.uk/locations/maps/heathpark/index.html


>>> "gaetanlion" <gaetanlion@...> 21/01/08 23:35:36 >>>

Within an unpaired hypothesis testing framework, the p value gives
you the probability that two samples come from population with
identical distribution.  But, even a p value of 0% does not tell you
how different two samples are.  To assess the magnitude of the
difference of two samples, I have been studying the Effect Size.

Regarding the Effect Size, I am struggling to calculate correctly the
Overlap and Nonoverlap areas of two samples' respective
distributions.  Someone sent me this helpful link on the subject:
http://web.uccs.edu/lbecker/Psy590/es.htm.  On page 2, of this
article Professor Lee A. Becker calculates the surface of the
Nonoverlap area.  Unfortunately, I calculate very different
Nonoverlap areas.

Example: Effect Size = 2.  I take the midpoint of 2 which is 1.  This
value of '1' is a Z value that I simply put into the NORMSDIST()
function in Excel to calculate the Area under the curve of one sample
which is equal to 84.1%.  The area beyond the curve (the right tail
of the first sample) = 1 – 84.1% = 15.9%.  The Overlap area = 2 x
15.9% = 31.7%.  And, the Nonoverlap area = 1 – 31.7% = 68.3%.

My example makes good sense to me.  But, in this case my Nonoverlap
area of 68.3% is very different than Lee A. Becker's of 81.1%.  See
page 2 of his paper (link shown above).


To Gaetan Lion 1013 27/12/2007

The key point here is that when you dichotomise a continuous variable (or an
ordinal one) you lose
a
lot of power - even when the cut point is close to the median - much more so
when it's out in the
tail. The main justification for dichotomising a variable in this way is for
concise presentation
of
results.

Also, we should be shifting away from using p-values as the main expression of
uncertainty due to
limited sample size, towards using appropriate measures of effect size with
confidence intervals.
An
appropriate effect size measure corresponding to the M-W test is U/mn, obtained
by dividing the M-W

U statistic by the product of the 2 sample sizes. This is the same as the area
under the ROC curve.

It is 0 or 1 if two samples don't overlap, and 0.5 if they are identical. The
AUROC is easily
obtained using SPSS's ROC procudure, but the CI meth
od isn't always reliable, it goes wrong when
U/mn is at or close to 0 or 1. A better method is obtained using the attached
Excel spreadsheet. It

comes in 2 versions, one starting with m, n and U, the other starting with m, n
and U/mn from SPSS.

The spreadsheet also displays 2 Gaussian curves corresponding to this degree of
separation, with a

confidence region.

Hope this helps.


>>> "gaetanlion" <gaetanlion@...> 26/12/07 00:43 >>>

I use the nonparametric Mann-Whitney test all the time to test if two samples
coming from
a population that is not normal are statistically different.  But, I find
dealing with average
rank (as required by Mann-Whitney test) not transparent or intuitive.  In such a
situation, I
would like to use instead the Chi Square test testing for Medians.  It be a lot
more
transparent to convey to the audience that the samples' medians are different
instead of
their average rank.

Can you think of any reason why I should not use the Chi Square test testing for
median as
described?

Thank you in advance for your answers.  Please describe your background briefly
to
attribute credibility to your answer.

#2485 From: John Yagecic <John.Yagecic@...>
Date:: Tue Jan 29, 2008 1:30 pm
Subject:: Environmental Statistics Course in New Jersey
johnyagecic
Online Online
Send Email Send Email
 
*APPLIED ENVIRONMENTAL STATISTICS *
* *
*_Course Description _*
Applied Environmental Statistics develops hands-on expertise for all
environmental scientists who interpret data and present their findings
to others. A complete understanding of how statistical methods work
unfolds through applications to field-oriented problems. Statistical
methods are explained in the light of data with nondetects, outliers,
and skewed distributions. Methods for estimation and prediction are
illustrated along with their common pitfalls. Student exercises follow
each lecture to ensure that when you return to the office, so does your
new knowledge. The instructors, Drs. Dennis Helsel and Edward Gilroy,
have trained several thousand students in practical environmental
statistics both in the US and internationally since 1990.
*_Course Content: _*
* Trend analysis -- is water quality (or air, or climate indicators)
changing?
* Confidence, prediction, & tolerance intervals.
* How hypothesis tests work.
* How to build a good regression model-- and when not to.
* Dealing with outliers.
* When are transformations OK?
* How many samples do I need?
* Comparing two and more groups
* Load estimation and bias, and more.

*See **http://www.practicalstats.com <http://www.practicalstats.com/>** *
*for a full course outline, fee, and online registration. *
*_Instructors _*
*Dr. Dennis Helsel* (PhD, Environmental Science and Engineering,
Virginia Tech) has 30 years experience applying statistics to practical
issues in environmental sciences. He is the lead author of the course
textbook "Statistical Methods in Water Resources (USGS, 2002), and of
many papers on environmental statistics in journals such as
Environmental Science and Technology. Dr. Helsel is the 2003 recipient
of the Distinguished Service Award from the American Statistical
Association's section on Statistics and the Environment. His recent
textbook "Nondetects And Data Analysis: Statistics for Censored
Environmental Data "(2005) is published by Wiley.
*Dr. Edward Gilroy* (PhD in Mathematical Statistics - Catholic Univ.)
has over 35 years experience as a consulting statistician, 30 years
within the US Geological Survey, and coordinated its statistical
training. He now advises private firms and governmental agencies. Dr.
Gilroy has authored numerous papers on applied statistics, and is
coauthor of the chapter "Statistical Analysis of Hydrologic Data" in
McGraw-Hill's Handbook of Hydrology (1993).

--
John R. Yagecic, P.E.
Supervisor, Standards and Assessment Section

Delaware River Basin Commission
25 State Police Dr.
West Trenton, NJ 08628
www.drbc.net

609-883-9500 x271

#2484 From: "Nishant Jain" <nishantjain18@...>
Date:: Tue Jan 29, 2008 1:32 pm
Subject:: Re: Can any one answer this question
nishantjain18
Offline Offline
Send Email Send Email
 
Since the question does not specifies any such condition that we MUST put a black ball in each jar, prob. CAN be zero.
 
Later i thought again about maximizing the probability (again assuming there is no other specific condition),
we can put 1 black ball in one jar rest all 199 balls in other jar, we get the prob=0.495
 
Now, i dont think it can be further increased. :)
 
Any Comments????

 
On 1/28/08, shubhadeep ghosh <shubhadeep.stat@...> wrote:

First of all there are 100 black balls and 100 white balls(not 50).Secondly the prob.should not be zero as we have to put atleast one black  ball in each jar.lastly ur function is not very clear....u have to choose a black ball from each jar then i think numerator of ur function is not wright....please check it........ 

--- On Sat, 26/1/08, Zbaganu Gheorghita <gheorghitazbaganu@...> wrote:
From: Zbaganu Gheorghita <gheorghitazbaganu@...>
Subject: Re: [Statisticians_group] Can any one answer this question
To: Statisticians_group@...
Date: Saturday, 26 January, 2008, 11:59 PM


So: you have 50 white, 50 black and you want to put  in the first box w white balls and black balls. Then the first box can be denoted (w,b) and the second one (50-w, 50-b). The probability to extract 1 -1 is p(w,b) = w(50-w)/[(w+ b)(100-w- b)].  You want to find the extrema of p. Notice that if w=b then p(w,w)=0.25. Moreover, Grad[ln(p(w, w)] = 0. These are the maxima: b=w =>p=0.25 and the minima is when w=50 or b=50 => p=0.
OK?
gh

jitadeepa nayak <im_jitu@yahoo. com> wrote:

I think the first part is correct.
but for the second part... though it doesnt have much specific conditions, but it has the conditions that: 1 ball drawn from each jar and both will b black.so for minimizing the prob. each jar should contain atleast 1 black ball. so in  my view, in 1 jar there will 1 black ball, and 99 red balls, and the remaining part will b in another jar. so the minimum prob will b 0.0099.

Nishant Jain <nishantjain18@ gmail.com> wrote:
without much thinking.... .. i guess......
to maximize the prob.... put 50-50 balls of each color in each jar.... that shd make the prob 0.25, i dont think prob could be higher that this.....
however, since no conditoin is specified... the min. prob can be 0.... for that put 100 black balls in one jar.... and put 100 red in other one.....
 
does this makes a sense?????
 
Nishant

 
On 1/22/08, venkat suresh <suresh_medabala@ yahoo.co. in> wrote:
There are 100 red balls and 100 black balls, 2 jars, you have to find
the number of red and
      black balls to put in the 2 jars such that probability of
getting 2 black balls
(draw 1 ball from each jar) is maximized, again it was asked to find
the same for minimizing the probability.

Get the freedom to save as many mails as you wish. Click here to know how.




 
Regards....
 
Jitadeepa Nayak 
Statistical Trainee 
Indian Statistical Institute           
203,BT Road
Kolkata-700108

Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.


Looking for last minute shopping deals? Find them fast with Yahoo! Search.



Now you can chat without downloading messenger. Click here to know how.



#2483 From: sudheer gowlikar <gksudheer@...>
Date:: Tue Jan 29, 2008 5:12 am
Subject:: Re: hi all..................
gksudheer
Offline Offline
Send Email Send Email
 
Hi Kishore,
 
Can you please provide me the details regarding it.
 
Thanks,
 
sudheer

kishore <kishore_pingili@...> wrote:
I am kishore here,There is a oppenings for freshers in CTS .



Now you can chat without downloading messenger. Click here to know how.

#2482 From: mustafa - <moestava28@...>
Date:: Mon Jan 28, 2008 10:37 am
Subject:: Bls: There is something bothering me right now...
moestava28
Offline Offline
Send Email Send Email
 
hiiiiiiiiiii
if u r student please contact me in moestava28@...

thanx

________________________________________________________________________
NOTE: The Statisticians_group is for discussing on different issues related to the subject Statistics, Statistical softwares like SAS, SPSS etc. The users are encouraged to post jobs those are exclusively for Statisticians like data analyst, business analyst etc.

Please don't post or send any SPAM!

NOTE: Please don't use this mail for any personal discussion.

________________________________________________________________________

Recent Activity
Visit Your Group
Yahoo! Toolbar

Get it Free!

easy 1-click access

to your groups.

Yahoo! Toolbar

Get it Free!

easy 1-click access

to your groups.

Yahoo! Groups

Start a group

in 3 easy steps.

Connect with others.

.




Bergabunglah dengan orang-orang yang berwawasan, di bidang Anda di Yahoo! Answers

#2481 From: "kishore" <kishore_pingili@...>
Date:: Mon Jan 28, 2008 7:44 am
Subject:: hi all..................
kishore_pingili
Offline Offline
Send Email Send Email
 
I am kishore here,There is a oppenings for freshers in CTS .

#2480 From: "Archan" <archanb@...>
Date:: Mon Jan 28, 2008 6:58 am
Subject:: Statistical Programmers Required
archanb
Offline Offline
Send Email Send Email
 
Sciformix is an emerging knowledge process outsourcing (KPO) company
providing drug safety data management, clinical data management,
biostatistics and medical writing services to North America & Western
Europe based pharmaceutical, biotechnology and contract research
companies. Headquartered in the US, Sciformix has its first delivery
center operational in Mumbai (Andheri MIDC) since mid 2007. The
company has an impressive core management team whose profiles are
available on our web-site. You may look us up on www.sciformix.com.

Position : Statistical Programmer
Reports To : Senior Statistical Programmer
Span of Control : None

Qualification:
 Graduate in Science
 Bachelor's in Statistics or Bioinformatics would be an added
   advantage
 MSc in Statistics preferred

Experience / Skills:
 A minimum of 1.5 years of experience in SAS programming in clinical
   trials is a must
 Experience in CRO / relevant industry preferred
 Understanding of health care and clinical research business
preferred

Competencies:
 Analytical abilities
 Eye for detail
 Good communication and interpersonal skills

Role Profile:
 Understand study documents (Protocol, CRF, SAP)
 Prepare dataset specifications, functional specifications for the
   assigned protocol.
 Extract data from the DB and create SAS datasets
 Write SAS programs according to the specifications, to create
   analysis datasets, listings, tables and figures for safety and
   efficacy analysis.
 Perform Quality Control checks for tables produced and complete the
   QC documentation.

Date of posting January 23, 2008

Thanks and regards,
Archan Bhattacharya
Statistician
Sciformix Technologies Pvt. Ltd.
Mumbai, INDIA.

#2479 From: shubhadeep ghosh <shubhadeep.stat@...>
Date:: Mon Jan 28, 2008 6:53 am
Subject:: Re: Can any one answer this question
shubhadeep.stat
Offline Offline
Send Email Send Email
 
First of all there are 100 black balls and 100 white balls(not 50).Secondly the prob.should not be zero as we have to put atleast one black  ball in each jar.lastly ur function is not very clear....u have to choose a black ball from each jar then i think numerator of ur function is not wright....please check it........ 

--- On Sat, 26/1/08, Zbaganu Gheorghita <gheorghitazbaganu@...> wrote:
From: Zbaganu Gheorghita <gheorghitazbaganu@...>
Subject: Re: [Statisticians_group] Can any one answer this question
To: Statisticians_group@...
Date: Saturday, 26 January, 2008, 11:59 PM

So: you have 50 white, 50 black and you want to put  in the first box w white balls and black balls. Then the first box can be denoted (w,b) and the second one (50-w, 50-b). The probability to extract 1 -1 is p(w,b) = w(50-w)/[(w+ b)(100-w- b)].  You want to find the extrema of p. Notice that if w=b then p(w,w)=0.25. Moreover, Grad[ln(p(w, w)] = 0. These are the maxima: b=w =>p=0.25 and the minima is when w=50 or b=50 => p=0.
OK?
gh

jitadeepa nayak <im_jitu@yahoo. com> wrote:

I think the first part is correct.
but for the second part... though it doesnt have much specific conditions, but it has the conditions that: 1 ball drawn from each jar and both will b black.so for minimizing the prob. each jar should contain atleast 1 black ball. so in  my view, in 1 jar there will 1 black ball, and 99 red balls, and the remaining part will b in another jar. so the minimum prob will b 0.0099.

Nishant Jain <nishantjain18@ gmail.com> wrote:
without much thinking.... .. i guess......
to maximize the prob.... put 50-50 balls of each color in each jar.... that shd make the prob 0.25, i dont think prob could be higher that this.....
however, since no conditoin is specified... the min. prob can be 0.... for that put 100 black balls in one jar.... and put 100 red in other one.....
 
does this makes a sense?????
 
Nishant

 
On 1/22/08, venkat suresh <suresh_medabala@ yahoo.co. in> wrote:
There are 100 red balls and 100 black balls, 2 jars, you have to find
the number of red and
      black balls to put in the 2 jars such that probability of
getting 2 black balls
(draw 1 ball from each jar) is maximized, again it was asked to find
the same for minimizing the probability.

Get the freedom to save as many mails as you wish. Click here to know how.




 
Regards....
 
Jitadeepa Nayak 
Statistical Trainee 
Indian Statistical Institute           
203,BT Road
Kolkata-700108

Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.


Looking for last minute shopping deals? Find them fast with Yahoo! Search.



Now you can chat without downloading messenger. Click here to know how.

#2478 From: "M. A." <thatshoulddo@...>
Date:: Sun Jan 27, 2008 11:50 am
Subject:: There is something bothering me right now...
thatshoulddo
Offline Offline
Send Email Send Email
 
I'm not sure if i want to talk directly about what is bothering me,
but I feel that creating a sort of mystery about this may be of help
for calling onto myself the help i may need to find the solution for
what is bothering me. I'm not sure if there is much more i want to
say about that right now. Because of my qualification in Applied
Statistics at Masters Level, those around me believe that I have a
great understanding of statistics and can help them in their
statistical analyses. I completed my masters in applied statistics
in 2002 in very unusual circumstances, within health difficulties,
difficulties to meet deadlines etc. I had to seek help at that time
from the university's student support services etc. In any case, I
succeeded somehow in acquiring an MSc in Applied Statistics in
circumstances which are almost unbelievable to me. I feel that i
have acquired an MSc without feeling the understanding of Applied
Statistics in my head. I do not consider that I sufficiently master
the subject nor do i feel very confident when questioned about it.
Some of those who are aware of my qualification have come to seek my
help in the past and while attempting to help them to some extent, i
needed to make them understand somehow that i'm uncertain if i can
help them as they expect. Right now, someone doing an MBA with
specialisation in Information Systems, has brought to me some
statistical analyses that he did, requesting me to verify whether
certain things are correct or incorrect in his analyses. He left
print-outs with me etc, and this is what bothering me right now, as
i attempt to seek inspiration concerning how to approach this
situation. I thought that venting a little bit overhere could
possibly be of some help. Thanking u in advance for your support.
Peace and blessings...

#2477 From: Zbaganu Gheorghita <gheorghitazbaganu@...>
Date:: Sat Jan 26, 2008 6:29 pm
Subject:: Re: Can any one answer this question
gheorghitazb...
Offline Offline
Send Email Send Email
 
So: you have 50 white, 50 black and you want to put  in the first box w white balls and black balls. Then the first box can be denoted (w,b) and the second one (50-w, 50-b). The probability to extract 1 -1 is p(w,b) = w(50-w)/[(w+b)(100-w-b)].  You want to find the extrema of p. Notice that if w=b then p(w,w)=0.25. Moreover, Grad[ln(p(w,w)] = 0. These are the maxima: b=w =>p=0.25 and the minima is when w=50 or b=50 => p=0.
OK?
gh

jitadeepa nayak <im_jitu@...> wrote:
I think the first part is correct.
but for the second part... though it doesnt have much specific conditions, but it has the conditions that: 1 ball drawn from each jar and both will b black.so for minimizing the prob. each jar should contain atleast 1 black ball. so in  my view, in 1 jar there will 1 black ball, and 99 red balls, and the remaining part will b in another jar. so the minimum prob will b 0.0099.

Nishant Jain <nishantjain18@gmail.com> wrote:
without much thinking...... i guess......
to maximize the prob.... put 50-50 balls of each color in each jar.... that shd make the prob 0.25, i dont think prob could be higher that this.....
however, since no conditoin is specified... the min. prob can be 0.... for that put 100 black balls in one jar.... and put 100 red in other one.....
 
does this makes a sense?????
 
Nishant

 
On 1/22/08, venkat suresh <suresh_medabala@yahoo.co.in> wrote:
There are 100 red balls and 100 black balls, 2 jars, you have to find
the number of red and
      black balls to put in the 2 jars such that probability of
getting 2 black balls
(draw 1 ball from each jar) is maximized, again it was asked to find
the same for minimizing the probability.

Get the freedom to save as many mails as you wish. Click here to know how.




 
Regards....
 
Jitadeepa Nayak 
Statistical Trainee 
Indian Statistical Institute           
203,BT Road
Kolkata-700108

Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.


Looking for last minute shopping deals? Find them fast with Yahoo! Search.

#2476 From: Sam Sahil <samsahil2001@...>
Date:: Sat Jan 26, 2008 11:35 am
Subject:: Re: acturial statistics
samsahil2001
Offline Offline
Send Email Send Email
 
The site is 'actuariesindia.org'

gowri_3788 <gowri_3788@...> wrote:
Pls provide me a website regarding acturial statistics.
regards,
gowri



Get the freedom to save as many mails as you wish. Click here to know how.

#2475 From: "Nishant Jain" <nishantjain18@...>
Date:: Sat Jan 26, 2008 9:34 am
Subject:: Fwd: PLZ PLZ PLZ Register (Personal Request)
nishantjain18
Offline Offline
Send Email Send Email
 


---------- Forwarded message ----------
From: Himanshu Sagar <sagar.himanshu@...>
Date: Jan 22, 2008 1:09 PM
Subject: PLZ PLZ PLZ Register (Personal Request)
To: "..... beyonD redemptioN and still ....." <sumanmaverick@...>, "LOVE - y does it hurt so much............." <shilpag234@...>, *** Alter your attitude and you life *** <gunjan.luthra18@...>, ***RAJ*** Time Is Change <rajinder842000@...>, Aashish Suri <surinz@...>, Abhay & Sonal Dobhal <abhaydobhal@...>, abhishek agrawal <agrawalabhi2710@...>, Amit Bhagat <amitogs@...>, Amit Bhagat <taurean_amit@...>, Amit Choudhary <camit83@...>, Amit Gangal <gangalji@...>, amit lal <amit1927@...>, amit mudita ahuja <amitahujam@...>, amit sharma <kr.amit.s@...>, Amita Sharma <amita.sharma@...>, amithasija@..., Anand Singh <anandsingh.jnu@...>, "Anbae Sivam......." <sivappy@...>, Anika Nayar Mochari <anikaogs@...>, "Anshu Tewary Misra (ATM)......." <anshu_tewary2005@...>, anurag.vaid@..., aroraudit@..., Ayushman Saha <ayushman.saha@...>, Baneesh Bangia <baneesh@...>, bhanu prasad mallapareddy <bhanu.mallapareddy@...>, BHAV - On the Onset Of Putrefaction <sharma.bhavdeep@...>, bhupendra tyagi <bittootyagi_1983@...>, bichitra nayak <bichitra.nayak@...>, camay batra <camaybatra@...>, "capt. amit lal" <amit1927@...>, "Catch.... Ruch..(New pics!)" <catchruch@...>, devahoti hazarika <devahoti@...>, dharmendu bhattacharjee <piku_051981@...>, dubeynupur <dubeynupur@...>, gauravdik@..., herald mochari <heraldmochari@...>, heraldmochari56@..., hlidyz r so sily n borin <bhagya_shree33@...>, "I m...... what i m" <amit.casius@...>, Indumati Singh <indumati.singh@...>, iravan1122@..., Jasmeet $$$$$$ <jassi76@...>, Kaushik Birendra Mahanta <kaushik.mahanta@...>, kaushik.mahanta@..., kaviarasu rajaram <kaviarasu.rajaram@...>, kbmahanta@..., Kranti Kumar <kranti.kr@...>, "kriti ....off orkut fr a week!!" <kriti.sabharwal@...>, Madhumita Banerjee <mbanerjee@...>, "manas@ smoking is injurious to health..haha" <maddyrace24@...>, manasprakash79@..., Manav M <manavm28@...>, Manish Singh <manishbsingh@...>, Manish Singh <manishogs@...>, Meenakshi Ray <meenakshi.ray@...>, Megha Ratta <megha_ratta@...>, Megha Ratta <megha.ratta@...>, Monika Pahuja <monika.pahuja@...>, mridul pande <mridul.pande@...>, mritunjay singh <mrtnjysngh@...>, "Namastey India....." <rupam.leeds@...>, Nishant Jain <nishantjain18@...>, nishant.jain@..., rachna khanduja <rachna_1591983@...>, rachna khanduja <rachna.khanduja@...>, "RAJ (BACK) NEW LIFE" <rajinder842000@...>, rajbir.singh@..., raju singh <singh.raju@...>, Ranjit MSD Rocks <ranjit_aspen@...>, Robinson Hembrom <robs3mar@...>, Sachin Bhatia Chk out d Iphn pics in album <sachinbhatia81@...>, Samarjit Das - Tradaptations <summerzeet666@...>, satyapal singh <singh_satya_in@...>, Saurabh Kumar <saurabhkumar.inn@...>, Shadab Syed <findshadab@...>, Shekhar Singh <shekhartariyal@...>, shikha mittal <honeyloud@...>, Shilpi Srivastava <shilsri@...>, shohra wont b available <shohra.shabih@...>, Subhadra Thakur <subhadrathakur@...>, subhadrathakur@..., Sweta Gupta <swets_gupts@...>, Tarun Jain <tarun2409@...>, Twisha Bhandari <twisha_b85@...>, tyagi.bhupendra@..., udit arora <udit911@...>, vipin kharb <vipin_kharb@...>, xocolatl --sugar n butter <sarmishtha@...>, ॐVishalॐ ॐ <vishal.abohri@...>, Alex <kaniampadyalex@...>


Hi All,

 

This is a personal request to all of you who are not registered with Silicon India- a professional networking site for Indian's

 
Silicon India is a professional networking site for Indian's worldwide, and it comes with value adds like Mentor ship program, Careers, discussions and a wonderfully well compiled newsletter.

Please mail me your user name when you register.

Please click on the link below to register and also forward the same link to invite your friends on the network .

 

http://www.siliconindia.com/register.php?id=37Y0Zby5

 

Please encourage forwarding this link to your friends to increase your network strength.

 
Note: Those who are already registered with Silicon India, please forward the following link to your friends.

 

http://www.siliconindia.com/register.php?id=7YJ9L15d

 

 

Thanks & Regards,

 

Himanshu Sagar


#2474 From: "bob.harold13" <bob.harold@...>
Date:: Fri Jan 25, 2008 12:08 pm
Subject:: OPEN POSITIONS AT VERNA SCIENTIFIC
bob.harold13
Offline Offline
Send Email Send Email
 
If you have a moment, I would appreciate your help in our search for
uniquely qualified and specialized professionals. Please take a look
and forward this open job on to anyone you think would be interested
in the position, or anyone else who could help me find a great candidate.

If you are applying yourself then please don't hesitate to forward
your updated resume, availability and your hourly/salary expectations
to bob.harold@...  ASAP since we have multiple
immediate requirements.

Thanks for your help!

Bob Harold

Company     :   Verna Scientific
Title            :   Open Positions
Salary         :   DOE

Our top PHARMA clients are looking for well-qualified and specialized
professionals in clinical research. If you have experience in the
pharmaceutical or biotechnology industries, you could be the right fit
for multiple positions with our top Pharma clients in CA, NJ, PA, MA,
NY, WA Locations.

(For detailed JD please click the link below every open position)

v      Statistical Programmer - Ridgefield Park, NJ
v      (http://www.jobvertise.com/job?jobid=5768207&memberID=verna)

v      Statistician II - Rahway, NJ
v      (http://www.jobvertise.com/job?jobid=5768205&memberID=verna)

v      Statistical Programmer - Wilmington, DE
v      (http://www.jobvertise.com/job?jobid=5768202&memberID=verna)

v      SAS Application Programmer - Bridgewater, NJ
v      (http://www.jobvertise.com/job?jobid=5768200&memberID=verna)

v      Director-Statistics/SAS Programming - Indianapolis, IN
v      (http://www.jobvertise.com/job?jobid=5764391&memberID=verna)

v      Biostatistician - Wilmington, DE
v      (http://www.jobvertise.com/job?jobid=5768198&memberID=verna)

v      SIX Senior Biostatistician - ONCOLOGY - Florham Park, NJ
v      (http://www.jobvertise.com/job?jobid=5764392&memberID=verna)

v      Sr Principle Biostatistician - ONCOLOGY - Florham Park, NJ
v      (http://www.jobvertise.com/job?jobid=5764393&memberID=verna)

v      Statistical Programmer-III (Senior) - West Point, PA
v      (http://www.jobvertise.com/job?jobid=5768197&memberID=verna)

v      Statistiacal Contractor - Bridgewater, NJ
v      (http://www.jobvertise.com/job?jobid=5768196&memberID=verna)

v      Director, Data Management - Branchburg, NJ
v      (http://www.jobvertise.com/job?jobid=5768191&memberID=verna)

For more details about the open positions please send a mail to
bob.harold@....

You are welcome to share this information with any interested
colleagues, as well.  If we successfully place someone that you refer,
you will be subject to a monetary bonus, whether or not you are
pursuing an opportunity through our organization.

If your background and experience matches with the requirement then
please send us your updated resume with salary, visa, availability
details.

Thanks in advance for your time and I look forward to your response.
Have a great evening.

Regards,

Bob
Bob.harold@...

#2473 From: Jitendra Salunkhe <jitu_stat@...>
Date:: Fri Jan 25, 2008 11:53 am
Subject:: NMU Statistics
jitu_stat
Offline Offline
Send Email Send Email
 
Dear Friends
If you have passed out from North Maharashtra University,Jalgaon then  give your sugestions about ALUMINIA
because we have decided to Conduct One day  ALUMINIA meeting in next month at our sweet Department Of Statistics,NMU,Jalgaon.
and if possible join "nmustat" community on ORKUT
Regards
Jitendra S. Salunkhe
M.Sc. IInd
Department of Statistics
NMU.Jalgaon.


Unlimited freedom, unlimited storage. Get it now

#2472 From: jitadeepa nayak <im_jitu@...>
Date:: Fri Jan 25, 2008 6:32 am
Subject:: Re: Can any one answer this question
im_jitu
Offline Offline
Send Email Send Email
 
I think the first part is correct.
but for the second part... though it doesnt have much specific conditions, but it has the conditions that: 1 ball drawn from each jar and both will b black.so for minimizing the prob. each jar should contain atleast 1 black ball. so in  my view, in 1 jar there will 1 black ball, and 99 red balls, and the remaining part will b in another jar. so the minimum prob will b 0.0099.

Nishant Jain <nishantjain18@...> wrote:
without much thinking...... i guess......
to maximize the prob.... put 50-50 balls of each color in each jar.... that shd make the prob 0.25, i dont think prob could be higher that this.....
however, since no conditoin is specified... the min. prob can be 0.... for that put 100 black balls in one jar.... and put 100 red in other one.....
 
does this makes a sense?????
 
Nishant

 
On 1/22/08, venkat suresh <suresh_medabala@yahoo.co.in> wrote:
There are 100 red balls and 100 black balls, 2 jars, you have to find
the number of red and
      black balls to put in the 2 jars such that probability of
getting 2 black balls
(draw 1 ball from each jar) is maximized, again it was asked to find
the same for minimizing the probability.

Get the freedom to save as many mails as you wish. Click here to know how.




 
Regards....
 
Jitadeepa Nayak 
Statistical Trainee 
Indian Statistical Institute           
203,BT Road
Kolkata-700108


Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.

#2471 From: "lisasolomon" <lisas@...>
Date:: Thu Jan 24, 2008 6:56 pm
Subject:: Free Online: Data Mining Intro for Beginners, Vendor-Neutral, January 29, Feb 19
lisasolomon
Offline Offline
Send Email Send Email
 
ONLINE VENDOR NEUTRAL INTRO TO DATA MINING FOR ABSOLUTE BEGINNERS
(no charge)

A non-technical data mining introduction for beginners
January 29, 2008, 10AM-11AM PST
February 19, 2008, 4PM-5PM PST
To register: http://salford.webex.com

This one-hour webinar is a perfect place to start if you are new to
data mining and have little-to-no background in statistics or
machine learning.

In one hour, we will discuss:

**Data basics: what kind of data is required for data mining and
predictive analytics; In what format must the data be; what steps
are necessary to prepare data appropriately

**What kinds of questions can we answer with data mining

**How data mining models work: the inputs, the outputs, and the
nature of the predictive mechanism

**Evaluation criteria: how predictive models can be assessed and
their value measured

**Specific background knowledge to prepare you to begin a data
mining project.

To register: http://salford.webex.com

Contact me if the January 29th or February 19th dates/times are
inconvenient and you wish to be put on our webinar notification list.

Sincerely,
Lisa Solomon
lisas@...

#2470 From: "Nishant Jain" <nishantjain18@...>
Date:: Thu Jan 24, 2008 5:11 pm
Subject:: Re: Can any one answer this question
nishantjain18
Offline Offline
Send Email Send Email
 
without much thinking...... i guess......
to maximize the prob.... put 50-50 balls of each color in each jar.... that shd make the prob 0.25, i dont think prob could be higher that this.....
however, since no conditoin is specified... the min. prob can be 0.... for that put 100 black balls in one jar.... and put 100 red in other one.....
 
does this makes a sense?????
 
Nishant

 
On 1/22/08, venkat suresh <suresh_medabala@...> wrote:

There are 100 red balls and 100 black balls, 2 jars, you have to find
the number of red and
      black balls to put in the 2 jars such that probability of
getting 2 black balls
(draw 1 ball from each jar) is maximized, again it was asked to find
the same for minimizing the probability.


Get the freedom to save as many mails as you wish. Click here to know how.



#2467 From: venkat suresh <suresh_medabala@...>
Date:: Tue Jan 22, 2008 10:34 am
Subject:: Can any one answer this question
suresh_medabala
Offline Offline
Send Email Send Email
 
There are 100 red balls and 100 black balls, 2 jars, you have to find
the number of red and
      black balls to put in the 2 jars such that probability of
getting 2 black balls
(draw 1 ball from each jar) is maximized, again it was asked to find
the same for minimizing the probability.


Get the freedom to save as many mails as you wish. Click here to know how.

#2466 From: "valoisfernandes" <valoisfernandes@...>
Date:: Tue Jan 22, 2008 7:11 am
Subject:: Urgently Required SAS Programmers.....Mumbai
valoisfernandes
Offline Offline
Send Email Send Email
 
Hello,

    I have an immediate opening for SAS Programmers  for my client
based in Mumbai..

    They are looking fot 2-6 yrs of exp and required 10 no.s

    Hence please do mail me your resumes on : careers@...

Thanks and Warm Regards


Acetek Consultancy
Land Line :022- 65101734
Email: careers@...

#2465 From: "gaetanlion" <gaetanlion@...>
Date:: Mon Jan 21, 2008 11:35 pm
Subject:: How to compute the Nonoverlap area of the Effect Size?
gaetanlion
Offline Offline
Send Email Send Email
 
Within an unpaired hypothesis testing framework, the p value gives
you the probability that two samples come from population with
identical distribution.  But, even a p value of 0% does not tell you
how different two samples are.  To assess the magnitude of the
difference of two samples, I have been studying the Effect Size.

Regarding the Effect Size, I am struggling to calculate correctly the
Overlap and Nonoverlap areas of two samples' respective
distributions.  Someone sent me this helpful link on the subject:
http://web.uccs.edu/lbecker/Psy590/es.htm.  On page 2, of this
article Professor Lee A. Becker calculates the surface of the
Nonoverlap area.  Unfortunately, I calculate very different
Nonoverlap areas.

Example: Effect Size = 2.  I take the midpoint of 2 which is 1.  This
value of '1' is a Z value that I simply put into the NORMSDIST()
function in Excel to calculate the Area under the curve of one sample
which is equal to 84.1%.  The area beyond the curve (the right tail
of the first sample) = 1  84.1% = 15.9%.  The Overlap area = 2 x
15.9% = 31.7%.  And, the Nonoverlap area = 1  31.7% = 68.3%.

My example makes good sense to me.  But, in this case my Nonoverlap
area of 68.3% is very different than Lee A. Becker's of 81.1%.  See
page 2 of his paper (link shown above).

Any assistance is greatly appreciated.

Guy

#2464 From: "jaya.statistician" <jaya.statistician@...>
Date:: Mon Jan 21, 2008 8:17 am
Subject:: hai
jaya.statist...
Offline Offline
Send Email Send Email
 
hai

         iam a statistics student i want to join the SAS training
course so pls send the institution address in chennai

#2463 From: shyam prasad <loyolashyam@...>
Date:: Mon Jan 21, 2008 7:38 am
Subject:: Re: clinical research opportunity
loyolashyam
Offline Offline
Send Email Send Email
 
Hi Amy
 
I am in the clinical research. I am a Statistician as well as SAS Programmer. I know about datamanagement too..you can ask me if u have any doubts if you want.
 
Thanks and Regards
Shyam

moccalatte2003 <amoore@...> wrote:
Dear Statisticians,

If you are in the clinical research field (not finance) I have a
projects I need help with please contact me. If you know data
management, site management, or sas programming I want to speak with
you as well.

Regards,
Amy



Bollywood, fun, friendship, sports and more. You name it, we have it.

#2462 From: bharath kumar <meetyakkala@...>
Date:: Sun Jan 20, 2008 2:47 pm
Subject:: Re: clinical research opportunity
meetyakkala
Offline Offline
Send Email Send Email
 
Hi amy,
 
I am working in clinical trials company only as a SAS programmer .
 
If u want to contact me plz call to this mobile no 9885070303
 
ok byeeee

----- Original Message ----
From: moccalatte2003 <amoore@...>
To: Statisticians_group@...
Sent: Sunday, 20 January, 2008 7:36:59 PM
Subject: [Statisticians_group] clinical research opportunity

Dear Statisticians,

If you are in the clinical research field (not finance) I have a
projects I need help with please contact me. If you know data
management, site management, or sas programming I want to speak with
you as well.

Regards,
Amy




Chat on a cool, new interface. No download required. Click here.

#2461 From: "gowri_3788" <gowri_3788@...>
Date:: Sun Jan 20, 2008 2:24 pm
Subject:: acturial statistics
gowri_3788
Offline Offline
Send Email Send Email
 
Pls provide me a website regarding acturial statistics.
regards,
gowri

#2460 From: "moccalatte2003" <amoore@...>
Date:: Sun Jan 20, 2008 2:06 pm
Subject:: clinical research opportunity
moccalatte2003
Offline Offline
Send Email Send Email
 
Dear Statisticians,

If you are in the clinical research field (not finance) I have a
projects I need help with please contact me. If you know data
management, site management, or sas programming I want to speak with
you as well.

Regards,
Amy

Messages 2460 - 2491 of 4100   Newest  |  < Newer  |  Older >  |  Oldest
Advanced

Copyright 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help