Questions tagged [equivalence]

Equivalence is a relationship in which two or more identifiers are abstractions for the same data structure.

References

168 questions
-3
votes
7 answers

Equivalance of two objects

Is there any library, given two objects of any java class would precisely say whether they are equal or not? (the class may not have hashCode defined) else is there any simple way to implement this?
sri91
  • 182
  • 9
-3
votes
1 answer

How to convert lattice-based graphics to ggplot2?

The attached script performs equivalence tests on sample variables x, y and z. equivalence.xyplot() is really handy, although the base lattice graphics are a pain to work with. How can I use ggplot2 to plot these data rather than the base lattice…
Borealis
  • 8,044
  • 17
  • 64
  • 112
-4
votes
2 answers

Equivalence percentage between two array

i need a way to compare two array and compute the Equivalence percentage so if equivalence Percentage exceed (for example 60%) do some actions used language is C# .NET 4.0
1 2 3
11
12