Displaying 6 results from an estimated 6 matches for "dkrz".
Did you mean:
dkfz
2006 Feb 15
2
labelling dots in plots
Hello,
I would like to label outliers (or all dots) in a plot
plot(as.matrix(ValAddInd_byYear), as.matrix(Cons_Elec_Ind_byYear))
ideally by the 30 different row.names, but anything else (x or y values, for example)
would already be helpful.
I've tried various things with pch, but they didn't work and I can't find anything else.
Any hint appreciated!
Thanks,
Katrin
2018 May 07
0
Profile-Guided Compiler Optimization with LLVM/Clang
Dear LLVM community,
I am very happy to become a member of this great community. At the German
Climate Research Center (DKRZ) I am a PhD student and write my thesis in
python. The general topic is Compiler Optimization in High Performance
Computing. My use cases are climate models, written in C/C++.
In Frankfurt I am working at a HPC Cluster Center and my duties are to
monitor and to optimize the usage of the cluster.
L...
2008 Mar 26
7
Lustre Solution Delivery
What is the process for integrating a Lustre+SAMFS solution into an
existing customer environment. The plan is to have CRS build the
Lustre component, but Lustre and SAMFS will need to configured and
integrated into the customer computing environment. I am very
familiar with the SAMFS integration, but not Lustre integration.
Do we have resources in PS to provide the integration? Is this
2006 May 02
1
urppTest Z-tau? Z-alpha?
Hello,
Could someone give me a hint about what might be the difference between running urppTest
with Z-alpha and Z-tau in type=c("Z-alpha", "Z-tau")?
Is this the underlying equation:
delta_y(t) = mu + tau*timetrend+(1-rho)*y(t-1) + alpha_1*delta_y(t-1) + ... +
alpha_k*delta_y(t-k) + error term ?
I looked at Banerjee et al. mentioned in the fSeries documentation, but that
2004 Nov 09
0
Domain doesnt work anymore
Hello,
I have a redhat 9 system with samba 2.2.8 as PDC, this worked fine for
almost a year. Since yesterday it is not possible to log on from the win2k
workstations with the error message that the given username/password is
wrong.
With the same username/password it possible to connect to the server from
win 98 machines.
I attached the log entries of smbd and nmbd direct after the unsuccsessfull
2006 May 05
2
extract p-value from urppTest
Dear List,
How do I pick the p-value out of the urppTest result?
For adfTest the p-value can be extracted by
A2 at test$p.value
following
A2 <- adfTest(myData[,i], lags=2, type=c("c"))
What do I do for urppTest? The above doesn't seem to work. There is a slot @test with
$output, which is a list of various test results that didn't want to give away only the
p-value