JPH05173852A - Method and device for estimating reliability of software - Google Patents

Method and device for estimating reliability of software

Info

Publication number
JPH05173852A
JPH05173852A JP3340816A JP34081691A JPH05173852A JP H05173852 A JPH05173852 A JP H05173852A JP 3340816 A JP3340816 A JP 3340816A JP 34081691 A JP34081691 A JP 34081691A JP H05173852 A JPH05173852 A JP H05173852A
Authority
JP
Japan
Prior art keywords
regression model
data group
regression
bugs
total number
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP3340816A
Other languages
Japanese (ja)
Inventor
Hiroshi Ushigome
博 牛込
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP3340816A priority Critical patent/JPH05173852A/en
Publication of JPH05173852A publication Critical patent/JPH05173852A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)
  • Debugging And Monitoring (AREA)

Abstract

PURPOSE:To eliminate such an evil that an unreasonable analyzed result in the viewpoint of the evaluation of the reliability of software is presented, and to select the regression model of better adaptation, and to display the result quantitatively. CONSTITUTION:Plural techniques to calculate the best fit coefficients of the regression model are provided, and program routine to select the regression model of the better adaptation by excluding the unreasonable result of regression analysis by a first deciding stage 53, and simultaneously, selecting the regression model reasonable for the accumulation curve of a bug obtained from an acquired bug data group, and besides, comparing error functions quantitatively by a second deciding means 55 is incorporated. The reasonable analyzed result can be presented for various kinds of the software, and the reliability is improved.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】この発明はソフトウェアの品質管
理における信頼度の推定方法および装置に関するもので
ある。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a reliability estimation method and apparatus in software quality control.

【0002】[0002]

【従来の技術】近年、計算機プログラムに代表されるソ
フトウェアの品質管理において、バグ成長曲線を用いた
信頼度の推定法が盛んに用いられている。この技法はソ
フトウェアの開発・試験工程で得られるバグの時系列を
回帰分析することによって、科学的にその品質状況を把
握できるため便利である。
2. Description of the Related Art In recent years, a reliability estimation method using a bug growth curve has been widely used in quality control of software represented by a computer program. This technique is convenient because it is possible to scientifically grasp the quality situation by regression analysis of the time series of bugs obtained in the software development and testing process.

【0003】まず、従来例について図1および図4を用
いて説明する。図1中、1は情報処理装置、2はコンピ
ュータ(FDD付き)、3はディスプレイ・ユニット、
4はプリンタ、5はキーボード、6はフロッピー・ディ
スクである。プログラム・ルーチンが記憶されたフロッ
ピー・ディスク6をコンピュータ(FDD付き)2に挿
入し、オペレーション・ソフトを起動して情報処理装置
1をスタートさせる。フロッピー・ディスク6からプロ
グラム・ルーチンがロードされ、入力待ち状態となる。
図4は従来例の説明のためのフローチャートであり、そ
の動作を以下に示す。ステップ50はキーボード5から
のバグの取得データのキー入力であり、例えば、毎日得
られたバグ数を連続的に入力する段階である。ステップ
51はこれらのデータ群を回帰分析し、回帰モデル(ゴ
ンペルツ曲線やロジスティック曲線など)のベスト・フ
ィット係数を算出する処理段階である。ステップ57は
データ群の累積曲線と回帰分析結果を同一画面上に表示
する段階であり、ステップ58は図化表示内容およびデ
ータ処理によって得られた所要の項目をプリント出力す
る段階である。ディスプレイ・ユニット3は上記ステッ
プ57のハードウェアであり、プリンタ4は上記ステッ
プ58のハードウェアに相当する。
First, a conventional example will be described with reference to FIGS. 1 and 4. In FIG. 1, 1 is an information processing device, 2 is a computer (with FDD), 3 is a display unit,
Reference numeral 4 is a printer, 5 is a keyboard, and 6 is a floppy disk. The floppy disk 6 in which the program routine is stored is inserted into the computer (with FDD) 2 and the operation software is started to start the information processing apparatus 1. The program routine is loaded from the floppy disk 6 and is in the input waiting state.
FIG. 4 is a flow chart for explaining the conventional example, and its operation is shown below. Step 50 is a key input of bug acquisition data from the keyboard 5, for example, a step of continuously inputting the number of bugs obtained every day. Step 51 is a processing step of performing regression analysis on these data groups and calculating a best fit coefficient of a regression model (Gompertz curve, logistic curve, etc.). Step 57 is the step of displaying the cumulative curve of the data group and the regression analysis result on the same screen, and step 58 is the step of printing out the graphical display contents and the required items obtained by the data processing. The display unit 3 corresponds to the hardware in step 57, and the printer 4 corresponds to the hardware in step 58.

