 |
|
GREAToolsActuarial Shareware
|
|
GREATools412 Modules and Forms
Updated: 2/8/2003 3:07:04 PM
- ThisWorkbook (20 lines of code)
-
- Sheet1 (5 lines of code)
-
- frmQueriesAndCaches (141 lines of code)
-
- frmVTKViewer (601 lines of code)
-
Form with a VTKViewer, my COM-wrap around the VTK class library. Used to display bivariate distributions,
2 dimensional histograms, catastrophe visualization. Handles printing, save as BMP and save as JPG.
Under development: Vol_Viewer method
- frmVBSpy (223 lines of code)
-
- modDistributionBlanks (1760 lines of code)
-
Creates spreadsheet blanks (or templates) which determine curve parameters from mean/cv/etc.,
and start a table of distribution values. Available for a variety of frequency and severity curves.
- modGlobalVariables (164 lines of code)
-
Contains all global function and variable declarations, including the unique CTask object.
- modHistogramFunctions (600 lines of code)
-
Allows you to create a histogram graph of a column of input numbers. Very useful.
- modKRWordCount (49 lines of code)
-
KR word count and sort implementation, C Programming Language, page 140.
- modLayerAndMathFunctions (629 lines of code)
-
Five Parameter Pareto, lognormal, shifted lognormal, and aggregate distribution moments
for layers. This code is somewhat old and not very efficient, but it works and gives
the right answer. The FPP code will give you the first 5 moments of any layer
(regardless of whether the attachment is above or below the truncation point). It uses
a recursive approach which mirrors how you would do the calculation using integration by parts.
Somewhat superceded by the SADCo wrapper functions.
Math Functions are a series of wrappers around a DLL of mathematical functions, all
taken from Numerical Recipies in C.
- modLDFAndVOR (1680 lines of code)
-
Basic triangle loss development blanks. Code to perform bootstrap confidence intervals from an input triangle. This methodology is
explained on in the MALT section of this site.
- modSADCoWrappers (509 lines of code)
-
Contains Excel function wrappers around various SADCo functions
- modUtilities (3567 lines of code)
-
Sets up the user interface menu when the add-in is loaded. Contains many of the more straight-forward call backs.
- uCKRTreeNode (24 lines of code)
-
- uCStats (105 lines of code)
-
- frmRegList (119 lines of code)
-
- frmRegSetup (282 lines of code)
-
- modRegression (966 lines of code)
-
VBA interface into LinAlg COM object for performing various statistical analyses.
- uCItem (8 lines of code)
-
- fxtFrmEditWizard (317 lines of code)
-
- frmGenericXML (65 lines of code)
-
- fxtFrmProjectDefWizard (317 lines of code)
-
- fxtModMachineGeneratedCode (93 lines of code)
-
Machine generated code!
This module is re-written each time the menus are re-built. DO NOT EDIT
- fxtModMenuController (610 lines of code)
-
Sets up menu and handles various callbacks for the TPM. Integrates with menu set up in modUtilities.
- CGLM (113 lines of code)
-
- CGenericObject (17 lines of code)
-
- CLinReg (94 lines of code)
-
- CLossDevelopment (22 lines of code)
-
- CPrint (49 lines of code)
-
- CTriangleBootstrap (24 lines of code)
-
- fxtCParameter (20 lines of code)
-
- fxtCTasks (562 lines of code)
-
- modDocumenter (404 lines of code)
-
Routines to build HTML docuementation from comments in VBA projects.
- CProject (55 lines of code)
-
- frmDatabaseConstraint (119 lines of code)
-
- frmDatabase (825 lines of code)
-
- modDatabase (520 lines of code)
-
- CdbTableDep (7 lines of code)
-
- CdbTable (282 lines of code)
-
- CdbField (25 lines of code)
-
- CdbConstraint (59 lines of code)
-
- CdbUnqPK (41 lines of code)
-
- modFormulaDocumenter (295 lines of code)
-
Formula Documenter produces readable versions of cell formulae based on row headings.
- CFormula (95 lines of code)
-
Lexer for Formula Documeter
- modFVM (223 lines of code)
-
Fast Variant Mapping and Fast Variant Math support.
- frmOptions (134 lines of code)
-
- modTeX (119 lines of code)
-
Support for converting Excel tables to TeX.
- modClickerAuditor (276 lines of code)
-
Clicker supports the up and down buttons which can be tied to a cell in the
workbook.
- CHTMLElement (20 lines of code)
-
CHTMLElement is an HTML td element
- CHTMLImagePlot (241 lines of code)
-
Handles image plots with axis labels, title and colorbar.
- CHTMLRow (25 lines of code)
-
An HTML tr element.
- CHTMLTable (61 lines of code)
-
An HTML table.
- modHTML (447 lines of code)
-
Various Excel to HTML and other related converters.