User:Kate Racaza/test page: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
(Replaced content with '=DRAFT=')
 
(56 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<div style="float:right; border:1px solid #AAA; background:#f9f9f9; border-radius:10px; width:auto; margin:0 0 1em 1em; padding:1em; overflow:auto; height:100; fixed;top:150px;right:10px;">
=DRAFT=
'''[[Synthesis_API_Reference|<< Back to Main Page]]'''
 
'''[[Full_Synthesis_API|API Documentation]]'''
<ul>
'''Classes'''
*[[BoundsValues Class|BoundsValues]]
*[[cAction Class|cAction]]
*[[cCorrectiveTask Class|cCorrectiveTask]]
*[[cCrew Class|cCrew]]
*[[cModel Class|cModel]]
*[[cPool Class|cPool]]
*[[cScheduledTask Class|cScheduledTask]]
*[[cURD Class|cURD]]
*[[cVariable Class|cVariable]]
*[[cXfmeaControl Class|cXfmeaControl]]
*[[NameIdPair_Class|NameIdPair]]
*[[ParamBoundsValues Class|ParamBoundsValues]]
*[[ParamValues Class|ParamValues]]
*[[RawData Class|RawData]]
*[[RawDataSet Class|RawDataSet]]
*[[Repository Class|Repository]]
*[[TaskTypeInfo Class|TaskTypeInfo]]
*[[UnitInfo_Class|UnitInfo]]
*[[XfmeaCause_Class|XfmeaCause]]
*[[XfmeaEffect_Class|XfmeaEffect]]
*[[XfmeaFailure_Class|XfmeaFailure]]
*[[XfmeaFunction_Class|XfmeaFunction]]
*[[XfmeaItem_Class|XfmeaItem]]
*[[ALTAAnalysisOptions Class|ALTAAnalysisOptions]]
*[[ALTADataSet Class|ALTADataSet]]
*[[ALTAEvents Class|ALTAEvents]]
*[[ALTAGeneralOptions Class|ALTAGeneralOptions]]
*[[ALTASegment Class|ALTASegment]]
*[[ALTAStressProfile Class|ALTAStressProfile]]
*[[ParamInputInfo Class|ParamInputInfo]]
*[[WAPlots Class|WAPlots]]
*[[WAPlotSettings Class|WAPlotSettings]]
*[[WeibullAnalysisOptions Class|WeibullAnalysisOptions]]
*[[WeibullAnalysisResults Class|WeibullAnalysisResults]]
*[[WeibullBestFitOptions Class|WeibullBestFitOptions]]
*[[WeibullDataSet Class|WeibullDataSet]]
*[[WeibullEvents Class|WeibullEvents]]
*[[WeibullGeneralOptions Class|WeibullGeneralOptions]]
 
 
'''Enumerations'''
*[[ActionTypeEnum Enumeration|ActionTypeEnum]]
*[[ConfBoundsMethods Enumeration|ConfBoundsMethods]]
*[[ConfBoundsSides Enumeration|ConfBoundsSides]]
*[[Language Enumeration|Language]]
*[[ModelCategoryEnum Enumeration|ModelCategoryEnum]]
*[[ModelTypeEnum Enumeration|ModelTypeEnum]]
*[[PriorityTypeEnum Enumeration|PriorityTypeEnum]]
*[[RawDataSetType Enumeration|RawDataSetType]]
*[[ResetOptionEnum Enumeration|ResetOptionEnum]]
*[[ReviewOutcomeEnum Enumeration|ReviewOutcomeEnum]]
*[[TaskClassEnum Enumeration|TaskClassEnum]]
*[[TaskFrequencyEnum Enumeration|TaskFrequencyEnum]]
*[[TaskRestorationTypeEnum Enumeration|TaskRestorationTypeEnum]]
*[[XFRACASDiagnosticsEntryType Enumeration|XFRACASDiagnosticsEntryType]]
*[[XFRACASImportType Enumeration|XFRACASImportType]]
*[[ALTASolverDistribution Enumeration|ALTASolverDistribution]]
*[[ALTASolverLSR Enumeration|ALTASolverLSR]]
*[[ALTASolverMethod Enumeration|ALTASolverMethod]]
*[[ALTASolverModel Enumeration|ALTASolverModel]]
*[[ConfBoundsTypes Enumeration|ConfBoundsTypes]]
*[[WAPlotType Enumeration|WAPlotType]]
*[[WeibullBayesianPriorDistribution Enumeration|WeibullBayesianPriorDistribution]]
*[[WeibullBayesianResultsOption Enumeration|WeibullBayesianResultsOption]]
*[[WeibullSolverCBMethod Enumeration|WeibullSolverCBMethod]]
*[[WeibullSolverDistribution Enumeration|WeibullSolverDistribution]]
*[[WeibullSolverMethod Enumeration|WeibullSolverMethod]]
*[[WeibullSolverNumParameters Enumeration|WeibullSolverNumParameters]]
*[[WeibullSolverRankMethod Enumeration|WeibullSolverRankMethod]]
</ul>
</div>
 
<!--==TEST PAGE==
__NOTOC__
 
 
'''VBA'''
'Connect to a repository
Dim Success As Boolean = False
Success = MyRepository.ConnectToRepository("C:\Users\Name\Documents\ReliaSoft\Files\repository.rsr10")}}
 
