Latest release version9.2.6 9 changes Improved Licensing: Network Monitor The Network Monitor has been improved to provide more reliable network status monitoring and diagnostics. Further refinements enhance stability and overall performance. Fixed ModelRisk Converter: @Risk conversion fixes Truncation bounds given as cell references (RiskTruncate, RiskTruncateP) are now kept instead of being replaced or dropped.Formulas using RiskName inside a larger calculation keep the surrounding calculation, for example a multiplier.RiskPertAlt and RiskTriangAlt with "min", "m. likely" or "max" now convert correctly instead of returning #VALUE!.Cells no longer become array formulas by mistake, which also fixes the "Unknown error converting this formula" message.RiskMode now converts to VoseSimMode. Improved ModelRisk Installer Silent installations can now set the Excel version, e.g. ModelRiskSetup.exe /quiet OfficeBitness=x64.Fixed shortcut warnings that could interrupt the installation.Improved detection of the Excel version (32-bit or 64-bit) during installation.
version9.2.5 1 change Fixed Multivariate copulas in multi-simulation mode Corrected the behaviour of the VoseCopulaMultiNormal and VoseCopulaMultiT copulas in multi-simulation mode.
version9.2.4 2 changes New Goal Seek: two new target metrics based on cumulative probability The Goal Seek tool can now drive an input cell until the cumulative probability of the simulated output (Target) reaches a value you specify. Two new metrics are available in the Metric list:Probability( Target > Value ) — Goal Seek adjusts the input so that the probability of the Target output exceeding the given Value equals the Target Probability you set (90% by default).Probability( Target <= Value ) — the complementary metric: Goal Seek adjusts the input so that the probability of the Target output being less than or equal to the given Value equals the Target Probability.When one of these metrics is selected, the target-value field is renamed to "Target Probability" (the probability you want to reach, e.g. 90%), and an extra "Value" field appears for the threshold against which the probability is measured.Example: Probability( Target > Value ) can be used to find the production factors (the input) that guarantee a profit (Value) with a given probability — e.g. the input level at which the model yields a profit greater than 0 in 90% of the simulated scenarios.
version9.2.3 2 changes Fixed Impact Analysis window Fixed an issue that could occur in certain workbooks with a specific internal structure. In these cases, the analysis could not be started because the Start Analysis button did not respond to clicks. Fixed Highlight tool Fixed an issue where, in certain workbooks, clicking the button did not enable highlighting.
version9.2.2 2 changes New "Show Deviations" option (Tornado chart) A new "Show Deviations" check box has been added to the Tornado Options ribbon. When it is enabled, the value labels at the two ends of each tornado bar show the deviation from the baseline (bar-end value minus baseline) instead of the absolute conditional values, making it easy to read how far each end of a bar moves away from the baseline in either direction. When the option is off, the bars display the usual absolute minimum/maximum values. The setting is stored with the chart and restored when the workbook is reopened. New Custom "Baseline" position (Tornado chart) A new editable "Baseline" combo box has been added to the Tornado Options ribbon. By default it is set to "Auto", which places the baseline (the dashed reference line) at the computed median of the output. You can now type any numeric value to pin the baseline at a fixed position; selecting "Auto" again returns to the automatic median. When a custom baseline is set, the chart's horizontal axis is automatically rescaled and centred on the baseline so that the line always stays visible — even when the value lies outside the range of the bars — while keeping every bar within view. The baseline value also drives the deviation labels described above. The setting is stored with the chart and restored when the workbook is reopened.
version9.2.1 2 changes New Auto Selection mode (Tornado chart) A new "Auto Selection" toggle button has been added to the Tornado Options ribbon (Manage Inputs panel) next to "Filter to Precedents". When enabled, the Tornado chart automatically keeps only the inputs that are precedents of the currently selected output — the input list is rebuilt on every output switch and refreshed after each new simulation, with no manual filtering needed. While the toggle is ON, the input checkboxes in the left panel are locked (a notice explains how to unlock them); turning the toggle OFF re-enables manual editing and leaves the current chart untouched. Precedent scans are cached per workbook on disk and reused across output switches and RV restarts; the cache auto-invalidates when the simulation session changes. Fixed Tornado chart rendering with very long variable names Fixed a bug where the Tornado chart could appear completely blank when at least one selected input had an extremely long name (>35 characters). The long name was being used in full as a Y-axis label and squeezed the plot area down to zero width. Variable names on the Y axis are now truncated to 35 characters with an ellipsis ("...") when longer; the full name is still shown in the bar tooltip.
version9.1.7 6 changes New Filter to Precedents button (Tornado chart) A new "Filter to Precedents" button has been added to the Tornado Options ribbon. Clicking it scans the active workbook for cells the currently selected output formula actually depends on, then opens a dialog listing every Tornado input that is NOT a precedent of that output. On Apply those inputs are removed from the chart — only the meaningful contributors remain. Improved Impact Analysis dialog Scan Inputs dialog. The "Exclude from results" group with 8 advanced exclusion checkboxes has been moved out of the main dialog into a new "Advanced..." sub-dialog opened by a button. The main Scan Inputs dialog is now compact and less intimidating; defaults are unchanged.Scan Results dialog. The "Tier" column has been removed; only the "Score" column remains. Rows with Score ≥ 0.70 are still pre-selected automatically. Column widths have been redistributed so they fill the full grid width.The "Impact" tab is now hidden until the analysis has been run for the first time, so the user cannot accidentally switch to an empty results page.Tornado chart on the Excel report sheet. Each Tornado bar is now drawn in two colours: the segment from Min to Expected Value in dull red, the segment from Expected Value to Max in the current theme bar colour. This matches the in-dialog Tornado view. Improved Highlight tool Default colour palette refreshed: Inputs = light green, Outputs = light red, Top Output Drivers = light yellow, all other categories = light blue. Inputs / Outputs / Top Output Drivers are bold by default.
version9.1.6 1 change New Two new simulation statistics functions for lower-tail conditional means VoseSimTVARp(X, p) returns the mean of the simulated values that fall below the probability level p of the CDF. VoseSimTVARx(X, x) returns the mean of the simulated values that fall below the threshold value x.Both functions reuse the existing VoseSimCVARp and VoseSimCVARx algorithms applied to the negated input, exploiting the symmetry between the two tail conditional expectations:VoseSimTVARp(X, p) = −VoseSimCVARp(−X, p)VoseSimTVARx(X, x) = −VoseSimCVARx(−X, −x)This guarantees full numerical consistency with the existing CVaR statistics and requires no changes to the underlying simulation engine.
version9.1.5 5 changes New Time Series functions in a single cell All TimeSeries functions — VoseTime, VoseTimeFit, VoseTimeMulti, VoseTimeMultiFit and their variants — can now be inserted into a single cell. In this mode the new "Forecast Periods" parameter defines the range over which the function spills, taking full advantage of Excel 365 dynamic arrays — no need to pre-select a range or array-enter. Improved 10–20x faster multivariate time series Deep optimisation of the VoseTimeMulti family delivers a 10–20x speed-up in simulation, with even larger gains on bigger models. The improvement comes from an intelligent caching engine for Cholesky factorisations of large covariance matrices, which removes the dominant per-timestep cost of multivariate time series simulation. Model accuracy and function signatures are unchanged. Improved VoseName visualisation, sparkline colours and window fixes The VoseName property is now visualised inside the Bivariate Copula and Multivariate Copula windows: custom names attached to component distributions are picked up and displayed on the corresponding charts and controls.Sparkline colours automatically adapt to the chosen Highlight background, keeping in-cell sparklines readable under any colour setting.Fixed a configuration-dependent issue that prevented the fx(x) and F(x) windows from opening on certain user setups.
version9.1.4 1 change New Highlight tool / Highlight options Instantly visualise the structure of your model: ModelRisk highlights every Input, Output, Distribution, Copula, Fit function, Time Series and Risk Event with a fully configurable colour scheme.
version9.1.3 1 change Improved Goal Seek Find the input value required to hit a target output metric — mean, standard deviation, variance, skewness, kurtosis or any percentile — through automated iterative simulation. This release removes a key limitation: Goal Seek now fully supports models that use conditional logic inside cells when running in Fixed Seed / Goto Sample mode, thanks to a redesigned RNG state-preservation algorithm.
version9.1.2 1 change Improved Extreme Scenario Analysis Stress-test your model under any combination of scenarios and input distributions. Apply user-defined scenarios to multiple inputs at once, simulate, and compare output behaviour under extreme conditions via histograms, CDF curves and box plots. CDF axis scaling has been corrected, and the reporting engine now renders correctly across all locales.
version9.1.1 1 change New Impact Analysis A dedicated tool for identifying the inputs that most influence your model. Define deviation ranges for any set of inputs — Uniform, Triangle, Beta, PERT or any custom distribution — run a single sweep, and instantly see which factors drive your outputs through tornado charts and detailed impact rankings. Fully compatible across all language versions.
version8.1.4 4 changes Improved Simulation performance improvements The simulation engine has been optimised, enabling multi-fold speedups for certain models. The actual performance gain varies and depends on each model's structure and configuration. Fixed VoseSimProbability with two or more simulations Fixed an issue in VoseSimProbability that occurred when the number of simulations was ≥ 2 and idSimulation was set to a value less than the total simulation count. In this case the function could incorrectly return 0. Improved Optional "Save simulation results" prompt Added an option to hide the "Save simulation results" prompt, which appears when running a simulation again. Fixed SimSensitivityMean, SimSensitivityPercentile and currency parsing Previous versions of the SimSensitivityMean and SimSensitivityPercentile functions did not support operation when optimisation was disabled. Also fixed an issue in parsing the model's currency settings that could unexpectedly cause the Simulation Results view window to close.
version7.2.3 – 7.3.5 10 changes Fixed Remove Output/Input button (ribbon and Model window) VoseOutput and VoseInput functions, written using the "@" symbol and a space, were not removed. Fixed Model window: repeated recalculation Clicking Remove Output/Input with multiple cells selected in a large workbook caused the workbook to recalculate multiple times. Fixed Results Viewer: hidden currency symbol While using the "_" character in a custom cell format together with a currency symbol (intended to hide the currency symbol), the currency symbol was still displayed in charts. Fixed Simulation Results Viewer: extreme values An error occurred when adding values close to the upper limit for floating-point numbers to the graph. Improved Correlation Tool A new window for selecting correlated distributions has been added. It now pops up immediately before the correlation settings window opens.The "Correlation" menu has been replaced with a split button labelled "Correlation". When the button is clicked, the correlation type (multivariate or bivariate) is determined automatically based on the number of selected distributions.The dropdown menu with correlation types remains available and allows the user to select the desired type manually. In this case no preliminary analysis of the number of distributions is performed, and the window for the selected correlation type opens directly. Fixed Linked Charts Chart tabs with names including specific character combinations worked inconsistently. Fixed VoseAggregateMC Unexpected Excel shutdown during the simulation with optimisation options disabled. Fixed Univariate Time Series Fit window During fitting parameters for GBM, selecting an array of historical time stamps from the worksheet resulted in an error message.
version6.4.4 – 7.2.2 14 changes Improved Refactored satellite file access for hardened Office security In response to recent Microsoft Office security hardening measures, we have implemented a revised approach for accessing and managing satellite files within the Excel add-in environment. New Simulation Results Viewer window A new Application Settings window allows default settings to be set for new charts. Export and Import operations are also available, so settings stay consistent within an organisation.A "Use active chart settings as default Application settings" tool has been added. It applies the selected chart settings as the defaults for new charts.Support for displaying symbols other than dollars in results has been added for currency variables. New SIDs Library window A new "Variables" list displays the variables within each of the SIDs in the library. A mini-histogram and statistical coefficients are displayed for each variable.A new "Data Viewer" menu allows the selected SIDs or individual variables to be viewed on charts.A new "Variables" menu (activated when the user switches to the "Variables" list) allows new SIDs to be created from the variables of existing files, and selected variables to be deleted from a SID. Improved Copula function algorithms: wider parameter ranges The acceptable range of the "Alpha" parameter of VoseCopulaMultiClayton and VoseCopulaBiClayton is extended from 0 to 150.The acceptable range of the "Theta" parameter of VoseCopulaMultiGumbel and VoseCopulaBiGumbel is extended from 1 to 10.The acceptable range of the "Theta" parameter of VoseCopulaMultiFrank and VoseCopulaBiFrank is extended from 0 to 670. New VoseAggregateMC: new optional parameters Introducing the new optional parameters MinLimit, MaxLimit and DistrShift, which can be applied to the severity distribution before aggregation. Improved Swap-Out ModelRisk tool Support for exporting results of VoseSim functions. Improved ModelRisk Converter Support of RiskCopula functions for @RISK to ModelRisk conversion.Support for the RiskCompound function conversion when parameters are defined as distributions.
version6.4.2 – 6.4.4 8 changes New New distributions VoseTriangleAlt6 — returns a random value from a Triangle distribution specified by three percentiles.VoseGammaAlt — returns a random value from a Gamma distribution specified by three percentiles. Fixed Minor edits and fixes Model opening bug: the ModelRisk icon closed unexpectedly when opening a document from an untrusted location.SIDs Library bug: an attempt to delete a SID located in a subfolder of the current folder using the context menu resulted in a crash.The video link in the ModelRisk menu bar now goes to the Vose Software YouTube channel.The tool for selecting custom program folders now allows preferred working directories to be specified (ModelRisk icon "Advanced settings" "Change ModelRisk directories"). Improved Results Viewer Quick edit of slider or marker position by clicking on it.Added decimals control to the marker settings page.
version6.4.1 7 changes Improved Results Viewer New design for chart markers and sliders — the appearance of charts is improved.New customisation tools for markers and sliders: custom colours can be set for the background and text of labels, or these parameters can be bound to the colour of a variable.A new data export tool for the "Statistics" chart — "Export statistics". Available on the "Statistics options" tab in the "Export to XML" menu, it exports statistical coefficients and percentiles (a custom step for percentiles can be set).One taskbar tab instead of several (the old version used one tab per chart).Optimisation of memory use when exporting large amounts of data to XML. New Licensing: the University licence A new "University" licence has been created — a type of network licence that grants permission to use the software within a local network. Activation and connection are identical to the network licence, but it has two advantages:The allowed number of concurrent users is unlimited.After a successful connection to the university licence, the client workstation can continue to operate autonomously for the validity period of the licence — teaching staff do not need separate personal licences, and students can use the products for self-study.Automatic recovery of deleted network / university licences has also been implemented.
version6.3.2 22 changes New Simulation results sparkline in the cell A simulation results histogram sparkline is displayed for each cell containing the VoseInput / VoseOutput function. This can be turned off for a specific model using the "Show results sparklines" switch on the "Model settings" tab of the Simulation Settings window, or application-wide on the "Application settings" tab. New A quick way to correlate a set of distributions Select the cells containing ModelRisk distributions (hold Ctrl to select non-consecutive cells).Right-click and select "ModelRisk correlate". Depending on how many cells were selected, the Bivariate Copula or Multivariate Copula window opens with the selected distributions loaded.Set the required correlation coefficient and click "Insert to worksheet" to complete the setup. New New tools in the SID Library window Export and import of data in SIPMath® Standard 3.0 (probabilitymanagement.org/sipmath) and CSV formats.Support for switching between the full and relative path to a SID file.Support for using the path to a CSV or SIPMath® Standard 3.0 file as a data source for the VoseSID function, without converting it to SID format.Support for viewing SIPMath® and CSV files.Support for switching between several SID Library locations.Support for opening the SID Library in Windows Explorer. Improved Results Viewer window Support for changing the number of decimal points in the Statistics pane via the "Statistics settings" button at the top of the pane.Support for changing the number of decimal points shown on chart sliders in the "All options" interface.Additional tools in the Correlation plot. The Joint success delineation tool splits the scatter datasets into areas below and above the target joint probability defined in the "Probability" field, and lets you set whether more is better or worse for each variable. The Target Point tool splits the data into four areas and shows the fraction of data points in each — useful for questions such as how likely an NPV above 30M is, given market growth above 30%. The Median Point tool adds a large dot showing where the median of the joint distribution lies.A new Boxplot view: the "Whiskers-plot". New Export results button Added an "Export results" button to the "Results" menu in the ribbon, which saves the simulation output data in the following formats:SID format. Once exported, a SID with results is placed in the SID Library and can be used in other models via the VoseSID function.SIPMath® Standard 3.0 file.XML file. New New "@RISK style" appearance template A new visual appearance template arranges the ribbon elements as close as possible to the @RISK menu. It helps those migrating from @RISK and is available via "Help" "Select appearance" "Standard". New New "Model" tool A tool to view the list of ModelRisk functions in the current model (it replaces the "Find" tool of older versions). Apart from easy navigation through the ModelRisk functions in a model, it offers:Bulk add/remove of Inputs and Outputs on model cells.Switching between showing values and cell references in cells with ModelRisk functions.Bulk-set cell appearance for cells with ModelRisk functions.A report on the ModelRisk functions used in a model.
version6.3.1 cumulative update, including changes for 6.2.10 – 6.3.1 6 changes New New "Linked Chart" tab in the Results Viewer menu Allows Picture-Shape objects to be created in a spreadsheet model that are updated after simulation runs, based on Results Viewer graphs. New New VoseStatic function VoseStatic returns a fixed value for the distribution when random number generation is disabled.New conversion in the ModelRisk Converter: RiskStatic (@RISK) to VoseStatic (ModelRisk).Static non-volatile versions of four distributions added: LognormalAlt3U, LognormalAlt6U, LogLogisticAlt6U, WeibullAlt3U. Fixed Rendering bug in the Multivariate Copula and Bivariate Copula windows, reproduced when the windows were resized.The "Microsoft Excel is waiting for another application to complete an OLE action" message was shown on Excel / ModelRisk startup."SWAP" tool stability in localised versions of MS Office.
version6.2.10 cumulative update, including changes for 6.2.0 – 6.2.10 15 changes New A new "SWAP" tool The tool creates a copy of a ModelRisk model where all ModelRisk functions have been removed and replaced with fixed values. Functions that generate random samples are replaced with their median value. This allows a working version of the model to be shared with non-ModelRisk users, for example for external auditing. Optionally, a note is automatically attached to any edited cells showing the original formula. New New parameterisations for a number of probability distributions Primarily for @RISK users migrating to ModelRisk; this also extends the ability of ModelRisk to convert @RISK models automatically.Redesigned LognormalAlt3 — sets a Lognormal distribution using three alternative parameters: the mean, a random value and the cumulative probability of that value.WeibullAlt3 — sets a Weibull distribution using the mean, a random value and the cumulative probability of that value.LognormalAlt6 — sets a Lognormal distribution using three percentiles, each given as a value and the probability that other values are lower. Percentiles can be set freely.LogLogisticAlt6 — sets a LogLogistic distribution using three percentiles in the same way. Improved @RISK and Crystal Ball converters ModelRisk now converts over 98% of the functions used by the other products.RiskJointProb2Dim VoseSimMeanRiskJointProbMultiDim VoseSimMeanRiskNormalAlt and RiskNormalAltD VoseNormalAltRiskLognormAlt and RiskLognormAltD VoseLognormalAlt6 Improved SIDs functionality An additional optional parameter VariableIndex has been added to the VoseSID function, which returns values from only one of the variables in the SID file. The function can also now be placed in a single cell (previously an array), such as in an Excel Data Table.A new function VoseGetVarName(NameSID, VariableIndex) returns the variable name from the specified SID file, making it easy to identify the right variable when a SID file contains several.A window for additional parameters of the SID function appears when the VoseSID function is placed from the SID Library into a worksheet. It configures the value sampling mode (sequential iteration, random sampling, or a value from a fixed row) and the number of variables used (one or all). New New Conditional Value at Risk functions VoseCVARp and VoseCVARx return the CVaR from an array of simulated data located within the spreadsheet. Fixed Tornado charts in the Results Viewer in "Conditional Cumulative Percentile" mode did not react to a manual change of the percentile value.Behaviour when exiting Excel has changed: by default ModelRisk now closes completely when the user exits Excel. The previous mode can be restored in the Options interface.
version6.1.99 including changes from 6.1.95 to 6.1.99 9 changes New Export tools in the Results Viewer New "Create SID" button on the "General" tab — uploads all simulation results, or the active chart data only, to the SIDs Library.New "Export to XML" button on the "General" tab — exports all simulation results or the active chart data only.New "Export to XML" button on the "List options" tab — exports the data list. Improved SIDs Library The toolbar has been redesigned.New "Create SID from Simulation results" imports the active model simulation results, or saved results from .vmrs files, into the SIDs Library. Improved Data Viewer Correlation values have been added to the "View data" tab, for quick comparison of the rows or columns selected for viewing.The correlation matrix on the "Multivariate Data Analysis" and "Multivariate time series" tabs has been redesigned.Several changes in the other Data Analysis windows improve the visibility of the data presentation. Improved Advanced Options The "Optimisation options" window has been redesigned.
version6.1.94 including changes of 6.1.93 and 6.1.92 6 changes Improved Simulation performance The simulation performance of large models has been optimised.A new high-performance algorithm for model analysis, used in the initial stage of simulation, has been implemented.The performance of the simulation statistics functions has been improved, in some cases significantly: VoseSimPercentile, VoseSimProbability, VoseSimCorrelation, VoseSimCorrelationMatrix, VoseSimCofV, VoseSimCVARp, VoseSimCVARx, VoseSimSensitivityMean, VoseSimSensitivityPercentile, VosePrecisionProbability, VosePrecisionPercentile and the VoseSixSigma family. Fixed VoseSID: performance improved, compatibility bugs with the new algorithm fixed (6.1.91, 6.1.92, 6.1.93), and incorrect behaviour in Fixed Seed and Goto Sample modes fixed.VoseCopulaMultiNormal and VoseCopulaMultiT performance.Results Viewer: when selecting the list of results from the first to the last line manually and copying, the last line was not copied to the clipboard.
version6.1.91 5 changes Improved Interface redesign Results Viewer: new interface design of the main controls, a new Statistics pane supporting percentile sorting, and the read-only flag after saving a .vmrs file has been removed.New interface design of the Select Distribution window, including a new distributions grid and a new statistics table.The new statistics table is implemented in all windows where it is supported. Fixed Expert window Weibull mathematics used for the known x1/p1, x2/p2 was incorrect for "beta".Exporting a Distribution Object failed.
version6.1.90 7 changes Fixed Results Viewer Data List tooltip text overflow.Slider bug in some windows: an error occurred when moving chart sliders on non-English systems.Expert window drawing positioning bug, which occurred while the window was in full screen mode.Expert window localisation bug: in non-English localised versions of MS Office the recalculate button was unresponsive.Aggregate Panjer window: selecting any distribution in the Fit menu could cause an application crash.Aggregate DePril window slider bug, which occurred when the marker values of the Statistics grid "Lower P" or "Upper P" were entered manually.Results Viewer: the initial position of the slider in the CumulA and CumulD charts could be incorrect when the minimum value of the simulation results repeated in more than 5% of all values.
version6.1.89 7 changes Improved Optimised multivariate copula performance VoseCopulaMultiNormal and VoseCopulaMultiT performance has been optimised. The optimisation settings are managed through the Advanced Options item of the ModelRisk taskbar icon context menu, under the Optimisation Options button. Fixed Copula insertion into linked distributions combined with VoseInput or VoseOutput (Bivariate and Multivariate Copula windows).Prevented creation of the hidden DSNFiles sheet when there are no associated DSN files.Results Viewer: incorrect reading of the Type option on the Variables tab of the Histogram chart settings (an undefined Type was saved as Line instead of Bar).Results Viewer: incorrect slider value formatting on non-English locales.Pasting formulas in uppercase, reproduced in some localised versions of Office, for example Turkish.User Interface Template loading error: the NUMLOCK key automatically turned off when starting ModelRisk and switching the ribbon template.
version6.1.88 8 changes New Optimisation settings in Advanced Options The Advanced Options window, available from the context menu of the ModelRisk taskbar icon, has a new Optimisation settings button that manages Simulation Statistics Optimisation and Distributions Optimisation at simulation time. Improved Optimised simulation statistics worksheet functions VoseSimPercentile, VoseSimProbability, VoseSimCVARp, VoseSimCVARx, VoseSimCorrelation, VoseSimCorrelationMatrix, VoseSimMean, VoseSimVariance, VoseSimStdev, VoseSimCofV, VoseSimSkewness, VoseSimKurtosis, VoseSimMin, VoseSimMax, VoseSimSemiVariance, VoseSimSemiStdev, VoseSimMSE, VoseSimValue and VoseSimTable. Fixed VoseSimPercentile: a problem occurred when the workbook name included a space.Results Viewer: removed tooltip flickering when moving the mouse cursor over the list of variables.Cholesky algorithm: a problem in calculations when the input matrix consisted of zeros and ones.Pasting formulas in uppercase, reproduced in some localised versions of Office, for example Turkish.Goto Sample simulation mode.Advanced Options window: during initial loading, a "Server busy" system message sometimes appeared.
version6.1.87 1 change Fixed Distribution Object functions Fixed the behaviour of the Distribution Object functions when simulating in the mode with active optimisation.
version6.1.86 1 change Fixed VoseProb and VoseDataObject Fixed the functioning of VoseProb and VoseDataObject, and the interface for creating them.
version6.1.85 3 changes Improved The Select Interface Templates demo window.Improved simulation algorithm in Fixed Seed mode.Improved Results Viewer design.
version6.1.82 2 changes New Automatic connection to the network licence Support for the automatic connection of workstations to the network licence. Fixed Fixed a bug reproduced in Stop On Output Error mode when simulating workbooks without Vose functions.
version6.1.74 1 change Fixed Licence activation Fixed an activation bug in 2-year and 3-year licences.
version6.1.73 7 changes New A new distribution, VoseThreePercentiles.French language added.An overall License Manager manual for our products. Improved Improved parallelisation algorithms for some complex features that use a cache.Updated interfaces for the non-English languages. Fixed AutoRun on user logon did not work when switched off and on again.A problem that caused the "ModelRiskSettings.ini not found" message.