Displaying 2 results from an estimated 2 matches for "value8".
Did you mean:
value
2009 Aug 10
1
manipulating text to generate different formulas to use in nls()
...s( y ~ mu + A1 * cos(2*pi*f1*x - P1) + A2 * cos(2*pi*f2*x - P2) + A3 * cos(2*pi*f3*x - P3),
data = some.xy.data, start = list( mu=some.value0, A1=some.value1,
P1=some.value2, A2=some.value3, P2=some.value4, A3=some.value5,
P3=some.value6, f1=some.value7, f2=some.value8, f3=some.value9 )
So far, I managed to create the "building blocks" I need but when it comes to defining their
number I still haven't found a solution (see the following code).
## some fake starting values
par.ini <- data.frame(period=1:5, invR=1:5, a0=1:5, Amplitude=1:5, Phas...
2011 Dec 02
3
[PATCH 1/3] build: Add more suppressions for valgrind tests
...ressions
@@ -3,19 +3,19 @@
Memcheck:Cond
fun:*
fun:numa_node_size64
- fun:numa_init
+ obj:/usr/lib64/libnuma.so.1
}
{
libnuma_numa_node_size64_cond_2
Memcheck:Cond
fun:numa_node_size64
- fun:numa_init
+ obj:/usr/lib64/libnuma.so.1
}
{
libnuma_numa_node_size64_value8
Memcheck:Value8
fun:numa_node_size64
- fun:numa_init
+ obj:/usr/lib64/libnuma.so.1
}
{
@@ -44,7 +44,6 @@
fun:calloc
fun:add_proto_name
}
-
{
libnl1_malloc_leak
Memcheck:Leak
@@ -53,11 +52,24 @@
obj:/usr/lib/libnl.so.1.1
}
{
+ libnl1_malloc_leak_2
+ Memche...