【0004】[0004]

【発明が解決しようとする課題】上述したように従来の
ソフトウェア信頼度の推定方法および装置においては、
ベスト・フィットと称する回帰モデルを必ず求めるもの
の、取得されたデータ群の累積曲線に必ずしも優れた適
合性を示してはいなかった。また、まれに期待に反する
ような分析結果が出力されても、対策を打てないことも
問題点であった。
As described above, in the conventional software reliability estimation method and apparatus,
Although a regression model called the best fit was always sought, it did not always show a good fit to the cumulative curve of the acquired data set. Moreover, even if an analysis result that rarely meets expectations is output, it is also a problem that no countermeasure can be taken.

【0005】この発明は上記のような課題を解消するた
めになされたもので、期待に反する分析結果を出力とし
ない対策を施すとともに、取得したデータ群の累積曲線
と回帰モデルのずれをわかりやすい定量表示することを
目的とする。
The present invention has been made in order to solve the above problems, and takes measures to prevent the output of analysis results against expectations, and to quantify the deviation between the cumulative curve and the regression model of the acquired data group. Intended for display.

【0006】[0006]

【課題を解決するための手段】この発明によるソフトウ
ェア信頼度の推定方法および装置は、同一の回帰モデル
におけるベスト・フィット係数の算出法を複数準備し、
その指標を比較判定して妥当な回帰モデルを選定すると
ともに、曲線間のずれを誤差関数で比較判定し、より適
合性の優れたものを選び出すよう工夫を加えたものであ
る。
A software reliability estimation method and apparatus according to the present invention prepares a plurality of calculation methods of best fit coefficients in the same regression model,
The index is compared and selected to select an appropriate regression model, and the deviation between the curves is compared and judged by an error function, and the one with better suitability is selected.

【0007】[0007]

【作用】算出法の異なる回帰モデルの中から適合性の優
れたものを選び出すということは、様々な形状を示すフ
ィールドデータ群に対し、幅広く妥当な分析結果を出力
することが可能となる。
[Function] Selecting regression models having different calculation methods and having excellent suitability makes it possible to output a wide range of appropriate analysis results for a group of field data showing various shapes.

【0008】[0008]

【実施例】【Example】

実施例1.図1、図2および図3はこの発明のソフトウ
ェア信頼度の推定方法および装置の実施例を説明するた
めの図であり、図1中で、1は情報処理装置、2はコン
ピュータ(FDD付き)、3はディスプレイ・ユニッ
ト、4はプリンタ、5はキーボード、6はフロッピー・
ディスクである。この発明のハードウェア構成は従来例
と変わらず、プログラム・ルーチンが記憶されたフロッ
ピー・ディスク6をコンピュータ(FDD付き)2に挿
入し、オペレーション・ソフトを起動して、情報処理装
置1をスタートさせる。プログラム・ルーチンがロード
され入力待ちの状態となる。キーボード5からキー入力
すれば、プログラム・ルーチンが動作し、ディスプレイ
・ユニット3に処理結果の図表を表示し、また、プリン
タ4に処理結果および所要事項のプリント出力を出すこ
とになる。
Example 1. 1, 2 and 3 are diagrams for explaining an embodiment of a software reliability estimation method and apparatus according to the present invention. In FIG. 1, 1 is an information processing apparatus and 2 is a computer (with FDD). 3 is a display unit, 4 is a printer, 5 is a keyboard, 6 is a floppy
It is a disc. The hardware configuration of the present invention is the same as that of the conventional example, the floppy disk 6 storing the program routine is inserted into the computer (with FDD) 2, the operation software is activated, and the information processing apparatus 1 is started. .. The program routine is loaded and waits for input. When a key input is made from the keyboard 5, the program routine is operated to display the processing result chart on the display unit 3 and to print out the processing result and required items on the printer 4.

