Displaying 20 results from an estimated 29228 matches for "produc".
Did you mean:
product
2010 Aug 25
3
What does this warning message (from optim function) mean?
...~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> p<-optim(c(0,0,0), f, method ="BFGS", hessian =T, y=y,X=X,W=W)
There were 31 warnings (use warnings() to see them)
> warnings()
Warning messages:
1: In log(det(I_N - pd * wd - po * wo - pw * ww)) : NaNs produced
2: In log(det(I_N - pd * wd - po * wo - pw * ww)) : NaNs produced
3: In log(det(I_N - pd * wd - po * wo - pw * ww)) : NaNs produced
4: In log(det(I_N - pd * wd - po * wo - pw * ww)) : NaNs produced
5: In log(det(I_N - pd * wd - po * wo - pw * ww)) : NaNs produced
6: In log(det(I_N - pd * wd...
2005 Nov 27
1
segfault on write.dcf with gzfile connection
...ed output length */
usedRalloc = TRUE;
b = R_alloc(res + 1, sizeof(char));
And here is an example BAD file, but I'm pretty sure any DCF field
with a very long value would trigger it:
Description: The package provides and API in R to query BioMart
system which produces and maintains automatic annotation on
system which produces and maintains automatic annotation on
system which produces and maintains automatic annotation on
system which produces and maintains automatic annotation on
system which produces and maintains automatic a...
2013 Apr 09
5
Error when using fitdist function in R
...K by doing:
k<-dtest$Toll
After that, tried to fit a gamma distribution by doing: fitG<-fitdist(k,
"gamma")
Then the following messages showed (oh and I checked for empty rows before
doing this):
Warning in dgamma(c(363328L, 376216L, 367032L, 314826L, 311892L, 313340L, :
NaNs produced
Warning in dgamma(c(363328L, 376216L, 367032L, 314826L, 311892L, 313340L, :
NaNs produced
Warning in dgamma(c(363328L, 376216L, 367032L, 314826L, 311892L, 313340L, :
NaNs produced
Warning in dgamma(c(363328L, 376216L, 367032L, 314826L, 311892L, 313340L, :
NaNs produced
Warning in dgamma(...
2017 Aug 11
1
problem with R. program
...30 4.92 MC 31.81818
> mydata1 <- multdrc (Survival ~ Dose, Herbicide, fct = l4(names = c("Slope", "Upper Limit", "Lower Limit", "ED50")), data=mydata)
There were 36 warnings (use warnings() to see them)
> warnings()
Warning messages:
1: NaNs produced in: log(x)
2: NaNs produced in: log(x)
3: NaNs produced in: log(x)
4: NaNs produced in: log(x)
5: NaNs produced in: log(x)
6: NaNs produced in: log(x)
7: NaNs produced in: log(x)
8: NaNs produced in: log(x)
9: NaNs produced in: log(x)
10: NaNs produced in: log(x)
11: NaNs produced in: l...
2020 Oct 11
2
Manipulating DAGs in TableGen
This is a proposal to enhance TableGen's ability to analyze and manipulate
DAGs. Hopefully this will allows more complex DAGs to be built in TableGen.
1. Add a new value suffix.
value(index)
The value must be a DAG. The index specifies the operator or an operand,
whose value is produced. The index can be
0 produce the operator
1...n produce operand by position
$name produce operator/operand by its variable name
string produce operator/operand by a string containing its
variable name
If the item does not exist, ? (un...
2006 Feb 18
3
Bug in Sweave? -- scoping problem? (PR#8615)
I have found a strange scoping problem in Sweave. The following Rnw
file doesn't produce the same output in Sweave as it does if I produce
an R file using Stangle and execute that:
\documentclass[12pt]{article}
\begin{document}
<<R>>=
election <- data.frame(A=1:3, B=9:7, C=rep(0,3))
partytotal <- rep(0, ncol(election))
for (i in 1:ncol(election)) {
partytotal[...
2007 Nov 06
3
Produce a multiple formats graphic
Is it possible to produce the same graphic in different formats
in one shot?
Now if I want to produce the same graphic in pdf, ps and jpeg
I run the producing code, but I change the graphic device, and
I choose successively :
pdf(...)
ps(...)
jpeg(...)
So in this case I run the same code 3 times, or I have
to choose a for...
1997 Sep 11
1
R-alpha: Mathematical Annotation in R (plots)
...to very
different rules than for normal $R$ expressions.
\begin{description}
\item[binary operators] addition, subtraction, multiplication, and
division use the standard $R$ syntax, although multiplication only
juxtaposes the arguments. For example, {\tt a+b}, {\tt a-b}, and {\tt
a/b}, produce $a+b$, $a-b$, and $a/b$, but {\tt a*b} produces $ab$.
\item[unary operators] positive and negative numbers are specified
with standard syntax. For example, {\tt +x} produces $+x$ and {\tt
-y} produces $-y$.
\item[subscripts and superscripts] a subscript is specified
using the subsettin...
2006 Jan 04
2
How to produce this graphic
Hello there,
I would like to produce a plot of x<-c(4,5,6),which is the mean of each
group and y<-c('groupA','groupB','groupC').
plot (x,y) can not produce any graphics because y is not numerical.
What should I do to produce this graphic?
Thank you in advance
Lisa Wang
Princess Margaret Hospital
T...
2009 Jan 19
2
[LLVMdev] llvm-gfortran test results
...iler error)
FAIL: gfortran.dg/aint_anint_1.f90 -O (test for excess errors)
FAIL: gfortran.dg/array_constructor_11.f90 -O0 (internal compiler error)
FAIL: gfortran.dg/array_constructor_11.f90 -O0 (test for excess errors)
WARNING: gfortran.dg/array_constructor_11.f90 -O0 compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_11.f90 -O1 (internal compiler error)
FAIL: gfortran.dg/array_constructor_11.f90 -O1 (test for excess errors)
WARNING: gfortran.dg/array_constructor_11.f90 -O1 compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_11.f90 -...
2011 May 03
3
fitting distributions using fitdistr (MASS)
...#39;vmmin' is not finite
I tried with "f" and "chi-square" what i did with "t". Please find below
the output.
> x1fitt<-fitdistr(x1,"t")
Error in fitdistr(x1, "t") : optimization failed
In addition: Warning messages:
1: In log(s) : NaNs produced
2: In log(s) : NaNs produced
3: In log(s) : NaNs produced
4: In log(s) : NaNs produced
5: In log(s) : NaNs produced
6: In log(s) : NaNs produced
> x1fitt<-fitdistr(x1,"t", df=1)
Warning messages:
1: In log(s) : NaNs produced
2: In log(s) : NaNs produced
> x1fitf<-fitdistr...
2015 Jan 29
2
[LLVMdev] RFC: Proposal for Poison Semantics
> I've been discussing a model with David that might steer poison back towards
> something that simply supports algebraic simplification. If we have a math
> operation that cannot wrap, then it notionally produces as many bits of
> undef as the operation could possibly produce. For example, "add nsw i8" can
> produce an i9 undef, and "mul nsw i8" can produce an undefined 16 bit
> bitpattern. This is strong enough to do things like "a + 1 > a --> true",
> be...
2015 Nov 13
2
[PATCH] virtio_ring: Shadow available ring flags & index
On Wed, Nov 11, 2015 at 02:34:33PM +0200, Michael S. Tsirkin wrote:
> On Tue, Nov 10, 2015 at 04:21:07PM -0800, Venkatesh Srinivas wrote:
> > Improves cacheline transfer flow of available ring header.
> >
> > Virtqueues are implemented as a pair of rings, one producer->consumer
> > avail ring and one consumer->producer used ring; preceding the
> > avail ring in memory are two contiguous u16 fields -- avail->flags
> > and avail->idx. A producer posts work by writing to avail->idx and
> > a consumer reads avail->idx.
>...
2015 Nov 13
2
[PATCH] virtio_ring: Shadow available ring flags & index
On Wed, Nov 11, 2015 at 02:34:33PM +0200, Michael S. Tsirkin wrote:
> On Tue, Nov 10, 2015 at 04:21:07PM -0800, Venkatesh Srinivas wrote:
> > Improves cacheline transfer flow of available ring header.
> >
> > Virtqueues are implemented as a pair of rings, one producer->consumer
> > avail ring and one consumer->producer used ring; preceding the
> > avail ring in memory are two contiguous u16 fields -- avail->flags
> > and avail->idx. A producer posts work by writing to avail->idx and
> > a consumer reads avail->idx.
>...
2006 Jun 10
4
collection_select question
How do I specify which option should be initially selected when using
the collection_select command? I''ve tried:
collection_select(:selectionfilter, :producer_id, Producer.find(:all),
:id, :name, {:include_blank => true, :selected_value =>
@initial_selection})
However it doesn''t return the desired results (the option with the value
of @initial_selection selected).
I''ve also tried:
collection_select(:selectionfilter, :produ...
2020 Aug 05
0
[PATCH V5 4/6] vhost_vdpa: implement IRQ offloading in vhost_vdpa
...ang wrote:
>>>>
>>>> On 2020/7/31 ??2:55, Zhu Lingshan wrote:
>>>>> This patch introduce a set of functions for setup/unsetup
>>>>> and update irq offloading respectively by register/unregister
>>>>> and re-register the irq_bypass_producer.
>>>>>
>>>>> With these functions, this commit can setup/unsetup
>>>>> irq offloading through setting DRIVER_OK/!DRIVER_OK, and
>>>>> update irq offloading through SET_VRING_CALL.
>>>>>
>>>>> Signed-off-by:...
2011 Aug 01
3
Beta fit returns NaNs
...eter fit to the beta distr i get:
fitdist(vectNorm,"beta");
Fitting of the distribution ' beta ' by maximum likelihood
Parameters:
estimate Std. Error
shape1 2.148779 0.1458042
shape2 810.067515 61.8608126
Warning messages:
1: In dbeta(x, shape1, shape2, log) : NaNs produced
2: In dbeta(x, shape1, shape2, log) : NaNs produced
3: In dbeta(x, shape1, shape2, log) : NaNs produced
4: In dbeta(x, shape1, shape2, log) : NaNs produced
5: In dbeta(x, shape1, shape2, log) : NaNs produced
6: In dbeta(x, shape1, shape2, log) : NaNs produced
Now im my vector has cca 900 points...
2008 Jun 10
1
[LLVMdev] llvm-gcc4.2-2.3 gfortran failures
...iler error)
FAIL: gfortran.dg/aint_anint_1.f90 -O (test for excess errors)
FAIL: gfortran.dg/array_constructor_11.f90 -O0 (internal compiler error)
FAIL: gfortran.dg/array_constructor_11.f90 -O0 (test for excess errors)
WARNING: gfortran.dg/array_constructor_11.f90 -O0 compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_11.f90 -O1 (internal compiler error)
FAIL: gfortran.dg/array_constructor_11.f90 -O1 (test for excess errors)
WARNING: gfortran.dg/array_constructor_11.f90 -O1 compilation failed to produce executable
FAIL: gfortran.dg/array_constructor_11.f90 -...
2020 Jul 15
0
[PATCH 3/7] vhost_vdpa: implement IRQ offloading functions in vhost_vdpa
...ng wrote:
>>>>
>>>> On 2020/7/12 ??10:49, Zhu Lingshan wrote:
>>>>> This patch introduce a set of functions for setup/unsetup
>>>>> and update irq offloading respectively by register/unregister
>>>>> and re-register the irq_bypass_producer.
>>>>>
>>>>> Signed-off-by: Zhu Lingshan <lingshan.zhu at intel.com>
>>>>> ---
>>>>> ? drivers/vhost/vdpa.c | 69
>>>>> ++++++++++++++++++++++++++++++++++++++++++++++++++++
>>>>> ? 1 file changed, 69 i...
2015 Jan 30
3
[LLVMdev] RFC: Proposal for Poison Semantics
One way around this is to say that there are some special
instructions, icmp, sext and zext which produce a value solely
composed of poison bits if any of their input bits is poison. So
`<poison> icmp X` is poison for any value of X, including INT_MAX.
This is one way poison could be fundamentally different from undef.
-- Sanjoy
On Thu, Jan 29, 2015 at 8:05 PM, Matthias Braun <matze at bra...