<div style="width: 98%; border:1px solid #819FF7; padding: 0px 10px 10px 10px;text-align: left; border-radius:10px">
{{Font|VBA|8|Calibri|Bold|#424242}}
{{APIComment|'Connect to a Synthesis repository.}}<br/>
Dim Success {{APIPrefix|As}} Boolean<br/>
Success = MyRepository.ConnectToRepository("C:\Users\Name\Documents\ReliaSoft\Files\repository.rsr10")
</div>
 
 
<blockquote style="color: lightgrey; border: solid thin gray; border-radius:10px; padding: 10px; text-align: left;">
{{Font|VBA|8|Calibri|Bold|#6E6E6E}}
 
asdfsdfssdf
sdafasfsdaf
asdfdsa  asdfadsfdsa
</blockquote>
 
 
{|
| width="48" height="15" | column 1
| width="48" | column 2
| width="48" | column 3
 
|- style="font-size:11pt"  valign="bottom"
| align="right" height="15" | 1
| align="right" | 4
| align="right" | 7
 
|- style="font-size:11pt"  valign="bottom"
| align="right" height="15" | 2
| align="right" | 5
| align="right" | 8
 
|- style="font-size:11pt"  valign="bottom"
| align="right" height="15" | 3
| align="right" | 6
| align="right" | 9
 
|}
 
 
 
 
The first possibility<ref name="Dog" /> is the probability of a successful trial, <math>(1-p)</math>, where <math>p</math> is the probability of failure in trial <math>n-1</math>, while being in the unreliable state, <math>P_{n-1}(0)</math>, before the <math>n-1</math> trial, or:
 
::<math>(1-p)P_{n-1}(0)</math>
 
::<math>ax^2 + bx + c = 0</math>
 
 
==References==
<ref name="Dog"> This is the dog reference.</ref>
 
 
'''Examples of expressions that are always rendered as PNG images'''
 
<math>x={-b\pm\sqrt{b^2-4ac} \over 2a}</math>
 
<math>2 = \left( \frac{\left(3-x\right) \times 2}{3-x} \right)</math>
 
 
Use <nowiki>\textstyle</nowiki> markup to make it smaller:
<math>\textstyle 2 = \left( \frac{\left(3-x\right) \times 2}{3-x} \right)</math>
 
 
<hr>
Regular size formula:
:The formula <math>\sum_{n=1}^\infty 1/n^2 = \pi^2/6 </math> is used for...
 
<nowiki>\textstyle</nowiki> markup:
:The formula <math>\textstyle\sum_{n=1}^\infty 1/n^2 = \pi^2/6</math> is used for...
 
<hr>
 
Mix of HTML and TeX markup:
 
TPH = <math>\tau</math>(DTO<sub>4</sub> – DTR<sub>1</sub>)
 
 
All TeX markup:
 
<math>TPH = \tau(DTO_{4}-DTR_{1})</math>
<noinclude>
-->

Latest revision as of 15:37, 7 September 2016

DRAFT