Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

26 results for “from:Cren”

Simultaneous equations
Cren · Jun 8, 2012 · r-help

Hi all, I was wondering why I get errors trying to solve this: *simeq <- function(x) { f <- numeric(length(x)) f[1] <- x[1] * dnorm((log(x[1]/D) + (r + x[2]^2/2) * T)/(x[2] * sqrt(T))) - D...

The best solver for non-smooth functions?
Cren · Jul 19, 2012 · r-help

Roger Koenker-3 wrote > > There are obviously a large variety of non-smooth problems; > for CVAR problems, if by this you mean conditional value at > risk portfolio problems, you can use modern interior point > linear programming methods. Further details are...

How to sum and group data by DATE in data frame
Cren · May 15, 2012 · r-help

Thank you for your help, Michael. I used *aggregate(x, by = timeSequence(by = "day"), FUN = sum)* but the results is very different from *sum(x[1:13])*, where 13 is the number of daily observations I've sampled. Michael Weylandt...

The best solver for non-smooth functions?
Cren · Jul 18, 2012 · r-help

# Hi all, # consider the following code (please, run it: # it's fully working and requires just few minutes # to finish): require(CreditMetrics) require(clusterGeneration) install.packages("Rdonlp2", repos= c("http://R-Forge.R-project.org", getOption("repos"))) install.packages("Rsolnp2...

How to sum and group data by DATE in data frame
Cren · May 16, 2012 · r-help

Thank you, Michael :) Michael Weylandt wrote > > If that doesn't nail it down, I'll need you to answer the questions I > asked in my previous email. Previously I made a mistake with *dput()*, this is the correct output: > dput...

How to sum and group data by DATE in data frame
Cren · May 16, 2012 · r-help

Michael Weylandt wrote > > Can you provide a reproducible example? > Of course, Michael. Consider the following time series: 11/2/2011 14:30 123.53 11/2/2011 15:00 123.78 11/2/2011 15:30 124.24 11/2...

Can't find what you're looking for? Try searching with Google .