【0009】ここで、いわゆる回帰分析について簡単に
説明しよう。図3は分析結果の一例を示すものである。
衆知のようにソフトウェアの開発・試験工程でデバッグ
作業が行なわれるが、これはソフトウェアの品質を向上
させるためのバグ取り作業であり、横軸xに時間もしく
は期間をとり、たて軸yに取得したバグの累積総数をと
る図をバグ成長曲線と称している。取得したバグデータ
の累積曲線をG(x)とし、x0 から初めてx1 まで進
み、この時y1 のバグが得られたとする。曲線G(x)
を多数見ていると個有の数式に類似していることがわか
るが、この個有の数式が回帰モデルと言われるものであ
る。任意の係数の個有の数式F(x)において、曲線G
(x)にベスト・フィットするF(x)の係数を決める
のが回帰分析である。バグはいつか出なくなることか
ら、通常回帰モデルは飽和曲線が用いられる。F(x)
が決まりxm で収束したとすれば、F(xm )であるK
が予測バグ総数であり、Kとy1 の差であるLが残存バ
グ数となる。また、全てのバグを検出するには、さら
に、xm とx1 の差の期日を要することがわかる。さ
て、上述したような妥当な分析結果に対し、まれに、バ
グの累積総数y1 が予測バグ総数Kを上回ることがあ
る。特に、バグの累積総数y1 が比較的少ない場合や、
複数のコブ状の累積曲線の場合などに見られ、これでは
予測値として好ましくない。
Here, a so-called regression analysis will be briefly described. FIG. 3 shows an example of the analysis result.
As is well known, debugging work is performed in the software development / testing process. This is a bug removal work to improve the quality of software. It takes time or period on the horizontal axis x and acquires on the vertical axis y. The figure that takes the cumulative total number of bugs that are called is called the bug growth curve. Suppose that the cumulative curve of the acquired bug data is G (x), the process proceeds from x 0 to x 1 for the first time, and the bug of y 1 is obtained at this time. Curve G (x)
It can be seen that a large number of is similar to the unique mathematical expression, but this unique mathematical expression is called a regression model. In the equation F (x), which is unique for any coefficient, the curve G
Regression analysis determines the coefficient of F (x) that best fits (x). Saturation curves are usually used for regression models because bugs will disappear someday. F (x)
If is determined converged by x m, a F (x m) K
Is the total number of predicted bugs, and L, which is the difference between K and y 1 , is the number of remaining bugs. Further, it can be seen that the date of the difference between x m and x 1 is further required to detect all the bugs. Now, in rare cases, the cumulative total number of bugs y 1 may exceed the predicted total number of bugs K with respect to the above-described valid analysis result. Especially when the cumulative total number of bugs y 1 is relatively small,
It is seen in the case of a plurality of bump-shaped cumulative curves and the like, which is not preferable as a predicted value.

【0010】回帰分析の信頼性はより適合度の優れた回
帰モデルの選定を前提とするが、以下、この発明の選定
法について説明する。代表的な回帰モデルであるゴンペ
ルツ関数は以下の式で与えられる。
The reliability of the regression analysis is premised on the selection of a regression model having a higher degree of conformity. The selection method of the present invention will be described below. The Gompertz function, which is a typical regression model, is given by the following equation.

【0011】[0011]

【数1】 [Equation 1]

【0012】数1において、a,bはサンプルデータか
ら計算される係数、Kは全てのデータを用いて計算され
る予測バグ総数である。ここで、回帰分析における微係
数の算出法が近似式であることに注目し、以下の2つの
式を定義する。
In Expression 1, a and b are coefficients calculated from sample data, and K is the total number of prediction bugs calculated using all data. Here, paying attention to the fact that the method of calculating the differential coefficient in the regression analysis is an approximate expression, the following two expressions are defined.

【0013】[0013]

【数2】 [Equation 2]

【0014】[0014]

【数3】 [Equation 3]

【0015】数2は上述した微係数の算出に2つのサン
プル点を用いる方式に対応し、数3は3つのサンプル点
を用いる方式に対応する。数2を用いて求めた回帰モデ
ルをFA (x)、予測バグ総数をKA とし、数3を用い
て求めた回帰モデルをFB (x)、予測バグ総数をKB
とする。また、バグの累積曲線G(x)と回帰モデルF
(x)を用いて、以下の関数を定義する。
Equation 2 corresponds to the method using two sample points for the above-described calculation of the differential coefficient, and Equation 3 corresponds to the method using three sample points. The regression model obtained using equation 2 F A (x), the predicted bug total number and K A, the regression model was determined using the number 3 F B (x), the predicted bug total number K B
And Also, the cumulative curve G (x) of the bug and the regression model F
The following function is defined using (x).

