-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a time series of two indexes, with each row representing the closing price on the same day. I'd like to go to row 30 and lookback over the last 30 'days' and calculate the pearson correlation. And then store that value in a new vector. Then, repeat the calculation for the entire time series…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
The high-level goal is to choose 10 stocks that have the lowest correlation among one another, out of a pool of 50, so that I can have a well-diversified portfolio.
I have managed to write some VBA macro to download the past 3 years of daily price data from Yahoo finance, and then compute the 50x50…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have two tables that were built for two disparate systems. I have records in one table (called "leads") that represent customers, and records in another table (called "manager") that are the exact same customers but "manager" uses different fields
(For example, "leads" contains an email address…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have inhertied a sequential sharepoint workflow which deals with multiple tasks for different people; multi step approval based on certain condition..For each approval new task is created and monitored...For some reason; we have decided to use single task for the whole workflow and the single task…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have 2 methods on a workflow service hosted in WorkflowServiceHost.
The first method is called and starts the regular workflow sequence - talking to other web services, database work etc but on some occassions will pause and persist to db (as-in the delay activity) and wait for some human action…
>>> More