Skip to main content

Questions tagged [sampling]

Filter by
Sorted by
Tagged with
1 vote
1 answer
405 views

They are a lot of ways to compute an "estimated bid-ask spread". The most straightforward one is to sample the bid-ask on a regular time grid (for instance every second), but that for you ...
XY0's user avatar
  • 141
0 votes
1 answer
178 views

Hope this question isn't too naive. I've been trying to replicate the Monte Carlo method using sampling without replacement as described in the Jaekle & Tomasini book (Trading Systems: A New ...
djhanson's user avatar
0 votes
0 answers
325 views

I have a minute-by-minute price series of a stock. I would like to calculate the daily volatility or standard deviation of the stock's returns. One way to do so is to get the end-of-day prices (i.e. ...
finstats's user avatar
  • 403
0 votes
1 answer
638 views

I'm trying to understand the rationale behind using information drive bars over traditional time bars and specifically when it comes to practically feeding those in to a machine learning model to run ...
PlatinumMaths's user avatar
0 votes
1 answer
409 views

I am trying to simulate the distribution of Geometric Brownian Motion drawdowns from samples of multivariate Normal and Laplace distributions under the same covariance structure. Drawdowns are defined ...
Bryan Franco's user avatar
0 votes
1 answer
396 views

I am reading paper "Tactical Investment Algorithms" (link) (NOTE: you can download the paper without registration, just press "Download" and then "Download without ...
ABK's user avatar
  • 126
1 vote
1 answer
296 views

I have a dataset of monthly data. One column is my target variable and all the other are my feature. I have computed correlation between my target and all the other feature and then I made linear ...
Luigi87's user avatar
  • 326
1 vote
1 answer
634 views

Financial models by default use time bars of prices/returns for input data. I use time bars to refer to both intraday (high frequency) and interday (low frequency) data since the sampling occurs at ...
develarist's user avatar
  • 3,140
0 votes
1 answer
264 views

Financial data is usually structured with time bars. Other sampling techniques include: tick bars volume bars dollar bars. These are so-called sampling techniques to better identify signals and ...
develarist's user avatar
  • 3,140
2 votes
1 answer
194 views

I want to sample from the empirical distribution of returns. To do so, I do not want to make the preliminary assumption of which distribution the returns follow, rather I would like to sample from the ...
Vitomir's user avatar
  • 841
2 votes
0 answers
183 views

I am using the procedure of stratified sampling for variance reduction. In the Glasserman book the algorithm for stratified the terminal value of the Brownian motion is given for european options. For ...
Dhruv Mahajan's user avatar
0 votes
2 answers
122 views

I have 3-year returns at a monthly frequency, snippet below. How to compound the 3-year returns to obtain 10-year returns (since the cumulative product of 3 3-year return would be the 9-year return). ...
k1000x's user avatar
  • 3