【0016】[0016]

【数4】 [Equation 4]

【0017】数4は、誤差率と称することとする。ここ
に、x0 、x1 は積分区間である。誤差率εはいわば2
つの関数F(x)、G(x)のずれを定量的に表示させ
るものであり、2つの関数が重なり合った場合零にな
る。すなわち、誤差率の小さいことが優れた適合度を示
すと考えられる。ここでF(x)としてFA (x)を用
いた時の誤差率をεA 、F(x)としてFB (x)を用
いた時の誤差率をεB とおく。
Equation 4 will be referred to as an error rate. Here, x 0 and x 1 are integration intervals. The error rate ε is, so to speak, 2
The deviation of two functions F (x) and G (x) is quantitatively displayed, and becomes zero when the two functions overlap. That is, it is considered that the smaller the error rate is, the better the fitness is. Here, the error rate when F A (x) is used as F (x) is ε A , and the error rate when F B (x) is used as F (x) is ε B.

【0018】図2はこの発明の実施例を説明するための
フローチャートであり、その動作を順を追って説明す
る。ステップ50は取得されたバグ・データ群のキー入
力段階であり、ステップ51,52はそれぞれ上述した
A (x),KA ,εA およびFB (x),KB ,εB
を求める処理段階である。ステップ53は予測バグ総数
A ,KB とバグの累積総数y1 の比較判定段階であ
り、KA ,KB ともにy1 より大きい場合、KA かKB
の一方のみがy1 より大きい場合およびKA ,KB とも
にy1 以下の場合の4通りに区分される。KA のみy1
より大きい場合、ステップ54AでF(x)にF
A (x)が割り当てられ、また、KB のみy1 より大き
い場合、ステップ54BでF(x)にFB (x)が割り
当てられる。なお、KA ,KB ともにy1 以下の場合、
ステップ54Cにおいて“回帰分析結果が妥当でない”
などのコメントを表示する。KA ,KB ともにy1 より
大きい場合、ステップ55の第2比較判定段階に至る。
この場合、εA ,εB の大小関係を比較し、εA がεB
より小さい場合、ステップ56AでF(x)にF
A (x)が割り当てられ、また、εB がεA より小さい
か、等しい場合、ステップ56BでF(x)にF
B (x)が割り当てられる。こうして、最適の回帰モデ
ルF(x)が選定され、ステップ57でデータ群の累積
曲線と回帰分析結果を同一画面上に表示し、そして、ス
テップ58で図化表示内容およびデータ処理によって得
られた所要の項目をプリント出力する。
FIG. 2 is a flow chart for explaining the embodiment of the present invention, and its operation will be described step by step. Step 50 is a key input step of the acquired bug data group, and steps 51 and 52 are the above-mentioned F A (x), K A , ε A and F B (x), K B , ε B, respectively.
Is a processing step for obtaining Step 53 is a step of comparing and judging the total number of predicted bugs K A and K B and the cumulative total number of bugs y 1 , and when both K A and K B are larger than y 1 , K A or K B.
When only one of them is larger than y 1 and when both K A and K B are y 1 or less, they are classified into four types. K A only y 1
If it is greater than F (x) in step 54A,
If A (x) is assigned and only K B is greater than y 1 , then F (x) is assigned F B (x) in step 54B. If both K A and K B are y 1 or less,
“Regression analysis result is not valid” in step 54C
Display comments such as. When both K A and K B are larger than y 1 , the second comparison / determination step of step 55 is reached.
In this case, the magnitude relationship between ε A and ε B is compared, and ε A is ε B
If it is smaller than F (x) in step 56A,
If A (x) is assigned and ε B is less than or equal to ε A , then F (x) is assigned to F (x) in step 56B.
B (x) is assigned. In this way, the optimum regression model F (x) is selected, the cumulative curve of the data group and the regression analysis result are displayed on the same screen in step 57, and obtained in step 58 by graphical display contents and data processing. Print out the required items.

【0019】実施例2.なお、上記実施例では回帰モデ
ルとしてゴンペルツ関数を用いた場合について説明した
が、別種の回帰モデルであってもよく、実施例と同様の
効果をもつ。また、上記実施例では回帰モデルの算出法
として、サンプル点を2点使う例と3点使う例について
説明したが、これに限らず、4点使った場合でも、ま
た、複数個のサンプル点に重みをつけた場合でも、実施
例と同様の効果をもつ。
Example 2. In the above embodiment, the case where the Gompertz function is used as the regression model has been described, but it is also possible to use a regression model of a different type and to obtain the same effect as that of the embodiment. Further, in the above-described embodiment, the example of using two sampling points and the example of using three sampling points have been described as the calculation method of the regression model. Even when weighting is applied, the same effect as the embodiment is obtained.

