Skip to main content

Questions tagged [sampling]

1 vote
1 answer
406 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
2 votes
1 answer
187 views

I have a Neural Network model that provides predictions for the future returns of a portfolio comprising stocks and cryptocurrencies. The original model operates on standard time bars and generates ...
apt45's user avatar
  • 243
0 votes
1 answer
180 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
1 vote
1 answer
239 views

I am new here, and to the field. I hope my clunkiness in expressing myself can be forgiven. My situation is as follows: I have around three years of daily return data for some financial asset. Out of ...
Tim Molendijk'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
116 views

I have a set of time series data from a bank that is transaction data from all its clients on a particular currency. From that data, I attempt to estimate the current "position" of all ...
Felton Wang's user avatar
0 votes
1 answer
644 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
328 views

I have just been having a read about mcmc for path dependent options. I am still trying to understand the logic of it, I don’t have the technical background to understand all the formulae etc. behind ...
NutellaMonster's user avatar
0 votes
1 answer
412 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
2 votes
0 answers
544 views

Reading this paper, I'm struggling to understand what the author is saying with paragraphs below (see pages 39-42): We define Implied Gamma ($\Gamma_{\operatorname{implied}}$) as the value of the ...
user853717'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
0 votes
1 answer
201 views

I know how to down-sample daily returns (large-sample data) to monthly returns (small-sample data) by using rolling windows, which feels like estimating a sub-sample from the population (something ...
develarist's user avatar
  • 3,140
1 vote
1 answer
298 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
0 answers
275 views

I was looking for some papers that explicitly show how realized volatility changes as we change the sampling frequency. For example, comparing the annualized volatility estimated from daily data is ...
AK88's user avatar
  • 1,930
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

15 30 50 per page