我是靠谱客的博主 欢呼朋友,最近开发中收集的这篇文章主要介绍matlab dfittool使用,Open Distribution Fitter app,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

Load the sample data.

load lightbulb.mat

The first column of the data contains the lifetime (in hours) of two types of light bulbs. The second column contains information about the type of light bulb. 1 indicates fluorescent bulbs, and 0 indicates the incandescent bulb. The third column contains censoring information. 1 indicates censored data, and 0 indicates the exact failure time. This is simulated data.

Open the Distribution Fitter app using the first column of lightbulb as the input data, and the third column as the censoring data. Name the data lifetime.

distributionFitter(lightbulb(:,1),lightbulb(:,3),[],'lifetime')

36041a2448228ceddca299fcd16f646b.png

To open the Data dialog box, click Data. In the Manage data sets pane, click to highlight the lifetime data set row. Finally, to open the View Data Set dialog, click View. The lifetime data appears in the second column and the corresponding censoring indicator appears in the third column.

58b4cebfa28382e09f0dfea78c62844c.png

最后

以上就是欢呼朋友为你收集整理的matlab dfittool使用,Open Distribution Fitter app的全部内容,希望文章能够帮你解决matlab dfittool使用,Open Distribution Fitter app所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(45)

评论列表共有 0 条评论

立即
投稿
返回
顶部