G
Guest
Trying to write some code that will run a simulation X number of times and
generate data that will then be sorted, averaged, etc. Using a local Access
database (no back-end)
More specifically (and for the insurance-inclined), am trying to use Access
to generate simulated insurance losses from frequency and severity parameters
(which are known in advance)
Does one always have to physically write the simulated data to a table to
sift through it? Is it possible to simulated such insurance losses and house
them only in physical memory without writing them to a table (probably need
+500k simulations for convergent results which is probably a lot of records
in an Access table)
All thoughts welcomed and appreciated. Thanks
generate data that will then be sorted, averaged, etc. Using a local Access
database (no back-end)
More specifically (and for the insurance-inclined), am trying to use Access
to generate simulated insurance losses from frequency and severity parameters
(which are known in advance)
Does one always have to physically write the simulated data to a table to
sift through it? Is it possible to simulated such insurance losses and house
them only in physical memory without writing them to a table (probably need
+500k simulations for convergent results which is probably a lot of records
in an Access table)
All thoughts welcomed and appreciated. Thanks