Displaying 20 results from an estimated 23 matches for "bren".
Did you mean:
been
2007 Nov 19
1
mulitmodal distributions
...ns without mixtures? i.e., Cobb et al. 1983 using moment
recursion relations?
Thank you!
mw
Marion Wittmann, Ph.D. candidate
Environmental Science & Management
University of California
Santa Barbara, CA 93106-5131
Lab: (805) 893 5890
Mobile: (805) 448 8259
Email: <mailto:mwittmann@bren.ucsb.edu> mwittmann@bren.ucsb.edu
Web: <http://www.bren.ucsb.edu/~mwittmann> www.bren.ucsb.edu/~mwittmann
[[alternative HTML version deleted]]
2007 Nov 20
0
try FlexMix RE: mulitmodal distributions
...ns without mixtures? i.e., Cobb et al. 1983 using moment
recursion relations?
Thank you!
mw
Marion Wittmann, Ph.D. candidate
Environmental Science & Management
University of California
Santa Barbara, CA 93106-5131
Lab: (805) 893 5890
Mobile: (805) 448 8259
Email: <mailto:mwittmann@bren.ucsb.edu> mwittmann@bren.ucsb.edu
Web: <http://www.bren.ucsb.edu/~mwittmann> www.bren.ucsb.edu/~mwittmann
[[alternative HTML version deleted]]
2008 Jan 07
0
Help with flexmix
...=
control, : 1 Log-likelihood: NA
I'm not sure how to interpret this error. Any advice would be helpful. Thank
you.
mw
Marion Wittmann, Ph.D. candidate
Environmental Science & Management
U.C. Santa Barbara
Lab: (805) 893 5890
Mobile: (805) 448 8259
Email: <mailto:mwittmann@bren.ucsb.edu> mwittmann@bren.ucsb.edu
Web: <http://www.bren.ucsb.edu/~mwittmann> www.bren.ucsb.edu/~mwittmann
[[alternative HTML version deleted]]
2010 Sep 16
1
advice on writing/maintaining an R package with a version control system
...former since we're using version control.
2. What is your process for updating and testing your code? Do you
run checks, build, and re-install the package to test? Or do you have
some fancy workflow? Please share.
Thanks for your advice.
Vinh
--
Vinh Nguyen
Department of Statistics
Donald Bren School of ICS
2231 Bren Hall
University of California, Irvine
Irvine, CA 92607
vqnguyen at uci.edu | http://www.ics.uci.edu/~vqnguyen/
Schedule a meeting: http://tungle.me/VinhNguyen
2010 Aug 20
1
Package repository on Linux machine and upgrading R
Dear list,
I remember running into a thread on this topic in one of the R mailing
lists before but I can't seem to find it now. Basically, I remember a
discussion on how one can set up where R packages can be installed so
that when we upgrade the R version on the machine, the packages are
still accessible. One can back up this package location as well and
bring it to a new computer. I
2018 Feb 05
1
pulling recessions out of a hydrograph
...recession periods out of a hydrograph - can anyone help me
with this?
I want to create a subset from streamflow data that consists of just the
recession curves - the decreasing runoff after the passage of a peak flow.
would really appreciate any help on this!
Janet
--
Tague Team Lab Manager
1005 Bren Hall
UCSB, Santa Barbara, CA.
[[alternative HTML version deleted]]
2006 Jun 27
1
compositional time series
...eries data:
t=1, A=0.1; B=0.5; C=0.4
t=2, A=0.2; B=0.4; C=0.4
t=3, A=0.5; B=0.3; C=0.2
t=4, A=0.4; B=0.3; C=0.3
t=5, ???
By using R, could anyone suggest how to obtain the forecasted value of the fifth period (t=5) as well as the forecast error? (it seems that 'mixeR' [M.Bren] and 'compositions' [v.d.Boogart] have not provided a 'direct' solution to this problem...)
really appreciate your time/help for this,
Thank you very much,
Sincerely,
hendry raharjo
---------------------------------
[[alternative HTML version deleted]]
2008 May 08
2
Replicating Rows
Hi,
I have a data matrix in which there are 1000 rows by 30 columns. The first
column of each row is a numeric indicating the number of trips taken to a
particular location with location attributes in the following column entries for
that row.
I want to repeat each row based on the number of trips taken (as indicated by
the number in the first column)...i.e., if 1,1 indicates 4 trips, I want
2009 Nov 29
1
Convergence problem with zeroinfl() and hurdle() when interaction term added
...Is this
a case of some kind of linear relationship between my covariates? In
addition, I can run a negative binomial glm with the interaction term,
which I didn't think would be possible if that were the case.
Any help would be much appreciated!
Thanks,
Sarah
--
Sarah Valencia, PhD student
Bren School of Environmental Science and Management
University of California Santa Barbara, CA 93106
Lab: (805) 893-5054
2005 Sep 23
1
Alternative to nlm()
Greetings,
I am using the nlm function in a minimization exercise but have
consistently received the code: "last global step failed to locate a point
lower than 'estimate'...."
So it seems that this function is only finding a local minimum, not
necessarily a global minimum.
Does anyone have a suggestion or recommendation for an alternative package
or function within R
2007 Oct 20
0
pairs, par("plt")
...), why does the par
information not do what I expect? Do I have some fundamental
misunderstanding of the arrangement of plotting, figure, display, and
margin regions within the device?
I'm using R 2.5.1, and this behavior occurs on a fresh R console.
Thanks!
Oliver
--
Oliver Soong
Donald Bren School of Environmental Science & Management
University of California, Santa Barbara
Santa Barbara, CA 93106-5131
805-893-7044 (office)
610-291-9706 (cell)
2008 Apr 28
1
Label Rotation when Plotting with Factors
Hello,
Sorry if this is a repeat, having trouble finding what I need on archive and am
a novice with graphics in R!
I have plotted the results of a logit regression by factor, where "city" is the
factor set name. The problem is city names are too long and I need to rotate
them 90 degrees along the xaxis. This is what I've tried...
plot(city, predicted.probability, xlab =
2010 Feb 19
1
order two dataframes by an integer column from either data frame
...w would I be able to order the other based on an integer column from
either data frame?
For example, how do I order data2 based on data1.age? Or data1 based on
data2.salary?
Thanks!
Paul
--
Paul Rigor
Pre-doctoral BIT Fellow and Graduate Student
Institute for Genomics and Bioinformatics
Donald Bren School of Information and Computer Sciences
University of California, Irvine
http://www.ics.uci.edu/~prigor
[[alternative HTML version deleted]]
2007 Oct 29
1
pairs, par
...o what I expect? Do I have some fundamental
misunderstanding of the arrangement of plotting, figure, display, and
margin regions within the device? Is there a bug in pairs and/or par?
I'm using R 2.5.1, and this behavior occurs on a fresh R console.
Thanks!
Oliver
--
Oliver Soong
Donald Bren School of Environmental Science & Management
University of California, Santa Barbara
Santa Barbara, CA 93106-5131
805-893-7044 (office)
610-291-9706 (cell)
2006 Jan 31
7
Teliax - Codec Preference effective?
...erver I am getting no
result. In fact, no matter what I change the settings to, only the old
codecs are usable (otherwise * says it can't negotiate a codec). Teliax
support says it is an * bug, but I think contrary... One * box works, one
doesn't... Same config... Anyone else?
Sincerely,
Brent A. Torrenga
brent.torrenga@torrenga.com
Torrenga Engineering, Inc.
907 Ridge Road
Munster, Indiana 46321-1771
219.836.8918x325 Voice
219.836.1138 Facsimile
www.torrenga.com
2009 Apr 21
11
can we decrypt the cipher encrypted using Digest::SHA1.hexdigest
what i have done is as follows
password = Digest::SHA1.hexdigest("#{salt}:#{password}")
pass1 = Digest::SHA1.hexdigest("#{salt}:asdfgh")
pass2 = Digest::SHA1.hexdigest("#{salt}:asdfgh")
pass3 = Digest::SHA1.hexdigest("#{salt}:qwerty")
puts pass1==pass2
puts pass1==pass3
This works fine
but i need to get the decrypted password
how can i get it
any help is
2007 Oct 05
11
Session handling busted on Oracle
Hi,
Ruby 1.8.6 (one-click)
Camping 1.5
I''d submit this as a bug, but the tracker says I''m forbidden, so here
you go.
The first problem is that the sql to create the sessions table is
broken. This is what it tried to send:
CREATE TABLE sessions (
id NUMBER(38) NOT NULL PRIMARY KEY (38), --> Problem here
hashid VARCHAR2(32),
created_at DATE,
ivars CLOB DEFAULT
2013 Oct 15
4
Two R editiosn in Unix cluster systems
Dear R Devel
Some of our R users are still insisting we run R-2.15.3 because of
difficulties with a package called OpenMX. It can't cooperate with new R,
oh well.
Other users need to run R-3.0.1. I'm looking for the most direct route to
install both, and allow users to choose at runtime.
In the cluster, things run faster if I install RPMs to each node, rather
than putting R itself on
2006 May 21
0
is there a way to find the best ARIMA model
Using forecast package.
http://www-personal.buseco.monash.edu.au/~hyndman/Rlibrary/forecast/
Best Regards.
Message: 50
Date: Thu, 18 May 2006 18:50:15 -0400
From: "Wensui Liu" <liuwensui en gmail.com>
Subject:
To: Michael <comtech.usa en gmail.com>
Cc: R-help en stat.math.ethz.ch
Message-ID:
<1115a2b00605181550i1e718124p3ec01f4f70ed9f02 en mail.gmail.com>
2005 Apr 20
1
Accessing shell in CentOS 4 install
Greetings,
I'm having trouble accessing a shell when I boot into the installation
of CentOS 4 (text mode). Alt-2 (which is where the shell should be
started?) shows nothing (nothing any other console). How do I access the
shell within the installation?
Thanks.
Brendon Colby