【0020】[0020]

【発明の効果】以上説明したように、この発明のソフト
ウェア信頼度の推定方法および装置によれば、算出法の
異なる回帰モデルを用いて、分析結果に妥当性をもたせ
るとともに、取得データから得られるバグ累積曲線によ
り良く適合するものを選定するような構成としたため、
多種様々なソフトウェアに対し、幅広くより高い信頼性
を保証することができる。また、誤差率の導入により、
曲線間の適合度を定量的に把握できるようになり、取り
扱いも便利になる。
As described above, according to the method and apparatus for estimating the software reliability of the present invention, the regression results obtained by different calculation methods are used to make the analysis result valid and to be obtained from the acquired data. Since it is configured to select the one that better fits the bug accumulation curve,
A wide range of higher reliability can be guaranteed for a wide variety of software. Also, by introducing the error rate,
The degree of conformity between curves can be grasped quantitatively, and handling becomes convenient.

【図面の簡単な説明】[Brief description of drawings]

【図1】この発明の実施例によるシステム構成図であ
る。
FIG. 1 is a system configuration diagram according to an embodiment of the present invention.

【図2】この発明の動作を説明するためのフローチャー
トである。
FIG. 2 is a flow chart for explaining the operation of the present invention.

【図3】この発明の分析結果の一例を示す説明図であ
る。
FIG. 3 is an explanatory diagram showing an example of an analysis result of the present invention.

【図4】従来例を示すフローチャートである。FIG. 4 is a flowchart showing a conventional example.

【符号の説明】[Explanation of symbols]

1 情報処理装置 2 コンピュータ(FDD付き) 3 ディスプレイ・ユニット 4 プリンタ 5 キーボード 6 フロッピー・ディスク 50 キー入力段階 51 データ処理段階1 52 データ処理段階2 53 判定段階1 54 選定段階1 55 判定段階2 56 選定段階2 57 表示段階 58 プリント段階 1 Information processing device 2 Computer (with FDD) 3 Display unit 4 Printer 5 Keyboard 6 Floppy disk 50 Key input step 51 Data processing step 1 52 Data processing step 2 53 Judgment step 1 54 Selection step 1 55 Judgment step 2 56 Selection Stage 2 57 Display stage 58 Print stage

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 ソフトウェアの試験工程で発生するバグ
を回帰分析し、その分析結果を用いて品質状況を把握す
るソフトウェア信頼度の推定方法において、前記取得さ
れたバグ・データ群を算出法の異なる回帰モデルで回帰
分析し、前記バグ・データ群の累積曲線から得られる取
得バグの累積総数と、算出法の異なる回帰モデルから得
られる予測バグ総数を比較判定するとともに、前記バグ
・データ群の累積曲線と算出法の異なる回帰モデルとの
曲線間のずれを誤差関数によって比較判定し、最適な回
帰モデルの算出法を選定して回帰分析結果とすることを
特徴とするソフトウェア信頼度の推定方法。
1. In a software reliability estimation method for regression analysis of bugs generated in a software testing process and grasping the quality status using the analysis result, the method of calculating the acquired bug data group is different. Regression analysis is performed using a regression model, and the cumulative total number of acquired bugs obtained from the cumulative curve of the bug data group is compared with the predicted total number of predicted bugs obtained from the regression model with a different calculation method, and the cumulative total of the bug data group is calculated. A software reliability estimation method characterized in that a difference between a curve and a regression model having a different calculation method is compared and determined by an error function, and an optimal regression model calculation method is selected and used as a regression analysis result.
【請求項2】 ディスプレイ・ユニットと、キーボード
と、プリンタと、以下のプログラム・ルーチンが記憶さ
れるメモリと、このメモリの内容に従って実行する中央
処理装置とを備え、入力されたデータ群を回帰分析し、
その処理結果を前記ディスプレイ・ユニットで目視でき
るとともに、前記プリンタのプリント出力として得られ
るよう構成したことを特徴とするソフトウェア信頼度の
推定装置。 (イ)前記、入力されたデータ群を算出法の異なる回帰
モデルで回帰分析し、各々のベスト・フィット係数、予
測バグ総数および曲線間の数値的なずれを求める第1の
プログラム・ルーチン。 (ロ)前記、入力されたデータ群から得られる取得バグ
の累積総数と、前記各々の回帰モデルから得られる予測
バグ総数を比較判定し、数の大小に応じて回帰モデルを
選定するか、もしくはコメントを表示する第2のプログ
ラム・ルーチン。 (ハ)前記、比較条件を満たしたものに対し、前記曲線
間の数値的ずれを比較判定し、前記入力されたデータ群
の累積曲線に適した回帰モデルを選定する第3のプログ
ラム・ルーチン。 (ニ)前記、入力されたデータ群の累積曲線と、選定さ
れた回帰モデルとを同一画面上に図化表示する第4のプ
ログラム・ルーチン。 (ホ)前記、同一画面上に図化表示した内容およびデー
タ処理によって得られた所要の項目をプリント出力する
第5のプログラム・ルーチン。
2. A display unit, a keyboard, a printer, a memory in which the following program routines are stored, and a central processing unit that executes according to the contents of this memory, and regression analysis is performed on the input data group. Then
An apparatus for estimating software reliability, characterized in that the processing result can be visually observed on the display unit and can be obtained as a print output of the printer. (A) A first program routine for performing regression analysis on the input data group using regression models of different calculation methods to obtain the best fit coefficient, the total number of predicted bugs, and the numerical deviation between the curves. (B) The cumulative total number of acquired bugs obtained from the input data group and the total number of predicted bugs obtained from each regression model are compared and determined, and a regression model is selected according to the size of the number, or A second program routine that displays a comment. (C) A third program routine for comparing and judging the numerical deviation between the curves with respect to the one satisfying the comparison condition and selecting a regression model suitable for the cumulative curve of the input data group. (D) A fourth program routine for graphically displaying the cumulative curve of the input data group and the selected regression model on the same screen. (E) The fifth program routine for printing out the contents graphically displayed on the same screen and the required items obtained by the data processing.
JP3340816A 1991-12-24 1991-12-24 Method and device for estimating reliability of software Pending JPH05173852A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3340816A JPH05173852A (en) 1991-12-24 1991-12-24 Method and device for estimating reliability of software

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3340816A JPH05173852A (en) 1991-12-24 1991-12-24 Method and device for estimating reliability of software

Publications (1)

Publication Number Publication Date
JPH05173852A true JPH05173852A (en) 1993-07-13

Family

ID=18340560

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3340816A Pending JPH05173852A (en) 1991-12-24 1991-12-24 Method and device for estimating reliability of software

Country Status (1)

Country Link
JP (1) JPH05173852A (en)

Similar Documents

Publication Publication Date Title
CN109523188B (en) Man-machine interface display-oriented method and system for evaluating man-machine cognitive characteristic work efficiency
JP2010128779A (en) Method for extracting multiple regression equation
JP3668642B2 (en) Data prediction method, data prediction apparatus, and recording medium
US7647187B2 (en) Identifying statistically linear data
CA2603389C (en) Identifying statistically linear data
US5590036A (en) Failure-recovering sequential procedure teaching system and method thereof
JPH05173852A (en) Method and device for estimating reliability of software
JP3054273B2 (en) Automatic determination of disease type
JP2002024251A (en) Method and device for classifying time-series data, and recording medium recorded with classifying program for time-series data
WO2020085374A1 (en) Skill index provision device, skill index provision method, and program
JP2606085B2 (en) Program evaluation method
JPH0736849A (en) Information processing system
JP2003248687A (en) Information processor and its method
JPH09152926A (en) Image information processor with changeable guide input function
JP4087296B2 (en) Document processing device
CN111178032A (en) Form batch entry method, system, equipment and medium based on collaborative filtering
JPH04169849A (en) Threshold setting method for discriminating data
JPH03255544A (en) Method and device for estimating reliability of software
US20050261873A1 (en) Systems and methods for filtering and smoothing data
CN112394849B (en) Man-machine interaction operation method and system for calculating structural force method of rod system
JPH05197727A (en) Method for inspecting and totalizing personnel needed
JPH04289063A (en) Assembly line construction supporting device
JPH09265392A (en) Method and system for analyzing and evaluating quality of software
JPH0830493A (en) Reliability evaluation system for software
JP2003014702A (en) Apparatus and method for measurement of young's modulus of paper